@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public abstract class BusinessObject extends AbstractPt implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="AgentDisplayName" 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 org.cip4.lib.xjdf.type.DateTime |
requestDate |
comment, descriptiveName, generalID| Constructor and Description |
|---|
BusinessObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
org.cip4.lib.xjdf.type.DateTime |
getRequestDate()
Gets the value of the requestDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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(org.cip4.lib.xjdf.type.DateTime value)
Sets the value of the requestDate property.
|
BusinessObject |
withAgentDisplayName(String value) |
BusinessObject |
withAgentID(String value) |
BusinessObject |
withAuxID(String value) |
BusinessObject |
withBusinessID(String value) |
BusinessObject |
withBusinessRefID(String value) |
BusinessObject |
withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
BusinessObject |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
BusinessObject |
withDescriptiveName(String value) |
BusinessObject |
withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
BusinessObject |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
BusinessObject |
withRequestDate(org.cip4.lib.xjdf.type.DateTime value) |
getComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected String agentID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected String agentDisplayName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected String auxID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected String businessID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected String businessRefID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected org.cip4.lib.xjdf.type.DateTime requestDate
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public String getAgentID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setAgentID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public String getAgentDisplayName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setAgentDisplayName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public String getAuxID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setAuxID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public String getBusinessID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setBusinessID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public String getBusinessRefID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setBusinessRefID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public org.cip4.lib.xjdf.type.DateTime getRequestDate()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setRequestDate(org.cip4.lib.xjdf.type.DateTime value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public BusinessObject withAgentID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public BusinessObject withAgentDisplayName(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public BusinessObject withAuxID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public BusinessObject withBusinessID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public BusinessObject withBusinessRefID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public BusinessObject withRequestDate(org.cip4.lib.xjdf.type.DateTime value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public BusinessObject withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public BusinessObject withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public BusinessObject withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public BusinessObject withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public BusinessObject withDescriptiveName(String value)
withDescriptiveName in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class AbstractPtCopyright © 2016. All rights reserved.