public class PositionObj extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RefAnchor" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="RelativeSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Anchor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAnchor" />
<attribute name="RotationPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PageRange" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="SizePolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PositionPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumAnchor |
anchor |
protected List<Double> |
ctms |
protected Integer |
pageRange |
protected String |
positionPolicy |
protected List<RefAnchor> |
refAnchors |
protected List<Double> |
relativeSizes |
protected String |
rotationPolicy |
protected String |
sizePolicy |
protected List<Double> |
sizes |
| Constructor and Description |
|---|
PositionObj() |
| Modifier and Type | Method and Description |
|---|---|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
List<Double> |
getCTMS()
Gets the value of the ctms property.
|
Integer |
getPageRange()
Gets the value of the pageRange property.
|
String |
getPositionPolicy()
Gets the value of the positionPolicy property.
|
List<RefAnchor> |
getRefAnchors()
Gets the value of the refAnchors property.
|
List<Double> |
getRelativeSizes()
Gets the value of the relativeSizes property.
|
String |
getRotationPolicy()
Gets the value of the rotationPolicy property.
|
String |
getSizePolicy()
Gets the value of the sizePolicy property.
|
List<Double> |
getSizes()
Gets the value of the sizes property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setPageRange(Integer value)
Sets the value of the pageRange property.
|
void |
setPositionPolicy(String value)
Sets the value of the positionPolicy property.
|
void |
setRotationPolicy(String value)
Sets the value of the rotationPolicy property.
|
void |
setSizePolicy(String value)
Sets the value of the sizePolicy property.
|
protected EnumAnchor anchor
protected String rotationPolicy
protected Integer pageRange
protected String sizePolicy
protected String positionPolicy
public List<RefAnchor> getRefAnchors()
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 refAnchors property.
For example, to add a new item, do as follows:
getRefAnchors().add(newItem);
Objects of the following type(s) are allowed in the list
RefAnchor
public List<Double> getSizes()
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 sizes property.
For example, to add a new item, do as follows:
getSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getCTMS()
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 ctms property.
For example, to add a new item, do as follows:
getCTMS().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getRelativeSizes()
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 relativeSizes property.
For example, to add a new item, do as follows:
getRelativeSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public EnumAnchor getAnchor()
EnumAnchorpublic void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchorpublic String getRotationPolicy()
Stringpublic void setRotationPolicy(String value)
value - allowed object is
Stringpublic Integer getPageRange()
Integerpublic void setPageRange(Integer value)
value - allowed object is
Integerpublic String getSizePolicy()
Stringpublic void setSizePolicy(String value)
value - allowed object is
Stringpublic String getPositionPolicy()
StringCopyright © 2012. All Rights Reserved.