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>
<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"/>
</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> |
objectResolution |
protected List<String> |
trappingOrder |
protected Object |
trappingParamsRef |
protected List<TrapRegion> |
trapRegion |
| Constructor and Description |
|---|
TrappingDetails() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectResolution> |
getObjectResolution()
Gets the value of the objectResolution property.
|
List<String> |
getTrappingOrder()
Gets the value of the trappingOrder property.
|
Object |
getTrappingParamsRef()
Gets the value of the trappingParamsRef property.
|
List<TrapRegion> |
getTrapRegion()
Gets the value of the trapRegion property.
|
Boolean |
isDefaultTrapping()
Gets the value of the defaultTrapping 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<ObjectResolution> objectResolution
protected List<TrapRegion> trapRegion
protected Boolean defaultTrapping
protected Object trappingParamsRef
public List<ObjectResolution> getObjectResolution()
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 objectResolution property.
For example, to add a new item, do as follows:
getObjectResolution().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectResolution
public List<TrapRegion> getTrapRegion()
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 trapRegion property.
For example, to add a new item, do as follows:
getTrapRegion().add(newItem);
Objects of the following type(s) are allowed in the list
TrapRegion
public Boolean isDefaultTrapping()
Booleanpublic void setDefaultTrapping(Boolean value)
value - allowed object is
Booleanpublic Object getTrappingParamsRef()
Objectpublic void setTrappingParamsRef(Object value)
value - allowed object is
Objectpublic List<String> getTrappingOrder()
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 trappingOrder property.
For example, to add a new item, do as follows:
getTrappingOrder().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013. All Rights Reserved.