public abstract class BusinessObject extends AbstractPt implements Serializable
Java class for BusinessObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessObject">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt">
<attribute name="AgentID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="AgentDisplayName" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AuxID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="BusinessID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="BusinessRefID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="RequestDate" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
agentDisplayName |
protected String |
agentID |
protected String |
auxID |
protected String |
businessID |
protected String |
businessRefID |
protected String |
requestDate |
comments, descriptiveName, generalIDs| Constructor and Description |
|---|
BusinessObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentDisplayName()
Gets the value of the agentDisplayName property.
|
String |
getAgentID()
Gets the value of the agentID property.
|
String |
getAuxID()
Gets the value of the auxID property.
|
String |
getBusinessID()
Gets the value of the businessID property.
|
String |
getBusinessRefID()
Gets the value of the businessRefID property.
|
String |
getRequestDate()
Gets the value of the requestDate property.
|
void |
setAgentDisplayName(String value)
Sets the value of the agentDisplayName property.
|
void |
setAgentID(String value)
Sets the value of the agentID property.
|
void |
setAuxID(String value)
Sets the value of the auxID property.
|
void |
setBusinessID(String value)
Sets the value of the businessID property.
|
void |
setBusinessRefID(String value)
Sets the value of the businessRefID property.
|
void |
setRequestDate(String value)
Sets the value of the requestDate property.
|
getComments, getDescriptiveName, getGeneralIDs, setDescriptiveNameprotected String agentID
protected String agentDisplayName
protected String auxID
protected String businessID
protected String businessRefID
protected String requestDate
public String getAgentID()
Stringpublic void setAgentID(String value)
value - allowed object is
Stringpublic String getAgentDisplayName()
Stringpublic void setAgentDisplayName(String value)
value - allowed object is
Stringpublic String getAuxID()
Stringpublic void setAuxID(String value)
value - allowed object is
Stringpublic String getBusinessID()
Stringpublic void setBusinessID(String value)
value - allowed object is
Stringpublic String getBusinessRefID()
Stringpublic void setBusinessRefID(String value)
value - allowed object is
Stringpublic String getRequestDate()
StringCopyright © 2012. All Rights Reserved.