Package org.cip4.lib.xjdf.schema
Class PositionObj
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.PositionObj
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class PositionObj extends java.lang.Object implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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
protected RefAnchor refAnchor
-
anchor
protected Anchor anchor
-
ctm
protected Matrix ctm
-
pageRange
protected IntegerList pageRange
-
positionPolicy
protected PositionPolicy positionPolicy
-
relativeSize
protected XYPair relativeSize
-
rotationPolicy
protected PositionPolicy rotationPolicy
-
size
protected XYPair size
-
sizePolicy
protected PositionPolicy sizePolicy
-
-
Method Detail
-
getRefAnchor
public RefAnchor getRefAnchor()
Gets the value of the refAnchor property.- Returns:
- possible object is
RefAnchor
-
setRefAnchor
public void setRefAnchor(RefAnchor value)
Sets the value of the refAnchor property.- Parameters:
value- allowed object isRefAnchor
-
getAnchor
public Anchor getAnchor()
Gets the value of the anchor property.- Returns:
- possible object is
Anchor
-
setAnchor
public void setAnchor(Anchor value)
Sets the value of the anchor property.- Parameters:
value- allowed object isAnchor
-
getCTM
public Matrix getCTM()
Gets the value of the ctm property.- Returns:
- possible object is
String
-
setCTM
public void setCTM(Matrix value)
Sets the value of the ctm property.- Parameters:
value- allowed object isString
-
getPageRange
public IntegerList getPageRange()
Gets the value of the pageRange property.- Returns:
- possible object is
String
-
setPageRange
public void setPageRange(IntegerList value)
Sets the value of the pageRange property.- Parameters:
value- allowed object isString
-
getPositionPolicy
public PositionPolicy getPositionPolicy()
Gets the value of the positionPolicy property.- Returns:
- possible object is
PositionPolicy
-
setPositionPolicy
public void setPositionPolicy(PositionPolicy value)
Sets the value of the positionPolicy property.- Parameters:
value- allowed object isPositionPolicy
-
getRelativeSize
public XYPair getRelativeSize()
Gets the value of the relativeSize property.- Returns:
- possible object is
String
-
setRelativeSize
public void setRelativeSize(XYPair value)
Sets the value of the relativeSize property.- Parameters:
value- allowed object isString
-
getRotationPolicy
public PositionPolicy getRotationPolicy()
Gets the value of the rotationPolicy property.- Returns:
- possible object is
PositionPolicy
-
setRotationPolicy
public void setRotationPolicy(PositionPolicy value)
Sets the value of the rotationPolicy property.- Parameters:
value- allowed object isPositionPolicy
-
getSize
public XYPair getSize()
Gets the value of the size property.- Returns:
- possible object is
String
-
setSize
public void setSize(XYPair value)
Sets the value of the size property.- Parameters:
value- allowed object isString
-
getSizePolicy
public PositionPolicy getSizePolicy()
Gets the value of the sizePolicy property.- Returns:
- possible object is
PositionPolicy
-
setSizePolicy
public void setSizePolicy(PositionPolicy value)
Sets the value of the sizePolicy property.- Parameters:
value- allowed object isPositionPolicy
-
getOtherAttributes
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(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-