@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class AssemblingIntent
extends ProductIntent
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for AssemblingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssemblingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}AssemblyItem" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BindIn" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BlowIn" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}StickOn" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Container" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AssemblyItem> |
assemblyItem |
protected java.util.List<BindIn> |
bindIn |
protected java.util.List<BlowIn> |
blowIn |
protected Product |
container |
protected java.util.List<StickOn> |
stickOn |
any| Constructor and Description |
|---|
AssemblingIntent() |
| 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<AssemblyItem> |
getAssemblyItem()
Gets the value of the assemblyItem property.
|
java.util.List<BindIn> |
getBindIn()
Gets the value of the bindIn property.
|
java.util.List<BlowIn> |
getBlowIn()
Gets the value of the blowIn property.
|
Product |
getContainer()
Gets the value of the container property.
|
java.util.List<StickOn> |
getStickOn()
Gets the value of the stickOn property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setContainer(Product value)
Sets the value of the container property.
|
AssemblingIntent |
withAny(java.util.Collection<java.lang.Object> values) |
AssemblingIntent |
withAny(java.lang.Object... values) |
AssemblingIntent |
withAssemblyItem(AssemblyItem... values) |
AssemblingIntent |
withAssemblyItem(java.util.Collection<AssemblyItem> values) |
AssemblingIntent |
withBindIn(BindIn... values) |
AssemblingIntent |
withBindIn(java.util.Collection<BindIn> values) |
AssemblingIntent |
withBlowIn(BlowIn... values) |
AssemblingIntent |
withBlowIn(java.util.Collection<BlowIn> values) |
AssemblingIntent |
withContainer(Product value) |
AssemblingIntent |
withStickOn(java.util.Collection<StickOn> values) |
AssemblingIntent |
withStickOn(StickOn... values) |
getAny, getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<AssemblyItem> assemblyItem
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<BindIn> bindIn
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<BlowIn> blowIn
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<StickOn> stickOn
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Product container
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<AssemblyItem> getAssemblyItem()
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 assemblyItem property.
For example, to add a new item, do as follows:
getAssemblyItem().add(newItem);
Objects of the following type(s) are allowed in the list
AssemblyItem
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<BindIn> getBindIn()
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 bindIn property.
For example, to add a new item, do as follows:
getBindIn().add(newItem);
Objects of the following type(s) are allowed in the list
BindIn
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<BlowIn> getBlowIn()
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 blowIn property.
For example, to add a new item, do as follows:
getBlowIn().add(newItem);
Objects of the following type(s) are allowed in the list
BlowIn
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<StickOn> getStickOn()
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 stickOn property.
For example, to add a new item, do as follows:
getStickOn().add(newItem);
Objects of the following type(s) are allowed in the list
StickOn
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Product getContainer()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setContainer(Product value)
value - allowed object is
Objectpublic AssemblingIntent withAssemblyItem(AssemblyItem... values)
public AssemblingIntent withAssemblyItem(java.util.Collection<AssemblyItem> values)
public AssemblingIntent withBindIn(BindIn... values)
public AssemblingIntent withBindIn(java.util.Collection<BindIn> values)
public AssemblingIntent withBlowIn(BlowIn... values)
public AssemblingIntent withBlowIn(java.util.Collection<BlowIn> values)
public AssemblingIntent withStickOn(StickOn... values)
public AssemblingIntent withStickOn(java.util.Collection<StickOn> values)
public AssemblingIntent withContainer(Product value)
public AssemblingIntent withAny(java.lang.Object... values)
withAny in class ProductIntentpublic AssemblingIntent withAny(java.util.Collection<java.lang.Object> values)
withAny in class ProductIntentpublic 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 ProductIntentpublic boolean equals(java.lang.Object object)
equals in class ProductIntentpublic 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 ProductIntentpublic int hashCode()
hashCode in class ProductIntent