@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public abstract class BusinessObject
extends AbstractPt
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="AgentDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="AuxID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="BusinessID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="BusinessRefID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="RequestDate" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
agentDisplayName |
protected java.lang.String |
agentID |
protected java.lang.String |
auxID |
protected java.lang.String |
businessID |
protected java.lang.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(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.lang.String |
getAgentDisplayName()
Gets the value of the agentDisplayName property.
|
java.lang.String |
getAgentID()
Gets the value of the agentID property.
|
java.lang.String |
getAuxID()
Gets the value of the auxID property.
|
java.lang.String |
getBusinessID()
Gets the value of the businessID property.
|
java.lang.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.HashCodeStrategy2 strategy) |
void |
setAgentDisplayName(java.lang.String value)
Sets the value of the agentDisplayName property.
|
void |
setAgentID(java.lang.String value)
Sets the value of the agentID property.
|
void |
setAuxID(java.lang.String value)
Sets the value of the auxID property.
|
void |
setBusinessID(java.lang.String value)
Sets the value of the businessID property.
|
void |
setBusinessRefID(java.lang.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(java.lang.String value) |
BusinessObject |
withAgentID(java.lang.String value) |
BusinessObject |
withAuxID(java.lang.String value) |
BusinessObject |
withBusinessID(java.lang.String value) |
BusinessObject |
withBusinessRefID(java.lang.String value) |
BusinessObject |
withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values) |
BusinessObject |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
BusinessObject |
withDescriptiveName(java.lang.String value) |
BusinessObject |
withGeneralID(java.util.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="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String agentID
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String agentDisplayName
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String auxID
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String businessID
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String businessRefID
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected org.cip4.lib.xjdf.type.DateTime requestDate
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getAgentID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setAgentID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getAgentDisplayName()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setAgentDisplayName(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getAuxID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setAuxID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getBusinessID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setBusinessID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getBusinessRefID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setBusinessRefID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+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="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setRequestDate(org.cip4.lib.xjdf.type.DateTime value)
value - allowed object is
Stringpublic BusinessObject withAgentID(java.lang.String value)
public BusinessObject withAgentDisplayName(java.lang.String value)
public BusinessObject withAuxID(java.lang.String value)
public BusinessObject withBusinessID(java.lang.String value)
public BusinessObject withBusinessRefID(java.lang.String value)
public BusinessObject withRequestDate(org.cip4.lib.xjdf.type.DateTime value)
public BusinessObject withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPtpublic BusinessObject withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPtpublic BusinessObject withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPtpublic BusinessObject withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPtpublic BusinessObject withDescriptiveName(java.lang.String value)
withDescriptiveName in class AbstractPtpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractPtpublic boolean equals(java.lang.Object object)
equals in class AbstractPtpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractPtpublic int hashCode()
hashCode in class AbstractPt