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 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • withCustomerID

      public CustomerInfo withCustomerID(String value)
    • withCustomerJobName

      public CustomerInfo withCustomerJobName(String value)
    • withCustomerOrderID

      public CustomerInfo withCustomerOrderID(String value)
    • withCustomerProjectID

      public CustomerInfo withCustomerProjectID(String value)
    • 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:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class SpecificResource
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource