@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public class PositionObj extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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" minOccurs="0"/>
</sequence>
<attribute name="Anchor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAnchor" />
<attribute name="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="PageRange" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="PositionPolicy" type="{http://www.CIP4.org/JDFSchema_2_0}EnumPositionPolicy" />
<attribute name="RelativeSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="RotationPolicy" type="{http://www.CIP4.org/JDFSchema_2_0}EnumPositionPolicy" />
<attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="SizePolicy" type="{http://www.CIP4.org/JDFSchema_2_0}EnumPositionPolicy" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumAnchor |
anchor |
protected Matrix |
ctm |
protected List<String> |
pageRange |
protected EnumPositionPolicy |
positionPolicy |
protected RefAnchor |
refAnchor |
protected XYPair |
relativeSize |
protected EnumPositionPolicy |
rotationPolicy |
protected XYPair |
size |
protected EnumPositionPolicy |
sizePolicy |
| Constructor and Description |
|---|
PositionObj() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
Matrix |
getCTM()
Gets the value of the ctm property.
|
List<String> |
getPageRange()
Gets the value of the pageRange property.
|
EnumPositionPolicy |
getPositionPolicy()
Gets the value of the positionPolicy property.
|
RefAnchor |
getRefAnchor()
Gets the value of the refAnchor property.
|
XYPair |
getRelativeSize()
Gets the value of the relativeSize property.
|
EnumPositionPolicy |
getRotationPolicy()
Gets the value of the rotationPolicy property.
|
XYPair |
getSize()
Gets the value of the size property.
|
EnumPositionPolicy |
getSizePolicy()
Gets the value of the sizePolicy property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setCTM(Matrix value)
Sets the value of the ctm property.
|
void |
setPositionPolicy(EnumPositionPolicy value)
Sets the value of the positionPolicy property.
|
void |
setRefAnchor(RefAnchor value)
Sets the value of the refAnchor property.
|
void |
setRelativeSize(XYPair value)
Sets the value of the relativeSize property.
|
void |
setRotationPolicy(EnumPositionPolicy value)
Sets the value of the rotationPolicy property.
|
void |
setSize(XYPair value)
Sets the value of the size property.
|
void |
setSizePolicy(EnumPositionPolicy value)
Sets the value of the sizePolicy property.
|
PositionObj |
withAnchor(EnumAnchor value) |
PositionObj |
withCTM(Matrix value) |
PositionObj |
withPageRange(Collection<String> values) |
PositionObj |
withPageRange(String... values) |
PositionObj |
withPositionPolicy(EnumPositionPolicy value) |
PositionObj |
withRefAnchor(RefAnchor value) |
PositionObj |
withRelativeSize(XYPair value) |
PositionObj |
withRotationPolicy(EnumPositionPolicy value) |
PositionObj |
withSize(XYPair value) |
PositionObj |
withSizePolicy(EnumPositionPolicy value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected RefAnchor refAnchor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected EnumAnchor anchor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Matrix ctm
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<String> pageRange
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected EnumPositionPolicy positionPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected XYPair relativeSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected EnumPositionPolicy rotationPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected XYPair size
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected EnumPositionPolicy sizePolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public RefAnchor getRefAnchor()
RefAnchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setRefAnchor(RefAnchor value)
value - allowed object is
RefAnchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public EnumAnchor getAnchor()
EnumAnchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Matrix getCTM()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setCTM(Matrix value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<String> getPageRange()
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 pageRange property.
For example, to add a new item, do as follows:
getPageRange().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public EnumPositionPolicy getPositionPolicy()
EnumPositionPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setPositionPolicy(EnumPositionPolicy value)
value - allowed object is
EnumPositionPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public XYPair getRelativeSize()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setRelativeSize(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public EnumPositionPolicy getRotationPolicy()
EnumPositionPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setRotationPolicy(EnumPositionPolicy value)
value - allowed object is
EnumPositionPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public XYPair getSize()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setSize(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public EnumPositionPolicy getSizePolicy()
EnumPositionPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setSizePolicy(EnumPositionPolicy value)
value - allowed object is
EnumPositionPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public PositionObj withRefAnchor(RefAnchor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public PositionObj withAnchor(EnumAnchor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public PositionObj withCTM(Matrix value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public PositionObj withPageRange(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public PositionObj withPageRange(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public PositionObj withPositionPolicy(EnumPositionPolicy value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public PositionObj withRelativeSize(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public PositionObj withRotationPolicy(EnumPositionPolicy value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public PositionObj withSize(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public PositionObj withSizePolicy(EnumPositionPolicy value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.