@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class Assembly
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Order" use="required">
<simpleType>
<restriction base="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN">
<enumeration value="Collecting"/>
<enumeration value="Gathering"/>
<enumeration value="None"/>
<enumeration value="List"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Assembly.Order
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AssemblySection> |
assemblySection |
protected java.util.List<java.lang.String> |
binderySignatureIDs |
protected Assembly.Order |
order |
| Constructor and Description |
|---|
Assembly() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
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.EqualsStrategy strategy) |
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.Order |
getOrder()
Gets the value of the order property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setOrder(Assembly.Order value)
Sets the value of the order property.
|
Assembly |
withAssemblySection(AssemblySection... values) |
Assembly |
withAssemblySection(java.util.Collection<AssemblySection> values) |
Assembly |
withBinderySignatureIDs(java.util.Collection<java.lang.String> values) |
Assembly |
withBinderySignatureIDs(java.lang.String... values) |
Assembly |
withOrder(Assembly.Order value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<AssemblySection> assemblySection
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> binderySignatureIDs
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Assembly.Order order
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<AssemblySection> getAssemblySection()
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getBinderySignatureIDs()
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Assembly.Order getOrder()
Assembly.Order@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setOrder(Assembly.Order value)
value - allowed object is
Assembly.Orderpublic Assembly withAssemblySection(AssemblySection... values)
public Assembly withAssemblySection(java.util.Collection<AssemblySection> values)
public Assembly withBinderySignatureIDs(java.lang.String... values)
public Assembly withBinderySignatureIDs(java.util.Collection<java.lang.String> values)
public Assembly withOrder(Assembly.Order value)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource