Package org.cip4.lib.xjdf.schema
Class FitPolicy
java.lang.Object
org.cip4.lib.xjdf.schema.FitPolicy
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class FitPolicy
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">
<attribute name="ClipOffset" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ExpansionPolicy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="HorizontalOnly"/>
<enumeration value="HorizontalVertical"/>
<enumeration value="VerticalOnly"/>
<enumeration value="VerticalHorizontal"/>
</restriction>
</simpleType>
</attribute>
<attribute name="GutterPolicy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Distribute"/>
<enumeration value="Fixed"/>
</restriction>
</simpleType>
</attribute>
<attribute name="HorizontalGridDirection">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="LeftToRight"/>
<enumeration value="RightToLeft"/>
</restriction>
</simpleType>
</attribute>
<attribute name="MinGutter" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="RotatePolicy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="NoRotate"/>
<enumeration value="RotateOrthogonal"/>
<enumeration value="RotateClockwise"/>
<enumeration value="RotateCounterClockwise"/>
</restriction>
</simpleType>
</attribute>
<attribute name="SizePolicy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Abort"/>
<enumeration value="ClipToMaxPage"/>
<enumeration value="CompleteGrid"/>
<enumeration value="FillGrid"/>
<enumeration value="FitToPage"/>
<enumeration value="ReduceToFit"/>
<enumeration value="Tile"/>
</restriction>
</simpleType>
</attribute>
<attribute name="VerticalGridDirection">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="BottomToTop"/>
<enumeration value="TopToBottom"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for nullstatic enumJava class for nullstatic enumJava class for nullstatic enumJava class for nullstatic enumJava class for nullstatic enumJava class for null -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XYPairprotected FitPolicy.ExpansionPolicyprotected FitPolicy.GutterPolicyprotected FitPolicy.HorizontalGridDirectionprotected XYPairprotected FitPolicy.RotatePolicyprotected FitPolicy.SizePolicyprotected FitPolicy.VerticalGridDirection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the clipOffset property.Gets the value of the expansionPolicy property.Gets the value of the gutterPolicy property.Gets the value of the horizontalGridDirection property.Gets the value of the minGutter property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the rotatePolicy property.Gets the value of the sizePolicy property.Gets the value of the verticalGridDirection property.inthashCode()voidsetClipOffset(XYPair value) Sets the value of the clipOffset property.voidSets the value of the expansionPolicy property.voidSets the value of the gutterPolicy property.voidSets the value of the horizontalGridDirection property.voidsetMinGutter(XYPair value) Sets the value of the minGutter property.voidSets the value of the rotatePolicy property.voidSets the value of the sizePolicy property.voidSets the value of the verticalGridDirection property.withClipOffset(XYPair value) withMinGutter(XYPair value)
-
Field Details
-
clipOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair clipOffset -
expansionPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FitPolicy.ExpansionPolicy expansionPolicy -
gutterPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FitPolicy.GutterPolicy gutterPolicy -
horizontalGridDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FitPolicy.HorizontalGridDirection horizontalGridDirection -
minGutter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair minGutter -
rotatePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FitPolicy.RotatePolicy rotatePolicy -
sizePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FitPolicy.SizePolicy sizePolicy -
verticalGridDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FitPolicy.VerticalGridDirection verticalGridDirection
-
-
Constructor Details
-
FitPolicy
public FitPolicy()
-
-
Method Details
-
getClipOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public XYPair getClipOffset()Gets the value of the clipOffset property.- Returns:
- possible object is
String
-
setClipOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setClipOffset(XYPair value) Sets the value of the clipOffset property.- Parameters:
value- allowed object isString
-
getExpansionPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public FitPolicy.ExpansionPolicy getExpansionPolicy()Gets the value of the expansionPolicy property.- Returns:
- possible object is
FitPolicy.ExpansionPolicy
-
setExpansionPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setExpansionPolicy(FitPolicy.ExpansionPolicy value) Sets the value of the expansionPolicy property.- Parameters:
value- allowed object isFitPolicy.ExpansionPolicy
-
getGutterPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public FitPolicy.GutterPolicy getGutterPolicy()Gets the value of the gutterPolicy property.- Returns:
- possible object is
FitPolicy.GutterPolicy
-
setGutterPolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setGutterPolicy(FitPolicy.GutterPolicy value) Sets the value of the gutterPolicy property.- Parameters:
value- allowed object isFitPolicy.GutterPolicy
-
getHorizontalGridDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public FitPolicy.HorizontalGridDirection getHorizontalGridDirection()Gets the value of the horizontalGridDirection property.- Returns:
- possible object is
FitPolicy.HorizontalGridDirection
-
setHorizontalGridDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setHorizontalGridDirection(FitPolicy.HorizontalGridDirection value) Sets the value of the horizontalGridDirection property.- Parameters:
value- allowed object isFitPolicy.HorizontalGridDirection
-
getMinGutter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public XYPair getMinGutter()Gets the value of the minGutter property.- Returns:
- possible object is
String
-
setMinGutter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setMinGutter(XYPair value) Sets the value of the minGutter property.- Parameters:
value- allowed object isString
-
getRotatePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public FitPolicy.RotatePolicy getRotatePolicy()Gets the value of the rotatePolicy property.- Returns:
- possible object is
FitPolicy.RotatePolicy
-
setRotatePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setRotatePolicy(FitPolicy.RotatePolicy value) Sets the value of the rotatePolicy property.- Parameters:
value- allowed object isFitPolicy.RotatePolicy
-
getSizePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public FitPolicy.SizePolicy getSizePolicy()Gets the value of the sizePolicy property.- Returns:
- possible object is
FitPolicy.SizePolicy
-
setSizePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSizePolicy(FitPolicy.SizePolicy value) Sets the value of the sizePolicy property.- Parameters:
value- allowed object isFitPolicy.SizePolicy
-
getVerticalGridDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public FitPolicy.VerticalGridDirection getVerticalGridDirection()Gets the value of the verticalGridDirection property.- Returns:
- possible object is
FitPolicy.VerticalGridDirection
-
setVerticalGridDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setVerticalGridDirection(FitPolicy.VerticalGridDirection value) Sets the value of the verticalGridDirection property.- Parameters:
value- allowed object isFitPolicy.VerticalGridDirection
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,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
-
withClipOffset
-
withExpansionPolicy
-
withGutterPolicy
-
withHorizontalGridDirection
-
withMinGutter
-
withRotatePolicy
-
withSizePolicy
-
withVerticalGridDirection
-
equals
-
hashCode
public int hashCode()
-