Class Assembly
- All Implemented Interfaces:
Serializable
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the assemblySection property.Gets the value of the binderySignatureIDs property.getOrder()Gets the value of the order property.inthashCode()voidsetOrder(Assembly.Order value) Sets the value of the order property.withAssemblySection(Collection<AssemblySection> values) withAssemblySection(AssemblySection... values) withBinderySignatureIDs(String... values) withBinderySignatureIDs(Collection<String> values) withOrder(Assembly.Order value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
assemblySection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<AssemblySection> assemblySection -
binderySignatureIDs
-
order
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Assembly.Order order
-
-
Constructor Details
-
Assembly
public Assembly()
-
-
Method Details
-
getAssemblySection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public 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
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.4", date="2025-09-19T22:22:03Z") public List<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
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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public void setOrder(Assembly.Order value) Sets the value of the order property.- Parameters:
value- allowed object isAssembly.Order
-
withAssemblySection
-
withAssemblySection
-
withBinderySignatureIDs
-
withBinderySignatureIDs
-
withOrder
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-