@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class FitPolicy
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">
<attribute name="ClipOffset" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="GutterPolicy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Distribute"/>
<enumeration value="Fixed"/>
</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="ClipToMaxPage"/>
<enumeration value="Abort"/>
<enumeration value="FitToPage"/>
<enumeration value="ReduceToFit"/>
<enumeration value="Tile"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FitPolicy.GutterPolicy
Java class for null.
|
static class |
FitPolicy.RotatePolicy
Java class for null.
|
static class |
FitPolicy.SizePolicy
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
clipOffset |
protected FitPolicy.GutterPolicy |
gutterPolicy |
protected XYPair |
minGutter |
protected FitPolicy.RotatePolicy |
rotatePolicy |
protected FitPolicy.SizePolicy |
sizePolicy |
| Constructor and Description |
|---|
FitPolicy() |
| 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) |
XYPair |
getClipOffset()
Gets the value of the clipOffset property.
|
FitPolicy.GutterPolicy |
getGutterPolicy()
Gets the value of the gutterPolicy property.
|
XYPair |
getMinGutter()
Gets the value of the minGutter 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.
|
FitPolicy.RotatePolicy |
getRotatePolicy()
Gets the value of the rotatePolicy property.
|
FitPolicy.SizePolicy |
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 |
setClipOffset(XYPair value)
Sets the value of the clipOffset property.
|
void |
setGutterPolicy(FitPolicy.GutterPolicy value)
Sets the value of the gutterPolicy property.
|
void |
setMinGutter(XYPair value)
Sets the value of the minGutter property.
|
void |
setRotatePolicy(FitPolicy.RotatePolicy value)
Sets the value of the rotatePolicy property.
|
void |
setSizePolicy(FitPolicy.SizePolicy value)
Sets the value of the sizePolicy property.
|
FitPolicy |
withClipOffset(XYPair value) |
FitPolicy |
withGutterPolicy(FitPolicy.GutterPolicy value) |
FitPolicy |
withMinGutter(XYPair value) |
FitPolicy |
withRotatePolicy(FitPolicy.RotatePolicy value) |
FitPolicy |
withSizePolicy(FitPolicy.SizePolicy value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected XYPair clipOffset
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected FitPolicy.GutterPolicy gutterPolicy
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected XYPair minGutter
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected FitPolicy.RotatePolicy rotatePolicy
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected FitPolicy.SizePolicy sizePolicy
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public XYPair getClipOffset()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setClipOffset(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public FitPolicy.GutterPolicy getGutterPolicy()
FitPolicy.GutterPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setGutterPolicy(FitPolicy.GutterPolicy value)
value - allowed object is
FitPolicy.GutterPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public XYPair getMinGutter()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMinGutter(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public FitPolicy.RotatePolicy getRotatePolicy()
FitPolicy.RotatePolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setRotatePolicy(FitPolicy.RotatePolicy value)
value - allowed object is
FitPolicy.RotatePolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public FitPolicy.SizePolicy getSizePolicy()
FitPolicy.SizePolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setSizePolicy(FitPolicy.SizePolicy value)
value - allowed object is
FitPolicy.SizePolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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 FitPolicy withGutterPolicy(FitPolicy.GutterPolicy value)
public FitPolicy withRotatePolicy(FitPolicy.RotatePolicy value)
public FitPolicy withSizePolicy(FitPolicy.SizePolicy 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