Class CustomerInfo

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.4",
               date="2024-07-01T15:04:08Z")
    public class CustomerInfo
    extends SpecificResource
    implements java.io.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:
    Serialized Form
    • Field Detail

      • customerID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.String customerID
      • customerJobName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.String customerJobName
      • customerOrderID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.String customerOrderID
      • customerProjectID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.String customerProjectID
    • Constructor Detail

      • CustomerInfo

        public CustomerInfo()
    • Method Detail

      • getCustomerID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        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.4",
                   date="2024-07-01T15:04:08Z")
        public void setCustomerID​(java.lang.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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        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.4",
                   date="2024-07-01T15:04:08Z")
        public void setCustomerJobName​(java.lang.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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        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.4",
                   date="2024-07-01T15:04:08Z")
        public void setCustomerOrderID​(java.lang.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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        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.4",
                   date="2024-07-01T15:04:08Z")
        public void setCustomerProjectID​(java.lang.String value)
        Sets the value of the customerProjectID property.
        Parameters:
        value - allowed object is String
      • 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)