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
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class CustomerInfo
extends SpecificResource
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}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 TypeMethodDescriptionbooleanGets 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()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 v4.0.4", date="2025-09-19T22:22:03Z") protected String customerID -
customerJobName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String customerJobName -
customerOrderID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String customerOrderID -
customerProjectID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String customerProjectID
-
-
Constructor Details
-
CustomerInfo
public CustomerInfo()
-
-
Method Details
-
getCustomerID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setCustomerProjectID(String value) Sets the value of the customerProjectID property.- Parameters:
value- allowed object isString
-
withCustomerID
-
withCustomerJobName
-
withCustomerOrderID
-
withCustomerProjectID
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-