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 Matrix |
transformation |
| 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.
|
Matrix |
getTransformation()
Gets the value of the transformation 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.
|
void |
setTransformation(Matrix value)
Sets the value of the transformation property.
|
protected String itemName
protected EnumOrientation orientation
protected Integer amount
protected Matrix transformation
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 Matrix getTransformation()
Stringpublic void setTransformation(Matrix value)
value - allowed object is
Stringpublic Object getComponentRef()
ObjectCopyright © 2013. All Rights Reserved.