public class GetJobOrderTemplateDataIds
extends java.lang.Object
Java class for getJobOrderTemplateDataIds complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getJobOrderTemplateDataIds">
<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="templateId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="jobOrderId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
jobOrderId |
protected java.lang.String |
session |
protected int |
templateId |
| Constructor and Description |
|---|
GetJobOrderTemplateDataIds() |
| Modifier and Type | Method and Description |
|---|---|
int |
getJobOrderId()
Gets the value of the jobOrderId property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
int |
getTemplateId()
Gets the value of the templateId property.
|
void |
setJobOrderId(int value)
Sets the value of the jobOrderId property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
void |
setTemplateId(int value)
Sets the value of the templateId property.
|
protected java.lang.String session
protected int templateId
protected int jobOrderId
public java.lang.String getSession()
Stringpublic void setSession(java.lang.String value)
value - allowed object is
Stringpublic int getTemplateId()
public void setTemplateId(int value)
public int getJobOrderId()
public void setJobOrderId(int value)