public class TrapRegion extends ParameterType implements java.io.Serializable
Java class for TrapRegion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrapRegion">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Pages" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="TrapZone" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<attribute name="TrappingParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
pages |
protected java.lang.Object |
trappingParamsRef |
protected java.lang.String |
trapZone |
| Constructor and Description |
|---|
TrapRegion() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getPages()
Gets the value of the pages property.
|
java.lang.Object |
getTrappingParamsRef()
Gets the value of the trappingParamsRef property.
|
java.lang.String |
getTrapZone()
Gets the value of the trapZone property.
|
void |
setPages(java.lang.Integer value)
Sets the value of the pages property.
|
void |
setTrappingParamsRef(java.lang.Object value)
Sets the value of the trappingParamsRef property.
|
void |
setTrapZone(java.lang.String value)
Sets the value of the trapZone property.
|
protected java.lang.Integer pages
protected java.lang.String trapZone
protected java.lang.Object trappingParamsRef
public java.lang.Integer getPages()
Integerpublic void setPages(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getTrapZone()
Stringpublic void setTrapZone(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getTrappingParamsRef()
Objectpublic void setTrappingParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.