Class BinderySignature

java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.BinderySignature
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 BinderySignature extends SpecificResource implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

Java class for BinderySignature complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BinderySignature">
   <complexContent>
     <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
       <sequence>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}MultiPageFold" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}SignatureCell" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="BinderySignatureSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
       <attribute name="BinderySignatureType" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="Fold"/>
             <enumeration value="Grid"/>
             <enumeration value="Die"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="BindingOrientation" type="{http://www.CIP4.org/JDFSchema_2_0}Orientation" />
       <attribute name="Bottling">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="All"/>
             <enumeration value="Last"/>
             <enumeration value="None"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="DieLayoutRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="FoldCatalog" type="{http://www.CIP4.org/JDFSchema_2_0}FoldCatalog" />
       <attribute name="NumberUp" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
       <attribute name="Overfold" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="OverfoldSide">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="Back"/>
             <enumeration value="BackHalf"/>
             <enumeration value="Front"/>
             <enumeration value="FrontHalf"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="SpreadType" type="{http://www.CIP4.org/JDFSchema_2_0}SpreadType" />
       <attribute name="StaggerColumns" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" />
       <attribute name="StaggerContinuous" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="StaggerRows" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • multiPageFold

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair binderySignatureSize
    • binderySignatureType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected BinderySignature.BinderySignatureType binderySignatureType
    • bindingOrientation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Orientation bindingOrientation
    • bottling

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected BinderySignature.Bottling bottling
    • dieLayout

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Resource dieLayout
    • foldCatalog

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String foldCatalog
    • numberUp

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair numberUp
    • overfold

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float overfold
    • overfoldSide

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected BinderySignature.OverfoldSide overfoldSide
    • spreadType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected SpreadType spreadType
    • staggerColumns

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean staggerContinuous
    • staggerRows

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

    • BinderySignature

      public BinderySignature()
  • Method Details

    • getMultiPageFold

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<MultiPageFold> getMultiPageFold()
      Gets the value of the multiPageFold 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 multiPageFold property.

      For example, to add a new item, do as follows:

          getMultiPageFold().add(newItem);
       

      Objects of the following type(s) are allowed in the list MultiPageFold

    • getSignatureCell

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<SignatureCell> getSignatureCell()
      Gets the value of the signatureCell 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 signatureCell property.

      For example, to add a new item, do as follows:

          getSignatureCell().add(newItem);
       

      Objects of the following type(s) are allowed in the list SignatureCell

    • getBinderySignatureSize

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getBinderySignatureSize()
      Gets the value of the binderySignatureSize property.
      Returns:
      possible object is String
    • setBinderySignatureSize

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBinderySignatureSize(XYPair value)
      Sets the value of the binderySignatureSize property.
      Parameters:
      value - allowed object is String
    • getBinderySignatureType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public BinderySignature.BinderySignatureType getBinderySignatureType()
      Gets the value of the binderySignatureType property.
      Returns:
      possible object is BinderySignature.BinderySignatureType
    • setBinderySignatureType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBinderySignatureType(BinderySignature.BinderySignatureType value)
      Sets the value of the binderySignatureType property.
      Parameters:
      value - allowed object is BinderySignature.BinderySignatureType
    • getBindingOrientation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Orientation getBindingOrientation()
      Gets the value of the bindingOrientation property.
      Returns:
      possible object is Orientation
    • setBindingOrientation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBindingOrientation(Orientation value)
      Sets the value of the bindingOrientation property.
      Parameters:
      value - allowed object is Orientation
    • getBottling

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public BinderySignature.Bottling getBottling()
      Gets the value of the bottling property.
      Returns:
      possible object is BinderySignature.Bottling
    • setBottling

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBottling(BinderySignature.Bottling value)
      Sets the value of the bottling property.
      Parameters:
      value - allowed object is BinderySignature.Bottling
    • getDieLayout

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Resource getDieLayout()
      Gets the value of the dieLayout property.
      Returns:
      possible object is Object
    • setDieLayout

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDieLayout(Resource value)
      Sets the value of the dieLayout property.
      Parameters:
      value - allowed object is Object
    • getFoldCatalog

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getFoldCatalog()
      Gets the value of the foldCatalog property.
      Returns:
      possible object is String
    • setFoldCatalog

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFoldCatalog(String value)
      Sets the value of the foldCatalog property.
      Parameters:
      value - allowed object is String
    • getNumberUp

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getNumberUp()
      Gets the value of the numberUp property.
      Returns:
      possible object is String
    • setNumberUp

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setNumberUp(XYPair value)
      Sets the value of the numberUp property.
      Parameters:
      value - allowed object is String
    • getOverfold

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getOverfold()
      Gets the value of the overfold property.
      Returns:
      possible object is Float
    • setOverfold

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setOverfold(Float value)
      Sets the value of the overfold property.
      Parameters:
      value - allowed object is Float
    • getOverfoldSide

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public BinderySignature.OverfoldSide getOverfoldSide()
      Gets the value of the overfoldSide property.
      Returns:
      possible object is BinderySignature.OverfoldSide
    • setOverfoldSide

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setOverfoldSide(BinderySignature.OverfoldSide value)
      Sets the value of the overfoldSide property.
      Parameters:
      value - allowed object is BinderySignature.OverfoldSide
    • getSpreadType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public SpreadType getSpreadType()
      Gets the value of the spreadType property.
      Returns:
      possible object is SpreadType
    • setSpreadType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSpreadType(SpreadType value)
      Sets the value of the spreadType property.
      Parameters:
      value - allowed object is SpreadType
    • getStaggerColumns

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Float> getStaggerColumns()
      Gets the value of the staggerColumns 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 staggerColumns property.

      For example, to add a new item, do as follows:

          getStaggerColumns().add(newItem);
       

      Objects of the following type(s) are allowed in the list Float

    • isStaggerContinuous

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isStaggerContinuous()
      Gets the value of the staggerContinuous property.
      Returns:
      possible object is Boolean
    • setStaggerContinuous

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStaggerContinuous(Boolean value)
      Sets the value of the staggerContinuous property.
      Parameters:
      value - allowed object is Boolean
    • getStaggerRows

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Float> getStaggerRows()
      Gets the value of the staggerRows 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 staggerRows property.

      For example, to add a new item, do as follows:

          getStaggerRows().add(newItem);
       

      Objects of the following type(s) are allowed in the list Float

    • withMultiPageFold

      public BinderySignature withMultiPageFold(MultiPageFold... values)
    • withMultiPageFold

      public BinderySignature withMultiPageFold(Collection<MultiPageFold> values)
    • withSignatureCell

      public BinderySignature withSignatureCell(SignatureCell... values)
    • withSignatureCell

      public BinderySignature withSignatureCell(Collection<SignatureCell> values)
    • withBinderySignatureSize

      public BinderySignature withBinderySignatureSize(XYPair value)
    • withBinderySignatureType

      public BinderySignature withBinderySignatureType(BinderySignature.BinderySignatureType value)
    • withBindingOrientation

      public BinderySignature withBindingOrientation(Orientation value)
    • withBottling

      public BinderySignature withBottling(BinderySignature.Bottling value)
    • withDieLayout

      public BinderySignature withDieLayout(Resource value)
    • withFoldCatalog

      public BinderySignature withFoldCatalog(String value)
    • withNumberUp

      public BinderySignature withNumberUp(XYPair value)
    • withOverfold

      public BinderySignature withOverfold(Float value)
    • withOverfoldSide

      public BinderySignature withOverfoldSide(BinderySignature.OverfoldSide value)
    • withSpreadType

      public BinderySignature withSpreadType(SpreadType value)
    • withStaggerColumns

      public BinderySignature withStaggerColumns(Float... values)
    • withStaggerColumns

      public BinderySignature withStaggerColumns(Collection<Float> values)
    • withStaggerContinuous

      public BinderySignature withStaggerContinuous(Boolean value)
    • withStaggerRows

      public BinderySignature withStaggerRows(Float... values)
    • withStaggerRows

      public BinderySignature withStaggerRows(Collection<Float> values)
    • 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
      Overrides:
      equals in class SpecificResource
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • 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
      Overrides:
      hashCode in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource