public class CollatingItem
extends java.lang.Object
implements java.io.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="BundleDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TransformationContext" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<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="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ComponentRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
amount |
protected java.lang.Integer |
bundleDepth |
protected java.lang.Object |
componentRef |
protected java.lang.Object |
mediaRef |
protected EnumOrientation |
orientation |
protected java.lang.String |
transformationContext |
protected java.util.List<java.lang.Double> |
transformations |
| Constructor and Description |
|---|
CollatingItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAmount()
Gets the value of the amount property.
|
java.lang.Integer |
getBundleDepth()
Gets the value of the bundleDepth property.
|
java.lang.Object |
getComponentRef()
Gets the value of the componentRef property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
EnumOrientation |
getOrientation()
Gets the value of the orientation property.
|
java.lang.String |
getTransformationContext()
Gets the value of the transformationContext property.
|
java.util.List<java.lang.Double> |
getTransformations()
Gets the value of the transformations property.
|
void |
setAmount(java.lang.Integer value)
Sets the value of the amount property.
|
void |
setBundleDepth(java.lang.Integer value)
Sets the value of the bundleDepth property.
|
void |
setComponentRef(java.lang.Object value)
Sets the value of the componentRef property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
void |
setOrientation(EnumOrientation value)
Sets the value of the orientation property.
|
void |
setTransformationContext(java.lang.String value)
Sets the value of the transformationContext property.
|
protected java.lang.Integer bundleDepth
protected java.lang.String transformationContext
protected EnumOrientation orientation
protected java.lang.Integer amount
protected java.util.List<java.lang.Double> transformations
protected java.lang.Object mediaRef
protected java.lang.Object componentRef
public java.lang.Integer getBundleDepth()
Integerpublic void setBundleDepth(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getTransformationContext()
Stringpublic void setTransformationContext(java.lang.String value)
value - allowed object is
Stringpublic EnumOrientation getOrientation()
EnumOrientationpublic void setOrientation(EnumOrientation value)
value - allowed object is
EnumOrientationpublic java.lang.Integer getAmount()
Integerpublic void setAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.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 java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getComponentRef()
Objectpublic void setComponentRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.