public class TrappingDetails extends ParameterType implements java.io.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 java.lang.Boolean |
defaultTrapping |
protected java.util.List<ObjectResolution> |
objectResolutions |
protected java.util.List<java.lang.String> |
trappingOrders |
protected java.lang.Object |
trappingParamsRef |
protected java.util.List<TrapRegion> |
trapRegions |
| Constructor and Description |
|---|
TrappingDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getDefaultTrapping()
Gets the value of the defaultTrapping property.
|
java.util.List<ObjectResolution> |
getObjectResolutions()
Gets the value of the objectResolutions property.
|
java.util.List<java.lang.String> |
getTrappingOrders()
Gets the value of the trappingOrders property.
|
java.lang.Object |
getTrappingParamsRef()
Gets the value of the trappingParamsRef property.
|
java.util.List<TrapRegion> |
getTrapRegions()
Gets the value of the trapRegions property.
|
void |
setDefaultTrapping(java.lang.Boolean value)
Sets the value of the defaultTrapping property.
|
void |
setTrappingParamsRef(java.lang.Object value)
Sets the value of the trappingParamsRef property.
|
protected java.util.List<TrapRegion> trapRegions
protected java.util.List<ObjectResolution> objectResolutions
protected java.lang.Boolean defaultTrapping
protected java.lang.Object trappingParamsRef
protected java.util.List<java.lang.String> trappingOrders
public java.util.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 java.util.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 java.lang.Boolean getDefaultTrapping()
Booleanpublic void setDefaultTrapping(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getTrappingParamsRef()
Objectpublic void setTrappingParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.util.List<java.lang.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.