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 XYPair |
resolution |
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.
|
XYPair |
getResolution()
Gets the value of the resolution property.
|
List<EnumSourceObjects> |
getSourceObjects()
Gets the value of the sourceObjects property.
|
void |
setAntiAliasing(String value)
Sets the value of the antiAliasing property.
|
void |
setResolution(XYPair value)
Sets the value of the resolution property.
|
protected String antiAliasing
protected List<EnumSourceObjects> sourceObjects
protected XYPair resolution
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 XYPair getResolution()
Stringpublic void setResolution(XYPair value)
value - allowed object is
Stringpublic 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 © 2013. All Rights Reserved.