@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class ConvertingConfig
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="SheetHeightMax" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SheetHeightMin" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarginBottom" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SheetWidthMax" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SheetWidthMin" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarginLeft" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarginTop" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarginRight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Resource |
device |
protected java.lang.Double |
marginBottom |
protected java.lang.Double |
marginLeft |
protected java.lang.Double |
marginRight |
protected java.lang.Double |
marginTop |
protected java.lang.Double |
sheetHeightMax |
protected java.lang.Double |
sheetHeightMin |
protected java.lang.Double |
sheetWidthMax |
protected java.lang.Double |
sheetWidthMin |
| Constructor and Description |
|---|
ConvertingConfig() |
| 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) |
Resource |
getDevice()
Gets the value of the device property.
|
java.lang.Double |
getMarginBottom()
Gets the value of the marginBottom property.
|
java.lang.Double |
getMarginLeft()
Gets the value of the marginLeft property.
|
java.lang.Double |
getMarginRight()
Gets the value of the marginRight property.
|
java.lang.Double |
getMarginTop()
Gets the value of the marginTop 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.
|
java.lang.Double |
getSheetHeightMax()
Gets the value of the sheetHeightMax property.
|
java.lang.Double |
getSheetHeightMin()
Gets the value of the sheetHeightMin property.
|
java.lang.Double |
getSheetWidthMax()
Gets the value of the sheetWidthMax property.
|
java.lang.Double |
getSheetWidthMin()
Gets the value of the sheetWidthMin property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDevice(Resource value)
Sets the value of the device property.
|
void |
setMarginBottom(java.lang.Double value)
Sets the value of the marginBottom property.
|
void |
setMarginLeft(java.lang.Double value)
Sets the value of the marginLeft property.
|
void |
setMarginRight(java.lang.Double value)
Sets the value of the marginRight property.
|
void |
setMarginTop(java.lang.Double value)
Sets the value of the marginTop property.
|
void |
setSheetHeightMax(java.lang.Double value)
Sets the value of the sheetHeightMax property.
|
void |
setSheetHeightMin(java.lang.Double value)
Sets the value of the sheetHeightMin property.
|
void |
setSheetWidthMax(java.lang.Double value)
Sets the value of the sheetWidthMax property.
|
void |
setSheetWidthMin(java.lang.Double value)
Sets the value of the sheetWidthMin property.
|
ConvertingConfig |
withDevice(Resource value) |
ConvertingConfig |
withMarginBottom(java.lang.Double value) |
ConvertingConfig |
withMarginLeft(java.lang.Double value) |
ConvertingConfig |
withMarginRight(java.lang.Double value) |
ConvertingConfig |
withMarginTop(java.lang.Double value) |
ConvertingConfig |
withSheetHeightMax(java.lang.Double value) |
ConvertingConfig |
withSheetHeightMin(java.lang.Double value) |
ConvertingConfig |
withSheetWidthMax(java.lang.Double value) |
ConvertingConfig |
withSheetWidthMin(java.lang.Double value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double sheetHeightMax
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double sheetHeightMin
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double marginBottom
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double sheetWidthMax
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double sheetWidthMin
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double marginLeft
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double marginTop
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double marginRight
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Resource device
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getSheetHeightMax()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setSheetHeightMax(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getSheetHeightMin()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setSheetHeightMin(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getMarginBottom()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMarginBottom(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getSheetWidthMax()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setSheetWidthMax(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getSheetWidthMin()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setSheetWidthMin(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getMarginLeft()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMarginLeft(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getMarginTop()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMarginTop(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getMarginRight()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMarginRight(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Resource getDevice()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setDevice(Resource value)
value - allowed object is
Object@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 ConvertingConfig withSheetHeightMax(java.lang.Double value)
public ConvertingConfig withSheetHeightMin(java.lang.Double value)
public ConvertingConfig withMarginBottom(java.lang.Double value)
public ConvertingConfig withSheetWidthMax(java.lang.Double value)
public ConvertingConfig withSheetWidthMin(java.lang.Double value)
public ConvertingConfig withMarginLeft(java.lang.Double value)
public ConvertingConfig withMarginTop(java.lang.Double value)
public ConvertingConfig withMarginRight(java.lang.Double value)
public ConvertingConfig withDevice(Resource 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