@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class CustomerInfo
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for CustomerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerInfo">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="ContactRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="CustomerID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="CustomerJobName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CustomerOrderID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CustomerProjectID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Resource> |
contacts |
protected java.lang.String |
customerID |
protected java.lang.String |
customerJobName |
protected java.lang.String |
customerOrderID |
protected java.lang.String |
customerProjectID |
| Constructor and Description |
|---|
CustomerInfo() |
| 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.EqualsStrategy strategy) |
java.util.List<Resource> |
getContacts()
Gets the value of the contacts property.
|
java.lang.String |
getCustomerID()
Gets the value of the customerID property.
|
java.lang.String |
getCustomerJobName()
Gets the value of the customerJobName property.
|
java.lang.String |
getCustomerOrderID()
Gets the value of the customerOrderID property.
|
java.lang.String |
getCustomerProjectID()
Gets the value of the customerProjectID property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCustomerID(java.lang.String value)
Sets the value of the customerID property.
|
void |
setCustomerJobName(java.lang.String value)
Sets the value of the customerJobName property.
|
void |
setCustomerOrderID(java.lang.String value)
Sets the value of the customerOrderID property.
|
void |
setCustomerProjectID(java.lang.String value)
Sets the value of the customerProjectID property.
|
CustomerInfo |
withContacts(java.util.Collection<Resource> values) |
CustomerInfo |
withContacts(Resource... values) |
CustomerInfo |
withCustomerID(java.lang.String value) |
CustomerInfo |
withCustomerJobName(java.lang.String value) |
CustomerInfo |
withCustomerOrderID(java.lang.String value) |
CustomerInfo |
withCustomerProjectID(java.lang.String value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Resource> contacts
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String customerID
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String customerJobName
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String customerOrderID
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String customerProjectID
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<Resource> getContacts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);
Objects of the following type(s) are allowed in the list
Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCustomerID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setCustomerID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCustomerJobName()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setCustomerJobName(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCustomerOrderID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setCustomerOrderID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCustomerProjectID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setCustomerProjectID(java.lang.String value)
value - allowed object is
Stringpublic CustomerInfo withContacts(Resource... values)
public CustomerInfo withContacts(java.util.Collection<Resource> values)
public CustomerInfo withCustomerID(java.lang.String value)
public CustomerInfo withCustomerJobName(java.lang.String value)
public CustomerInfo withCustomerOrderID(java.lang.String value)
public CustomerInfo withCustomerProjectID(java.lang.String value)
public 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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic 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 SpecificResourcepublic int hashCode()
hashCode in class SpecificResource