Class Assembly
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.Assembly
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class Assembly extends SpecificResource implements java.io.SerializableJava 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssembly.OrderJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<AssemblySection>assemblySectionprotected java.util.List<java.lang.String>binderySignatureIDsprotected Assembly.Orderorder
-
Constructor Summary
Constructors Constructor Description Assembly()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<AssemblySection>getAssemblySection()Gets the value of the assemblySection property.java.util.List<java.lang.String>getBinderySignatureIDs()Gets the value of the binderySignatureIDs property.Assembly.OrdergetOrder()Gets the value of the order property.inthashCode()voidsetOrder(Assembly.Order value)Sets the value of the order property.AssemblywithAssemblySection(java.util.Collection<AssemblySection> values)AssemblywithAssemblySection(AssemblySection... values)AssemblywithBinderySignatureIDs(java.lang.String... values)AssemblywithBinderySignatureIDs(java.util.Collection<java.lang.String> values)AssemblywithOrder(Assembly.Order value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
assemblySection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<AssemblySection> assemblySection
-
binderySignatureIDs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<java.lang.String> binderySignatureIDs
-
order
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected Assembly.Order order
-
-
Method Detail
-
getAssemblySection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the assemblySection property.
-
getBinderySignatureIDs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the binderySignatureIDs property.
-
getOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setOrder(Assembly.Order value)Sets the value of the order property.- Parameters:
value- allowed object isAssembly.Order
-
withAssemblySection
public Assembly withAssemblySection(AssemblySection... values)
-
withAssemblySection
public Assembly withAssemblySection(java.util.Collection<AssemblySection> values)
-
withBinderySignatureIDs
public Assembly withBinderySignatureIDs(java.lang.String... values)
-
withBinderySignatureIDs
public Assembly withBinderySignatureIDs(java.util.Collection<java.lang.String> values)
-
withOrder
public Assembly withOrder(Assembly.Order value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-