@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Device" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Media" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="MarginBottom" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="MarginLeft" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="MarginRight" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="MarginTop" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="SheetHeightMax" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="SheetHeightMin" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="SheetWidthMax" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="SheetWidthMin" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Device> |
device |
protected java.lang.Float |
marginBottom |
protected java.lang.Float |
marginLeft |
protected java.lang.Float |
marginRight |
protected java.lang.Float |
marginTop |
protected java.util.List<Media> |
media |
protected java.lang.Float |
sheetHeightMax |
protected java.lang.Float |
sheetHeightMin |
protected java.lang.Float |
sheetWidthMax |
protected java.lang.Float |
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) |
java.util.List<Device> |
getDevice()
Gets the value of the device property.
|
java.lang.Float |
getMarginBottom()
Gets the value of the marginBottom property.
|
java.lang.Float |
getMarginLeft()
Gets the value of the marginLeft property.
|
java.lang.Float |
getMarginRight()
Gets the value of the marginRight property.
|
java.lang.Float |
getMarginTop()
Gets the value of the marginTop property.
|
java.util.List<Media> |
getMedia()
Gets the value of the media 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.Float |
getSheetHeightMax()
Gets the value of the sheetHeightMax property.
|
java.lang.Float |
getSheetHeightMin()
Gets the value of the sheetHeightMin property.
|
java.lang.Float |
getSheetWidthMax()
Gets the value of the sheetWidthMax property.
|
java.lang.Float |
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 |
setMarginBottom(java.lang.Float value)
Sets the value of the marginBottom property.
|
void |
setMarginLeft(java.lang.Float value)
Sets the value of the marginLeft property.
|
void |
setMarginRight(java.lang.Float value)
Sets the value of the marginRight property.
|
void |
setMarginTop(java.lang.Float value)
Sets the value of the marginTop property.
|
void |
setSheetHeightMax(java.lang.Float value)
Sets the value of the sheetHeightMax property.
|
void |
setSheetHeightMin(java.lang.Float value)
Sets the value of the sheetHeightMin property.
|
void |
setSheetWidthMax(java.lang.Float value)
Sets the value of the sheetWidthMax property.
|
void |
setSheetWidthMin(java.lang.Float value)
Sets the value of the sheetWidthMin property.
|
ConvertingConfig |
withDevice(java.util.Collection<Device> values) |
ConvertingConfig |
withDevice(Device... values) |
ConvertingConfig |
withMarginBottom(java.lang.Float value) |
ConvertingConfig |
withMarginLeft(java.lang.Float value) |
ConvertingConfig |
withMarginRight(java.lang.Float value) |
ConvertingConfig |
withMarginTop(java.lang.Float value) |
ConvertingConfig |
withMedia(java.util.Collection<Media> values) |
ConvertingConfig |
withMedia(Media... values) |
ConvertingConfig |
withSheetHeightMax(java.lang.Float value) |
ConvertingConfig |
withSheetHeightMin(java.lang.Float value) |
ConvertingConfig |
withSheetWidthMax(java.lang.Float value) |
ConvertingConfig |
withSheetWidthMin(java.lang.Float value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Device> device
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Media> media
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float marginBottom
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float marginLeft
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float marginRight
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float marginTop
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float sheetHeightMax
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float sheetHeightMin
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float sheetWidthMax
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float sheetWidthMin
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Device> getDevice()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the device property.
For example, to add a new item, do as follows:
getDevice().add(newItem);
Objects of the following type(s) are allowed in the list
Device
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Media> getMedia()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the media property.
For example, to add a new item, do as follows:
getMedia().add(newItem);
Objects of the following type(s) are allowed in the list
Media
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getMarginBottom()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setMarginBottom(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getMarginLeft()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setMarginLeft(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getMarginRight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setMarginRight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getMarginTop()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setMarginTop(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getSheetHeightMax()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSheetHeightMax(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getSheetHeightMin()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSheetHeightMin(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getSheetWidthMax()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSheetWidthMax(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getSheetWidthMin()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSheetWidthMin(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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 withDevice(Device... values)
public ConvertingConfig withDevice(java.util.Collection<Device> values)
public ConvertingConfig withMedia(Media... values)
public ConvertingConfig withMedia(java.util.Collection<Media> values)
public ConvertingConfig withMarginBottom(java.lang.Float value)
public ConvertingConfig withMarginLeft(java.lang.Float value)
public ConvertingConfig withMarginRight(java.lang.Float value)
public ConvertingConfig withMarginTop(java.lang.Float value)
public ConvertingConfig withSheetHeightMax(java.lang.Float value)
public ConvertingConfig withSheetHeightMin(java.lang.Float value)
public ConvertingConfig withSheetWidthMax(java.lang.Float value)
public ConvertingConfig withSheetWidthMin(java.lang.Float 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