public class Focus
extends java.lang.Object
implements java.io.Serializable
Java class for Focus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Focus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="LineNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="InventoryID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Focus() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInventoryID()
Gets the value of the inventoryID property.
|
java.lang.String |
getLineNumber()
Gets the value of the lineNumber property.
|
void |
setInventoryID(java.lang.String value)
Sets the value of the inventoryID property.
|
void |
setLineNumber(java.lang.String value)
Sets the value of the lineNumber property.
|
public java.lang.String getInventoryID()
Stringpublic void setInventoryID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLineNumber()
Stringpublic void setLineNumber(java.lang.String value)
value - allowed object is
String