Class AssemblingIntent
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
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.w3.org/2001/XMLSchema}IDREF" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class org.cip4.lib.xjdf.schema.ProductIntent
any -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the assemblyItem property.Gets the value of the bindIn property.Gets the value of the blowIn property.Gets the value of the container property.Gets the value of the stickOn property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetContainer(Product value) Sets the value of the container property.withAny(Collection<Object> values) withAssemblyItem(Collection<AssemblyItem> values) withAssemblyItem(AssemblyItem... values) withBindIn(Collection<BindIn> values) withBindIn(BindIn... values) withBlowIn(Collection<BlowIn> values) withBlowIn(BlowIn... values) withContainer(Product value) withStickOn(Collection<StickOn> values) withStickOn(StickOn... values) Methods inherited from class org.cip4.lib.xjdf.schema.ProductIntent
getAny, getOtherAttributes
-
Field Details
-
assemblyItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<AssemblyItem> assemblyItem -
bindIn
-
blowIn
-
stickOn
-
container
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Product container
-
-
Constructor Details
-
AssemblingIntent
public AssemblingIntent()
-
-
Method Details
-
getAssemblyItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<AssemblyItem> getAssemblyItem()Gets the value of the assemblyItem 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 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 -
getBindIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<BindIn> getBindIn()Gets the value of the bindIn 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 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 -
getBlowIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<BlowIn> getBlowIn()Gets the value of the blowIn 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 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 -
getStickOn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<StickOn> getStickOn()Gets the value of the stickOn 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 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 -
getContainer
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Product getContainer()Gets the value of the container property.- Returns:
- possible object is
Object
-
setContainer
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setContainer(Product value) Sets the value of the container property.- Parameters:
value- allowed object isObject
-
withAssemblyItem
-
withAssemblyItem
-
withBindIn
-
withBindIn
-
withBlowIn
-
withBlowIn
-
withStickOn
-
withStickOn
-
withContainer
-
withAny
- Overrides:
withAnyin classProductIntent
-
withAny
- Overrides:
withAnyin classProductIntent
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classProductIntent
-
equals
- Overrides:
equalsin classProductIntent
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classProductIntent
-
hashCode
public int hashCode()- Overrides:
hashCodein classProductIntent
-