Class Assembly

  • 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-04-06T06:56:26+00:00",
               comments="JAXB RI v2.3.2")
    public class Assembly
    extends SpecificResource
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for Assembly complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Assembly">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}AssemblySection" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="BinderySignatureIDs" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
           <attribute name="Order" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Collecting"/>
                 <enumeration value="Gathering"/>
                 <enumeration value="None"/>
                 <enumeration value="List"/>
               </restriction>
             </simpleType>
           </attribute>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • assemblySection

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.util.List<AssemblySection> assemblySection
      • binderySignatureIDs

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.util.List<java.lang.String> binderySignatureIDs
      • order

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        protected Assembly.Order order
    • Constructor Detail

      • Assembly

        public Assembly()
    • Method Detail

      • getAssemblySection

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public java.util.List<AssemblySection> getAssemblySection()
        Gets the value of the assemblySection property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the assemblySection property.

        For example, to add a new item, do as follows:

            getAssemblySection().add(newItem);
         

        Objects of the following type(s) are allowed in the list AssemblySection

      • getBinderySignatureIDs

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public java.util.List<java.lang.String> getBinderySignatureIDs()
        Gets the value of the binderySignatureIDs property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the binderySignatureIDs property.

        For example, to add a new item, do as follows:

            getBinderySignatureIDs().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getOrder

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public Assembly.Order getOrder()
        Gets the value of the order property.
        Returns:
        possible object is Assembly.Order
      • setOrder

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public void setOrder​(Assembly.Order value)
        Sets the value of the order property.
        Parameters:
        value - allowed object is Assembly.Order
      • withBinderySignatureIDs

        public Assembly withBinderySignatureIDs​(java.lang.String... values)
      • withBinderySignatureIDs

        public Assembly withBinderySignatureIDs​(java.util.Collection<java.lang.String> values)
      • 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:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        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