Package org.cip4.lib.xjdf.schema
Class PositionObj
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.PositionObj
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class PositionObj extends java.lang.Object implements java.io.SerializableJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Anchoranchorprotected Matrixctmprotected IntegerListpageRangeprotected PositionPolicypositionPolicyprotected RefAnchorrefAnchorprotected XYPairrelativeSizeprotected PositionPolicyrotationPolicyprotected XYPairsizeprotected PositionPolicysizePolicy
-
Constructor Summary
Constructors Constructor Description PositionObj()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)AnchorgetAnchor()Gets the value of the anchor property.MatrixgetCTM()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.IntegerListgetPageRange()Gets the value of the pageRange property.PositionPolicygetPositionPolicy()Gets the value of the positionPolicy property.RefAnchorgetRefAnchor()Gets the value of the refAnchor property.XYPairgetRelativeSize()Gets the value of the relativeSize property.PositionPolicygetRotationPolicy()Gets the value of the rotationPolicy property.XYPairgetSize()Gets the value of the size property.PositionPolicygetSizePolicy()Gets the value of the sizePolicy property.inthashCode()voidsetAnchor(Anchor value)Sets the value of the anchor property.voidsetCTM(Matrix value)Sets the value of the ctm property.voidsetPageRange(IntegerList value)Sets the value of the pageRange property.voidsetPositionPolicy(PositionPolicy value)Sets the value of the positionPolicy property.voidsetRefAnchor(RefAnchor value)Sets the value of the refAnchor property.voidsetRelativeSize(XYPair value)Sets the value of the relativeSize property.voidsetRotationPolicy(PositionPolicy value)Sets the value of the rotationPolicy property.voidsetSize(XYPair value)Sets the value of the size property.voidsetSizePolicy(PositionPolicy value)Sets the value of the sizePolicy property.PositionObjwithAnchor(Anchor value)PositionObjwithCTM(Matrix value)PositionObjwithPageRange(IntegerList value)PositionObjwithPositionPolicy(PositionPolicy value)PositionObjwithRefAnchor(RefAnchor value)PositionObjwithRelativeSize(XYPair value)PositionObjwithRotationPolicy(PositionPolicy value)PositionObjwithSize(XYPair value)PositionObjwithSizePolicy(PositionPolicy value)
-
-
-
Field Detail
-
refAnchor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected RefAnchor refAnchor
-
anchor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected Anchor anchor
-
ctm
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected Matrix ctm
-
pageRange
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected IntegerList pageRange
-
positionPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected PositionPolicy positionPolicy
-
relativeSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected XYPair relativeSize
-
rotationPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected PositionPolicy rotationPolicy
-
size
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected XYPair size
-
sizePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected PositionPolicy sizePolicy
-
-
Method Detail
-
getRefAnchor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public RefAnchor getRefAnchor()Gets the value of the refAnchor property.- Returns:
- possible object is
RefAnchor
-
setRefAnchor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setRefAnchor(RefAnchor value)Sets the value of the refAnchor property.- Parameters:
value- allowed object isRefAnchor
-
getAnchor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public Anchor getAnchor()Gets the value of the anchor property.- Returns:
- possible object is
Anchor
-
setAnchor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setAnchor(Anchor value)Sets the value of the anchor property.- Parameters:
value- allowed object isAnchor
-
getCTM
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public Matrix getCTM()Gets the value of the ctm property.- Returns:
- possible object is
String
-
setCTM
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setCTM(Matrix value)Sets the value of the ctm property.- Parameters:
value- allowed object isString
-
getPageRange
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public IntegerList getPageRange()Gets the value of the pageRange property.- Returns:
- possible object is
String
-
setPageRange
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setPageRange(IntegerList value)Sets the value of the pageRange property.- Parameters:
value- allowed object isString
-
getPositionPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public PositionPolicy getPositionPolicy()Gets the value of the positionPolicy property.- Returns:
- possible object is
PositionPolicy
-
setPositionPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setPositionPolicy(PositionPolicy value)Sets the value of the positionPolicy property.- Parameters:
value- allowed object isPositionPolicy
-
getRelativeSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public XYPair getRelativeSize()Gets the value of the relativeSize property.- Returns:
- possible object is
String
-
setRelativeSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setRelativeSize(XYPair value)Sets the value of the relativeSize property.- Parameters:
value- allowed object isString
-
getRotationPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public PositionPolicy getRotationPolicy()Gets the value of the rotationPolicy property.- Returns:
- possible object is
PositionPolicy
-
setRotationPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setRotationPolicy(PositionPolicy value)Sets the value of the rotationPolicy property.- Parameters:
value- allowed object isPositionPolicy
-
getSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public XYPair getSize()Gets the value of the size property.- Returns:
- possible object is
String
-
setSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setSize(XYPair value)Sets the value of the size property.- Parameters:
value- allowed object isString
-
getSizePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public PositionPolicy getSizePolicy()Gets the value of the sizePolicy property.- Returns:
- possible object is
PositionPolicy
-
setSizePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setSizePolicy(PositionPolicy value)Sets the value of the sizePolicy property.- Parameters:
value- allowed object isPositionPolicy
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public 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.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.
- Returns:
- always non-null
-
withRefAnchor
public PositionObj withRefAnchor(RefAnchor value)
-
withAnchor
public PositionObj withAnchor(Anchor value)
-
withCTM
public PositionObj withCTM(Matrix value)
-
withPageRange
public PositionObj withPageRange(IntegerList value)
-
withPositionPolicy
public PositionObj withPositionPolicy(PositionPolicy value)
-
withRelativeSize
public PositionObj withRelativeSize(XYPair value)
-
withRotationPolicy
public PositionObj withRotationPolicy(PositionPolicy value)
-
withSize
public PositionObj withSize(XYPair value)
-
withSizePolicy
public PositionObj withSizePolicy(PositionPolicy value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-