Class ConvertingConfig

java.lang.Object
org.cip4.lib.xjdf.schema.ConvertingConfig
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class ConvertingConfig extends Object implements 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 Details

    • cutBlock

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<CutBlock> cutBlock
    • device

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Device> device
    • media

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Media> 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 set method 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 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

    • 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 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

    • 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 is Float
    • 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 is Float
    • 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 is Float
    • 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 is Float
    • 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 is Float
    • 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 is Float
    • 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 is Float
    • 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 is Float
    • 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

      public ConvertingConfig withCutBlock(CutBlock... values)
    • withCutBlock

      public ConvertingConfig withCutBlock(Collection<CutBlock> values)
    • withDevice

      public ConvertingConfig withDevice(Device... values)
    • withDevice

      public ConvertingConfig withDevice(Collection<Device> values)
    • withMedia

      public ConvertingConfig withMedia(Media... values)
    • withMedia

      public ConvertingConfig withMedia(Collection<Media> values)
    • withMarginBottom

      public ConvertingConfig withMarginBottom(Float value)
    • withMarginLeft

      public ConvertingConfig withMarginLeft(Float value)
    • withMarginRight

      public ConvertingConfig withMarginRight(Float value)
    • withMarginTop

      public ConvertingConfig withMarginTop(Float value)
    • withSheetHeightMax

      public ConvertingConfig withSheetHeightMax(Float value)
    • withSheetHeightMin

      public ConvertingConfig withSheetHeightMin(Float value)
    • withSheetWidthMax

      public ConvertingConfig withSheetWidthMax(Float value)
    • withSheetWidthMin

      public ConvertingConfig withSheetWidthMin(Float value)
    • 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:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object