public class BundleItem extends Object implements Serializable
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">
<attribute name="ItemName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}EnumOrientation" />
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Transformation" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="ComponentRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
amount |
protected Object |
componentRef |
protected String |
itemName |
protected EnumOrientation |
orientation |
protected List<Double> |
transformations |
| Constructor and Description |
|---|
BundleItem() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAmount()
Gets the value of the amount property.
|
Object |
getComponentRef()
Gets the value of the componentRef property.
|
String |
getItemName()
Gets the value of the itemName property.
|
EnumOrientation |
getOrientation()
Gets the value of the orientation property.
|
List<Double> |
getTransformations()
Gets the value of the transformations property.
|
void |
setAmount(Integer value)
Sets the value of the amount property.
|
void |
setComponentRef(Object value)
Sets the value of the componentRef property.
|
void |
setItemName(String value)
Sets the value of the itemName property.
|
void |
setOrientation(EnumOrientation value)
Sets the value of the orientation property.
|
protected String itemName
protected EnumOrientation orientation
protected Integer amount
protected Object componentRef
public String getItemName()
Stringpublic void setItemName(String value)
value - allowed object is
Stringpublic EnumOrientation getOrientation()
EnumOrientationpublic void setOrientation(EnumOrientation value)
value - allowed object is
EnumOrientationpublic Integer getAmount()
Integerpublic void setAmount(Integer value)
value - allowed object is
Integerpublic List<Double> getTransformations()
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 transformations property.
For example, to add a new item, do as follows:
getTransformations().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Object getComponentRef()
ObjectCopyright © 2012. All Rights Reserved.