public class TrapRegion extends ParameterType implements 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 Integer |
pages |
protected Object |
trappingParamsRef |
protected String |
trapZone |
| Constructor and Description |
|---|
TrapRegion() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPages()
Gets the value of the pages property.
|
Object |
getTrappingParamsRef()
Gets the value of the trappingParamsRef property.
|
String |
getTrapZone()
Gets the value of the trapZone property.
|
void |
setPages(Integer value)
Sets the value of the pages property.
|
void |
setTrappingParamsRef(Object value)
Sets the value of the trappingParamsRef property.
|
void |
setTrapZone(String value)
Sets the value of the trapZone property.
|
protected Integer pages
protected String trapZone
protected Object trappingParamsRef
public Integer getPages()
Integerpublic void setPages(Integer value)
value - allowed object is
Integerpublic String getTrapZone()
Stringpublic void setTrapZone(String value)
value - allowed object is
Stringpublic Object getTrappingParamsRef()
ObjectCopyright © 2013. All Rights Reserved.