public class ObjectResolution extends ParameterType implements Serializable
Java class for ObjectResolution complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectResolution">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="AntiAliasing" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="SourceObjects">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumSourceObjects" />
</simpleType>
</attribute>
<attribute name="Resolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ObjectTags" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
antiAliasing |
protected List<String> |
objectTags |
protected List<Double> |
resolutions |
protected List<EnumSourceObjects> |
sourceObjects |
| Constructor and Description |
|---|
ObjectResolution() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAntiAliasing()
Gets the value of the antiAliasing property.
|
List<String> |
getObjectTags()
Gets the value of the objectTags property.
|
List<Double> |
getResolutions()
Gets the value of the resolutions property.
|
List<EnumSourceObjects> |
getSourceObjects()
Gets the value of the sourceObjects property.
|
void |
setAntiAliasing(String value)
Sets the value of the antiAliasing property.
|
protected String antiAliasing
protected List<EnumSourceObjects> sourceObjects
public String getAntiAliasing()
Stringpublic void setAntiAliasing(String value)
value - allowed object is
Stringpublic List<EnumSourceObjects> getSourceObjects()
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 sourceObjects property.
For example, to add a new item, do as follows:
getSourceObjects().add(newItem);
Objects of the following type(s) are allowed in the list
EnumSourceObjects
public List<Double> getResolutions()
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 resolutions property.
For example, to add a new item, do as follows:
getResolutions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<String> getObjectTags()
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 objectTags property.
For example, to add a new item, do as follows:
getObjectTags().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.