@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class PositionObj
extends java.lang.Object
implements java.io.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}Anchor" />
<attribute name="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="PageRange" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRange" />
<attribute name="PositionPolicy" type="{http://www.CIP4.org/JDFSchema_2_0}PositionPolicy" />
<attribute name="RelativeSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="RotationPolicy" type="{http://www.CIP4.org/JDFSchema_2_0}PositionPolicy" />
<attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="SizePolicy" type="{http://www.CIP4.org/JDFSchema_2_0}PositionPolicy" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Anchor |
anchor |
protected Matrix |
ctm |
protected IntegerList |
pageRange |
protected PositionPolicy |
positionPolicy |
protected RefAnchor |
refAnchor |
protected XYPair |
relativeSize |
protected PositionPolicy |
rotationPolicy |
protected XYPair |
size |
protected PositionPolicy |
sizePolicy |
| Constructor and Description |
|---|
PositionObj() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Anchor |
getAnchor()
Gets the value of the anchor property.
|
Matrix |
getCTM()
Gets the value of the ctm property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
IntegerList |
getPageRange()
Gets the value of the pageRange property.
|
PositionPolicy |
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.
|
PositionPolicy |
getRotationPolicy()
Gets the value of the rotationPolicy property.
|
XYPair |
getSize()
Gets the value of the size property.
|
PositionPolicy |
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(Anchor value)
Sets the value of the anchor property.
|
void |
setCTM(Matrix value)
Sets the value of the ctm property.
|
void |
setPageRange(IntegerList value)
Sets the value of the pageRange property.
|
void |
setPositionPolicy(PositionPolicy 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(PositionPolicy value)
Sets the value of the rotationPolicy property.
|
void |
setSize(XYPair value)
Sets the value of the size property.
|
void |
setSizePolicy(PositionPolicy value)
Sets the value of the sizePolicy property.
|
PositionObj |
withAnchor(Anchor value) |
PositionObj |
withCTM(Matrix value) |
PositionObj |
withPageRange(IntegerList value) |
PositionObj |
withPositionPolicy(PositionPolicy value) |
PositionObj |
withRefAnchor(RefAnchor value) |
PositionObj |
withRelativeSize(XYPair value) |
PositionObj |
withRotationPolicy(PositionPolicy value) |
PositionObj |
withSize(XYPair value) |
PositionObj |
withSizePolicy(PositionPolicy value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected RefAnchor refAnchor
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Anchor anchor
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Matrix ctm
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList pageRange
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected PositionPolicy positionPolicy
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair relativeSize
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected PositionPolicy rotationPolicy
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair size
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected PositionPolicy sizePolicy
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public RefAnchor getRefAnchor()
RefAnchor@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Anchor getAnchor()
Anchor@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setAnchor(Anchor value)
value - allowed object is
Anchor@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Matrix getCTM()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getPageRange()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPageRange(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public PositionPolicy getPositionPolicy()
PositionPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPositionPolicy(PositionPolicy value)
value - allowed object is
PositionPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getRelativeSize()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public PositionPolicy getRotationPolicy()
PositionPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setRotationPolicy(PositionPolicy value)
value - allowed object is
PositionPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getSize()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public PositionPolicy getSizePolicy()
PositionPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setSizePolicy(PositionPolicy value)
value - allowed object is
PositionPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public PositionObj withRefAnchor(RefAnchor value)
public PositionObj withAnchor(Anchor value)
public PositionObj withCTM(Matrix value)
public PositionObj withPageRange(IntegerList value)
public PositionObj withPositionPolicy(PositionPolicy value)
public PositionObj withRelativeSize(XYPair value)
public PositionObj withRotationPolicy(PositionPolicy value)
public PositionObj withSize(XYPair value)
public PositionObj withSizePolicy(PositionPolicy value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object