@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public class AssemblySection extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}AssemblySection" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AssemblyIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
assemblyIDs |
protected List<AssemblySection> |
assemblySection |
protected String |
jobID |
| Constructor and Description |
|---|
AssemblySection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
List<AssemblySection> |
getAssemblySection()
Gets the value of the assemblySection property.
|
String |
getJobID()
Gets the value of the jobID property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setJobID(String value)
Sets the value of the jobID property.
|
AssemblySection |
withAssemblyIDs(Collection<String> values) |
AssemblySection |
withAssemblyIDs(String... values) |
AssemblySection |
withAssemblySection(AssemblySection... values) |
AssemblySection |
withAssemblySection(Collection<AssemblySection> values) |
AssemblySection |
withJobID(String value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<AssemblySection> assemblySection
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String jobID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public 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="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getJobID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setJobID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<String> getAssemblyIDs()
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 assemblyIDs property.
For example, to add a new item, do as follows:
getAssemblyIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public AssemblySection withAssemblySection(AssemblySection... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public AssemblySection withAssemblySection(Collection<AssemblySection> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public AssemblySection withJobID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public AssemblySection withAssemblyIDs(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public AssemblySection withAssemblyIDs(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.