public class CollatingItem 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="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 Integer |
amount |
protected Integer |
bundleDepth |
protected Object |
componentRef |
protected Object |
mediaRef |
protected EnumOrientation |
orientation |
protected Matrix |
transformation |
protected String |
transformationContext |
| Constructor and Description |
|---|
CollatingItem() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAmount()
Gets the value of the amount property.
|
Integer |
getBundleDepth()
Gets the value of the bundleDepth property.
|
Object |
getComponentRef()
Gets the value of the componentRef property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
EnumOrientation |
getOrientation()
Gets the value of the orientation property.
|
Matrix |
getTransformation()
Gets the value of the transformation property.
|
String |
getTransformationContext()
Gets the value of the transformationContext property.
|
void |
setAmount(Integer value)
Sets the value of the amount property.
|
void |
setBundleDepth(Integer value)
Sets the value of the bundleDepth property.
|
void |
setComponentRef(Object value)
Sets the value of the componentRef property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setOrientation(EnumOrientation value)
Sets the value of the orientation property.
|
void |
setTransformation(Matrix value)
Sets the value of the transformation property.
|
void |
setTransformationContext(String value)
Sets the value of the transformationContext property.
|
protected Integer bundleDepth
protected String transformationContext
protected EnumOrientation orientation
protected Integer amount
protected Matrix transformation
protected Object mediaRef
protected Object componentRef
public Integer getBundleDepth()
Integerpublic void setBundleDepth(Integer value)
value - allowed object is
Integerpublic String getTransformationContext()
Stringpublic void setTransformationContext(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 getMediaRef()
Objectpublic void setMediaRef(Object value)
value - allowed object is
Objectpublic Object getComponentRef()
ObjectCopyright © 2013. All Rights Reserved.