public class GetJobOrderMetadata
extends java.lang.Object
Java class for getJobOrderMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getJobOrderMetadata"> <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="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 |
session |
protected int |
typeId |
Constructor and Description |
---|
GetJobOrderMetadata() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getPrivateLabelId()
Gets the value of the privateLabelId 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 |
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.Integer privateLabelId
public java.lang.String getSession()
String
public void setSession(java.lang.String value)
value
- allowed object is
String
public int getTypeId()
public void setTypeId(int value)
public java.lang.Integer getPrivateLabelId()
Integer
public void setPrivateLabelId(java.lang.Integer value)
value
- allowed object is
Integer