public class PositionObj
extends java.lang.Object
implements java.io.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 java.util.List<java.lang.Double> |
ctms |
protected java.lang.Integer |
pageRange |
protected java.lang.String |
positionPolicy |
protected java.util.List<RefAnchor> |
refAnchors |
protected java.util.List<java.lang.Double> |
relativeSizes |
protected java.lang.String |
rotationPolicy |
protected java.lang.String |
sizePolicy |
protected java.util.List<java.lang.Double> |
sizes |
| Constructor and Description |
|---|
PositionObj() |
| Modifier and Type | Method and Description |
|---|---|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
java.util.List<java.lang.Double> |
getCTMS()
Gets the value of the ctms property.
|
java.lang.Integer |
getPageRange()
Gets the value of the pageRange property.
|
java.lang.String |
getPositionPolicy()
Gets the value of the positionPolicy property.
|
java.util.List<RefAnchor> |
getRefAnchors()
Gets the value of the refAnchors property.
|
java.util.List<java.lang.Double> |
getRelativeSizes()
Gets the value of the relativeSizes property.
|
java.lang.String |
getRotationPolicy()
Gets the value of the rotationPolicy property.
|
java.lang.String |
getSizePolicy()
Gets the value of the sizePolicy property.
|
java.util.List<java.lang.Double> |
getSizes()
Gets the value of the sizes property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setPageRange(java.lang.Integer value)
Sets the value of the pageRange property.
|
void |
setPositionPolicy(java.lang.String value)
Sets the value of the positionPolicy property.
|
void |
setRotationPolicy(java.lang.String value)
Sets the value of the rotationPolicy property.
|
void |
setSizePolicy(java.lang.String value)
Sets the value of the sizePolicy property.
|
protected java.util.List<RefAnchor> refAnchors
protected java.util.List<java.lang.Double> sizes
protected java.util.List<java.lang.Double> ctms
protected java.util.List<java.lang.Double> relativeSizes
protected EnumAnchor anchor
protected java.lang.String rotationPolicy
protected java.lang.Integer pageRange
protected java.lang.String sizePolicy
protected java.lang.String positionPolicy
public java.util.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 java.util.List<java.lang.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 java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.String getRotationPolicy()
Stringpublic void setRotationPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPageRange()
Integerpublic void setPageRange(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getSizePolicy()
Stringpublic void setSizePolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPositionPolicy()
Stringpublic void setPositionPolicy(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.