public class TrappingDetails extends ParameterType implements Serializable
Java class for TrappingDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrappingDetails">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ObjectResolution" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}TrapRegion" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="DefaultTrapping" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="TrappingParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="TrappingOrder" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
defaultTrapping |
protected List<ObjectResolution> |
objectResolutions |
protected List<String> |
trappingOrders |
protected Object |
trappingParamsRef |
protected List<TrapRegion> |
trapRegions |
| Constructor and Description |
|---|
TrappingDetails() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDefaultTrapping()
Gets the value of the defaultTrapping property.
|
List<ObjectResolution> |
getObjectResolutions()
Gets the value of the objectResolutions property.
|
List<String> |
getTrappingOrders()
Gets the value of the trappingOrders property.
|
Object |
getTrappingParamsRef()
Gets the value of the trappingParamsRef property.
|
List<TrapRegion> |
getTrapRegions()
Gets the value of the trapRegions property.
|
void |
setDefaultTrapping(Boolean value)
Sets the value of the defaultTrapping property.
|
void |
setTrappingParamsRef(Object value)
Sets the value of the trappingParamsRef property.
|
protected List<TrapRegion> trapRegions
protected List<ObjectResolution> objectResolutions
protected Boolean defaultTrapping
protected Object trappingParamsRef
public List<TrapRegion> getTrapRegions()
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 trapRegions property.
For example, to add a new item, do as follows:
getTrapRegions().add(newItem);
Objects of the following type(s) are allowed in the list
TrapRegion
public List<ObjectResolution> getObjectResolutions()
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 objectResolutions property.
For example, to add a new item, do as follows:
getObjectResolutions().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectResolution
public Boolean getDefaultTrapping()
Booleanpublic void setDefaultTrapping(Boolean value)
value - allowed object is
Booleanpublic Object getTrappingParamsRef()
Objectpublic void setTrappingParamsRef(Object value)
value - allowed object is
Objectpublic List<String> getTrappingOrders()
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 trappingOrders property.
For example, to add a new item, do as follows:
getTrappingOrders().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.