Package org.cip4.lib.xjdf.schema
Class CustomerInfo
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.CustomerInfo
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class CustomerInfo extends SpecificResource implements java.io.SerializableJava 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="CustomerID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="CustomerJobName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CustomerOrderID" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CustomerProjectID" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcustomerIDprotected java.lang.StringcustomerJobNameprotected java.lang.StringcustomerOrderIDprotected java.lang.StringcustomerProjectID
-
Constructor Summary
Constructors Constructor Description CustomerInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetCustomerID()Gets the value of the customerID property.java.lang.StringgetCustomerJobName()Gets the value of the customerJobName property.java.lang.StringgetCustomerOrderID()Gets the value of the customerOrderID property.java.lang.StringgetCustomerProjectID()Gets the value of the customerProjectID property.inthashCode()voidsetCustomerID(java.lang.String value)Sets the value of the customerID property.voidsetCustomerJobName(java.lang.String value)Sets the value of the customerJobName property.voidsetCustomerOrderID(java.lang.String value)Sets the value of the customerOrderID property.voidsetCustomerProjectID(java.lang.String value)Sets the value of the customerProjectID property.CustomerInfowithCustomerID(java.lang.String value)CustomerInfowithCustomerJobName(java.lang.String value)CustomerInfowithCustomerOrderID(java.lang.String value)CustomerInfowithCustomerProjectID(java.lang.String value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
customerID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String customerID
-
customerJobName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String customerJobName
-
customerOrderID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String customerOrderID
-
customerProjectID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String customerProjectID
-
-
Method Detail
-
getCustomerID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.String getCustomerID()Gets the value of the customerID property.- Returns:
- possible object is
String
-
setCustomerID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setCustomerID(java.lang.String value)Sets the value of the customerID property.- Parameters:
value- allowed object isString
-
getCustomerJobName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.String getCustomerJobName()Gets the value of the customerJobName property.- Returns:
- possible object is
String
-
setCustomerJobName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setCustomerJobName(java.lang.String value)Sets the value of the customerJobName property.- Parameters:
value- allowed object isString
-
getCustomerOrderID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.String getCustomerOrderID()Gets the value of the customerOrderID property.- Returns:
- possible object is
String
-
setCustomerOrderID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setCustomerOrderID(java.lang.String value)Sets the value of the customerOrderID property.- Parameters:
value- allowed object isString
-
getCustomerProjectID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.String getCustomerProjectID()Gets the value of the customerProjectID property.- Returns:
- possible object is
String
-
setCustomerProjectID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setCustomerProjectID(java.lang.String value)Sets the value of the customerProjectID property.- Parameters:
value- allowed object isString
-
withCustomerID
public CustomerInfo withCustomerID(java.lang.String value)
-
withCustomerJobName
public CustomerInfo withCustomerJobName(java.lang.String value)
-
withCustomerOrderID
public CustomerInfo withCustomerOrderID(java.lang.String value)
-
withCustomerProjectID
public CustomerInfo withCustomerProjectID(java.lang.String value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-