public class CustomerInfo extends ParameterType implements java.io.Serializable
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}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CustomerMessage" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="CustomerProjectID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BillingCode" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CustomerID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CustomerOrderID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CustomerJobName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
billingCode |
protected java.util.List<Contact> |
contacts |
protected java.lang.String |
customerID |
protected java.lang.String |
customerJobName |
protected java.util.List<CustomerMessage> |
customerMessages |
protected java.lang.String |
customerOrderID |
protected java.lang.String |
customerProjectID |
| Constructor and Description |
|---|
CustomerInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBillingCode()
Gets the value of the billingCode property.
|
java.util.List<Contact> |
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.util.List<CustomerMessage> |
getCustomerMessages()
Gets the value of the customerMessages property.
|
java.lang.String |
getCustomerOrderID()
Gets the value of the customerOrderID property.
|
java.lang.String |
getCustomerProjectID()
Gets the value of the customerProjectID property.
|
void |
setBillingCode(java.lang.String value)
Sets the value of the billingCode property.
|
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.
|
protected java.util.List<Contact> contacts
protected java.util.List<CustomerMessage> customerMessages
protected java.lang.String customerProjectID
protected java.lang.String billingCode
protected java.lang.String customerID
protected java.lang.String customerOrderID
protected java.lang.String customerJobName
public java.util.List<Contact> 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
Contact
public java.util.List<CustomerMessage> getCustomerMessages()
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 customerMessages property.
For example, to add a new item, do as follows:
getCustomerMessages().add(newItem);
Objects of the following type(s) are allowed in the list
CustomerMessage
public java.lang.String getCustomerProjectID()
Stringpublic void setCustomerProjectID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBillingCode()
Stringpublic void setBillingCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomerID()
Stringpublic void setCustomerID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomerOrderID()
Stringpublic void setCustomerOrderID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomerJobName()
Stringpublic void setCustomerJobName(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.