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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RefAnchor" maxOccurs="unbounded" minOccurs="0"/>
</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 Matrix |
ctm |
protected Integer |
pageRange |
protected String |
positionPolicy |
protected List<RefAnchor> |
refAnchor |
protected XYPair |
relativeSize |
protected String |
rotationPolicy |
protected XYPair |
size |
protected String |
sizePolicy |
| Constructor and Description |
|---|
PositionObj() |
| Modifier and Type | Method and Description |
|---|---|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
Matrix |
getCTM()
Gets the value of the ctm property.
|
Integer |
getPageRange()
Gets the value of the pageRange property.
|
String |
getPositionPolicy()
Gets the value of the positionPolicy property.
|
List<RefAnchor> |
getRefAnchor()
Gets the value of the refAnchor property.
|
XYPair |
getRelativeSize()
Gets the value of the relativeSize property.
|
String |
getRotationPolicy()
Gets the value of the rotationPolicy property.
|
XYPair |
getSize()
Gets the value of the size property.
|
String |
getSizePolicy()
Gets the value of the sizePolicy property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setCTM(Matrix value)
Sets the value of the ctm property.
|
void |
setPageRange(Integer value)
Sets the value of the pageRange property.
|
void |
setPositionPolicy(String value)
Sets the value of the positionPolicy property.
|
void |
setRelativeSize(XYPair value)
Sets the value of the relativeSize property.
|
void |
setRotationPolicy(String value)
Sets the value of the rotationPolicy property.
|
void |
setSize(XYPair value)
Sets the value of the size property.
|
void |
setSizePolicy(String value)
Sets the value of the sizePolicy property.
|
protected XYPair size
protected Matrix ctm
protected XYPair relativeSize
protected EnumAnchor anchor
protected String rotationPolicy
protected Integer pageRange
protected String sizePolicy
protected String positionPolicy
public List<RefAnchor> getRefAnchor()
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 refAnchor property.
For example, to add a new item, do as follows:
getRefAnchor().add(newItem);
Objects of the following type(s) are allowed in the list
RefAnchor
public XYPair getSize()
Stringpublic void setSize(XYPair value)
value - allowed object is
Stringpublic void setCTM(Matrix value)
value - allowed object is
Stringpublic XYPair getRelativeSize()
Stringpublic void setRelativeSize(XYPair value)
value - allowed object is
Stringpublic 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 © 2013. All Rights Reserved.