Class ConvertingConfig
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
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}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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the cutBlock property.Gets the value of the device property.Gets the value of the marginBottom property.Gets the value of the marginLeft property.Gets the value of the marginRight property.Gets the value of the marginTop property.getMedia()Gets the value of the media property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the sheetHeightMax property.Gets the value of the sheetHeightMin property.Gets the value of the sheetWidthMax property.Gets the value of the sheetWidthMin property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetMarginBottom(Float value) Sets the value of the marginBottom property.voidsetMarginLeft(Float value) Sets the value of the marginLeft property.voidsetMarginRight(Float value) Sets the value of the marginRight property.voidsetMarginTop(Float value) Sets the value of the marginTop property.voidsetSheetHeightMax(Float value) Sets the value of the sheetHeightMax property.voidsetSheetHeightMin(Float value) Sets the value of the sheetHeightMin property.voidsetSheetWidthMax(Float value) Sets the value of the sheetWidthMax property.voidsetSheetWidthMin(Float value) Sets the value of the sheetWidthMin property.withCutBlock(Collection<CutBlock> values) withCutBlock(CutBlock... values) withDevice(Collection<Device> values) withDevice(Device... values) withMarginBottom(Float value) withMarginLeft(Float value) withMarginRight(Float value) withMarginTop(Float value) withMedia(Collection<Media> values) withSheetHeightMax(Float value) withSheetHeightMin(Float value) withSheetWidthMax(Float value) withSheetWidthMin(Float value)
-
Field Details
-
cutBlock
-
device
-
media
-
marginBottom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float marginBottom -
marginLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float marginLeft -
marginRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float marginRight -
marginTop
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float marginTop -
sheetHeightMax
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float sheetHeightMax -
sheetHeightMin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float sheetHeightMin -
sheetWidthMax
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float sheetWidthMax -
sheetWidthMin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float sheetWidthMin
-
-
Constructor Details
-
ConvertingConfig
public ConvertingConfig()
-
-
Method Details
-
getCutBlock
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 JAXB 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 -
getDevice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 JAXB 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 -
getMedia
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 JAXB 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 -
getMarginBottom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMarginBottom(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMarginLeft(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMarginRight(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMarginTop(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSheetHeightMax(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSheetHeightMin(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSheetWidthMax(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSheetWidthMin(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 v2.3.6", date="2022-12-18T20:00:09Z") 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
-
withCutBlock
-
withCutBlock
-
withDevice
-
withDevice
-
withMedia
-
withMedia
-
withMarginBottom
-
withMarginLeft
-
withMarginRight
-
withMarginTop
-
withSheetHeightMax
-
withSheetHeightMin
-
withSheetWidthMax
-
withSheetWidthMin
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-