Class AssemblingIntent
- All Implemented Interfaces:
Serializable
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 TypeMethodDescriptionbooleanGets 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()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 v4.0.4", date="2025-09-19T22:22:03Z") protected List<AssemblyItem> assemblyItem -
bindIn
-
blowIn
-
stickOn
-
container
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Product container
-
-
Constructor Details
-
AssemblingIntent
public AssemblingIntent()
-
-
Method Details
-
getAssemblyItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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- Returns:
- The value of the assemblyItem property.
-
getBindIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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- Returns:
- The value of the bindIn property.
-
getBlowIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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- Returns:
- The value of the blowIn property.
-
getStickOn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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- Returns:
- The value of the stickOn property.
-
getContainer
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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
- Overrides:
equalsin classProductIntent
-
hashCode
public int hashCode()- Overrides:
hashCodein classProductIntent
-