public class CustomerInfo extends ParameterType implements 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 String |
billingCode |
protected List<Contact> |
contacts |
protected String |
customerID |
protected String |
customerJobName |
protected List<CustomerMessage> |
customerMessages |
protected String |
customerOrderID |
protected String |
customerProjectID |
| Constructor and Description |
|---|
CustomerInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillingCode()
Gets the value of the billingCode property.
|
List<Contact> |
getContacts()
Gets the value of the contacts property.
|
String |
getCustomerID()
Gets the value of the customerID property.
|
String |
getCustomerJobName()
Gets the value of the customerJobName property.
|
List<CustomerMessage> |
getCustomerMessages()
Gets the value of the customerMessages property.
|
String |
getCustomerOrderID()
Gets the value of the customerOrderID property.
|
String |
getCustomerProjectID()
Gets the value of the customerProjectID property.
|
void |
setBillingCode(String value)
Sets the value of the billingCode property.
|
void |
setCustomerID(String value)
Sets the value of the customerID property.
|
void |
setCustomerJobName(String value)
Sets the value of the customerJobName property.
|
void |
setCustomerOrderID(String value)
Sets the value of the customerOrderID property.
|
void |
setCustomerProjectID(String value)
Sets the value of the customerProjectID property.
|
protected List<CustomerMessage> customerMessages
protected String customerProjectID
protected String billingCode
protected String customerID
protected String customerOrderID
protected String customerJobName
public 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 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 String getCustomerProjectID()
Stringpublic void setCustomerProjectID(String value)
value - allowed object is
Stringpublic String getBillingCode()
Stringpublic void setBillingCode(String value)
value - allowed object is
Stringpublic String getCustomerID()
Stringpublic void setCustomerID(String value)
value - allowed object is
Stringpublic String getCustomerOrderID()
Stringpublic void setCustomerOrderID(String value)
value - allowed object is
Stringpublic String getCustomerJobName()
StringCopyright © 2012. All Rights Reserved.