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,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") public class CustomerInfo extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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)booleanequals(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.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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") protected java.lang.String customerID
-
customerJobName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") protected java.lang.String customerJobName
-
customerOrderID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") protected java.lang.String customerOrderID
-
customerProjectID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") protected java.lang.String customerProjectID
-
-
Method Detail
-
getCustomerID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") 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", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") 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", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") 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", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") 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", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") 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", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") 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", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") 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", date="2020-06-05T09:32:04+00:00", comments="JAXB RI v2.3.2") 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(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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-