Class ConvertingConfig
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ConvertingConfig
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class ConvertingConfig extends java.lang.Object implements java.io.SerializableJava 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}CutBlock" maxOccurs="unbounded" minOccurs="0"/> <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.w3.org/2001/XMLSchema}float" /> <attribute name="MarginLeft" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="MarginRight" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="MarginTop" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="SheetHeightMax" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="SheetHeightMin" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="SheetWidthMax" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="SheetWidthMin" type="{http://www.w3.org/2001/XMLSchema}float" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<CutBlock>cutBlockprotected java.util.List<Device>deviceprotected java.lang.FloatmarginBottomprotected java.lang.FloatmarginLeftprotected java.lang.FloatmarginRightprotected java.lang.FloatmarginTopprotected java.util.List<Media>mediaprotected java.lang.FloatsheetHeightMaxprotected java.lang.FloatsheetHeightMinprotected java.lang.FloatsheetWidthMaxprotected java.lang.FloatsheetWidthMin
-
Constructor Summary
Constructors Constructor Description ConvertingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<CutBlock>getCutBlock()Gets the value of the cutBlock property.java.util.List<Device>getDevice()Gets the value of the device property.java.lang.FloatgetMarginBottom()Gets the value of the marginBottom property.java.lang.FloatgetMarginLeft()Gets the value of the marginLeft property.java.lang.FloatgetMarginRight()Gets the value of the marginRight property.java.lang.FloatgetMarginTop()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.FloatgetSheetHeightMax()Gets the value of the sheetHeightMax property.java.lang.FloatgetSheetHeightMin()Gets the value of the sheetHeightMin property.java.lang.FloatgetSheetWidthMax()Gets the value of the sheetWidthMax property.java.lang.FloatgetSheetWidthMin()Gets the value of the sheetWidthMin property.inthashCode()voidsetMarginBottom(java.lang.Float value)Sets the value of the marginBottom property.voidsetMarginLeft(java.lang.Float value)Sets the value of the marginLeft property.voidsetMarginRight(java.lang.Float value)Sets the value of the marginRight property.voidsetMarginTop(java.lang.Float value)Sets the value of the marginTop property.voidsetSheetHeightMax(java.lang.Float value)Sets the value of the sheetHeightMax property.voidsetSheetHeightMin(java.lang.Float value)Sets the value of the sheetHeightMin property.voidsetSheetWidthMax(java.lang.Float value)Sets the value of the sheetWidthMax property.voidsetSheetWidthMin(java.lang.Float value)Sets the value of the sheetWidthMin property.ConvertingConfigwithCutBlock(java.util.Collection<CutBlock> values)ConvertingConfigwithCutBlock(CutBlock... values)ConvertingConfigwithDevice(java.util.Collection<Device> values)ConvertingConfigwithDevice(Device... values)ConvertingConfigwithMarginBottom(java.lang.Float value)ConvertingConfigwithMarginLeft(java.lang.Float value)ConvertingConfigwithMarginRight(java.lang.Float value)ConvertingConfigwithMarginTop(java.lang.Float value)ConvertingConfigwithMedia(java.util.Collection<Media> values)ConvertingConfigwithMedia(Media... values)ConvertingConfigwithSheetHeightMax(java.lang.Float value)ConvertingConfigwithSheetHeightMin(java.lang.Float value)ConvertingConfigwithSheetWidthMax(java.lang.Float value)ConvertingConfigwithSheetWidthMin(java.lang.Float value)
-
-
-
Field Detail
-
cutBlock
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<CutBlock> cutBlock
-
device
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<Device> device
-
media
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<Media> media
-
marginBottom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float marginBottom
-
marginLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float marginLeft
-
marginRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float marginRight
-
marginTop
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float marginTop
-
sheetHeightMax
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float sheetHeightMax
-
sheetHeightMin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float sheetHeightMin
-
sheetWidthMax
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float sheetWidthMax
-
sheetWidthMin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float sheetWidthMin
-
-
Method Detail
-
getCutBlock
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<CutBlock> getCutBlock()Gets the value of the cutBlock property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the cutBlock property.For example, to add a new item, do as follows:
getCutBlock().add(newItem);Objects of the following type(s) are allowed in the list
CutBlock- Returns:
- The value of the cutBlock property.
-
getDevice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<Device> getDevice()Gets the value of the device property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the device property.
-
getMedia
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<Media> getMedia()Gets the value of the media property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the media property.
-
getMarginBottom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getMarginBottom()Gets the value of the marginBottom property.- Returns:
- possible object is
Float
-
setMarginBottom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setMarginBottom(java.lang.Float value)Sets the value of the marginBottom property.- Parameters:
value- allowed object isFloat
-
getMarginLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getMarginLeft()Gets the value of the marginLeft property.- Returns:
- possible object is
Float
-
setMarginLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setMarginLeft(java.lang.Float value)Sets the value of the marginLeft property.- Parameters:
value- allowed object isFloat
-
getMarginRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getMarginRight()Gets the value of the marginRight property.- Returns:
- possible object is
Float
-
setMarginRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setMarginRight(java.lang.Float value)Sets the value of the marginRight property.- Parameters:
value- allowed object isFloat
-
getMarginTop
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getMarginTop()Gets the value of the marginTop property.- Returns:
- possible object is
Float
-
setMarginTop
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setMarginTop(java.lang.Float value)Sets the value of the marginTop property.- Parameters:
value- allowed object isFloat
-
getSheetHeightMax
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getSheetHeightMax()Gets the value of the sheetHeightMax property.- Returns:
- possible object is
Float
-
setSheetHeightMax
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setSheetHeightMax(java.lang.Float value)Sets the value of the sheetHeightMax property.- Parameters:
value- allowed object isFloat
-
getSheetHeightMin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getSheetHeightMin()Gets the value of the sheetHeightMin property.- Returns:
- possible object is
Float
-
setSheetHeightMin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setSheetHeightMin(java.lang.Float value)Sets the value of the sheetHeightMin property.- Parameters:
value- allowed object isFloat
-
getSheetWidthMax
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getSheetWidthMax()Gets the value of the sheetWidthMax property.- Returns:
- possible object is
Float
-
setSheetWidthMax
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setSheetWidthMax(java.lang.Float value)Sets the value of the sheetWidthMax property.- Parameters:
value- allowed object isFloat
-
getSheetWidthMin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getSheetWidthMin()Gets the value of the sheetWidthMin property.- Returns:
- possible object is
Float
-
setSheetWidthMin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setSheetWidthMin(java.lang.Float value)Sets the value of the sheetWidthMin property.- Parameters:
value- allowed object isFloat
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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
-
withCutBlock
public ConvertingConfig withCutBlock(CutBlock... values)
-
withCutBlock
public ConvertingConfig withCutBlock(java.util.Collection<CutBlock> values)
-
withDevice
public ConvertingConfig withDevice(Device... values)
-
withDevice
public ConvertingConfig withDevice(java.util.Collection<Device> values)
-
withMedia
public ConvertingConfig withMedia(Media... values)
-
withMedia
public ConvertingConfig withMedia(java.util.Collection<Media> values)
-
withMarginBottom
public ConvertingConfig withMarginBottom(java.lang.Float value)
-
withMarginLeft
public ConvertingConfig withMarginLeft(java.lang.Float value)
-
withMarginRight
public ConvertingConfig withMarginRight(java.lang.Float value)
-
withMarginTop
public ConvertingConfig withMarginTop(java.lang.Float value)
-
withSheetHeightMax
public ConvertingConfig withSheetHeightMax(java.lang.Float value)
-
withSheetHeightMin
public ConvertingConfig withSheetHeightMin(java.lang.Float value)
-
withSheetWidthMax
public ConvertingConfig withSheetWidthMax(java.lang.Float value)
-
withSheetWidthMin
public ConvertingConfig withSheetWidthMin(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-