Class AssemblingIntent
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ProductIntent
-
- org.cip4.lib.xjdf.schema.AssemblingIntent
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class AssemblingIntent extends ProductIntent implements java.io.SerializableJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<AssemblyItem>assemblyItemprotected java.util.List<BindIn>bindInprotected java.util.List<BlowIn>blowInprotected Productcontainerprotected java.util.List<StickOn>stickOn-
Fields inherited from class org.cip4.lib.xjdf.schema.ProductIntent
any
-
-
Constructor Summary
Constructors Constructor Description AssemblingIntent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)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.ProductgetContainer()Gets the value of the container property.java.util.List<StickOn>getStickOn()Gets the value of the stickOn property.inthashCode()voidsetContainer(Product value)Sets the value of the container property.AssemblingIntentwithAny(java.lang.Object... values)AssemblingIntentwithAny(java.util.Collection<java.lang.Object> values)AssemblingIntentwithAssemblyItem(java.util.Collection<AssemblyItem> values)AssemblingIntentwithAssemblyItem(AssemblyItem... values)AssemblingIntentwithBindIn(java.util.Collection<BindIn> values)AssemblingIntentwithBindIn(BindIn... values)AssemblingIntentwithBlowIn(java.util.Collection<BlowIn> values)AssemblingIntentwithBlowIn(BlowIn... values)AssemblingIntentwithContainer(Product value)AssemblingIntentwithStickOn(java.util.Collection<StickOn> values)AssemblingIntentwithStickOn(StickOn... values)-
Methods inherited from class org.cip4.lib.xjdf.schema.ProductIntent
getAny, getOtherAttributes
-
-
-
-
Field Detail
-
assemblyItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<AssemblyItem> assemblyItem
-
bindIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<BindIn> bindIn
-
blowIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<BlowIn> blowIn
-
stickOn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<StickOn> stickOn
-
container
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected Product container
-
-
Method Detail
-
getAssemblyItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.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 Jakarta XML Binding 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.1", date="2023-01-02T18:51:33Z") public java.util.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 Jakarta XML Binding 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.1", date="2023-01-02T18:51:33Z") public java.util.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 Jakarta XML Binding 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.1", date="2023-01-02T18:51:33Z") public java.util.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 Jakarta XML Binding 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.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setContainer(Product value)Sets the value of the container property.- Parameters:
value- allowed object isObject
-
withAssemblyItem
public AssemblingIntent withAssemblyItem(AssemblyItem... values)
-
withAssemblyItem
public AssemblingIntent withAssemblyItem(java.util.Collection<AssemblyItem> values)
-
withBindIn
public AssemblingIntent withBindIn(BindIn... values)
-
withBindIn
public AssemblingIntent withBindIn(java.util.Collection<BindIn> values)
-
withBlowIn
public AssemblingIntent withBlowIn(BlowIn... values)
-
withBlowIn
public AssemblingIntent withBlowIn(java.util.Collection<BlowIn> values)
-
withStickOn
public AssemblingIntent withStickOn(StickOn... values)
-
withStickOn
public AssemblingIntent withStickOn(java.util.Collection<StickOn> values)
-
withContainer
public AssemblingIntent withContainer(Product value)
-
withAny
public AssemblingIntent withAny(java.lang.Object... values)
- Overrides:
withAnyin classProductIntent
-
withAny
public AssemblingIntent withAny(java.util.Collection<java.lang.Object> values)
- Overrides:
withAnyin classProductIntent
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classProductIntent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classProductIntent
-
-