public class GetJobOrderViewLayout
extends java.lang.Object
Java class for getJobOrderViewLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getJobOrderViewLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="session" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="typeId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="sectionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="privateLabelId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
privateLabelId |
protected java.lang.String |
sectionName |
protected java.lang.String |
session |
protected int |
typeId |
| Constructor and Description |
|---|
GetJobOrderViewLayout() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getPrivateLabelId()
Gets the value of the privateLabelId property.
|
java.lang.String |
getSectionName()
Gets the value of the sectionName property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
int |
getTypeId()
Gets the value of the typeId property.
|
void |
setPrivateLabelId(java.lang.Integer value)
Sets the value of the privateLabelId property.
|
void |
setSectionName(java.lang.String value)
Sets the value of the sectionName property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
void |
setTypeId(int value)
Sets the value of the typeId property.
|
protected java.lang.String session
protected int typeId
protected java.lang.String sectionName
protected java.lang.Integer privateLabelId
public java.lang.String getSession()
Stringpublic void setSession(java.lang.String value)
value - allowed object is
Stringpublic int getTypeId()
public void setTypeId(int value)
public java.lang.String getSectionName()
Stringpublic void setSectionName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPrivateLabelId()
Integerpublic void setPrivateLabelId(java.lang.Integer value)
value - allowed object is
Integer