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:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class CustomerInfo
extends SpecificResource
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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="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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the customerID property.Gets the value of the customerJobName property.Gets the value of the customerOrderID property.Gets the value of the customerProjectID property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetCustomerID(String value) Sets the value of the customerID property.voidsetCustomerJobName(String value) Sets the value of the customerJobName property.voidsetCustomerOrderID(String value) Sets the value of the customerOrderID property.voidsetCustomerProjectID(String value) Sets the value of the customerProjectID property.withCustomerID(String value) withCustomerJobName(String value) withCustomerOrderID(String value) withCustomerProjectID(String value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
customerID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String customerID -
customerJobName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String customerJobName -
customerOrderID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String customerOrderID -
customerProjectID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String customerProjectID
-
-
Constructor Details
-
CustomerInfo
public CustomerInfo()
-
-
Method Details
-
getCustomerID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setCustomerID(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setCustomerJobName(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setCustomerOrderID(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setCustomerProjectID(String value) Sets the value of the customerProjectID property.- Parameters:
value- allowed object isString
-
withCustomerID
-
withCustomerJobName
-
withCustomerOrderID
-
withCustomerProjectID
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- 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
-