Class BinderySignature

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class BinderySignature
    extends SpecificResource
    implements java.io.Serializable

    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:
    Serialized Form
    • Field Detail

      • multiPageFold

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<MultiPageFold> multiPageFold
      • signatureCell

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<SignatureCell> signatureCell
      • binderySignatureSize

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected XYPair binderySignatureSize
      • binderySignatureType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected BinderySignature.BinderySignatureType binderySignatureType
      • bindingOrientation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Orientation bindingOrientation
      • bottling

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected BinderySignature.Bottling bottling
      • dieLayout

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Resource dieLayout
      • foldCatalog

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String foldCatalog
      • numberUp

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected XYPair numberUp
      • overfold

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float overfold
      • overfoldSide

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected BinderySignature.OverfoldSide overfoldSide
      • spreadType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected SpreadType spreadType
      • staggerColumns

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<java.lang.Float> staggerColumns
      • staggerContinuous

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Boolean staggerContinuous
      • staggerRows

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<java.lang.Float> staggerRows
    • Constructor Detail

      • BinderySignature

        public BinderySignature()
    • Method Detail

      • getMultiPageFold

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.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 Jakarta XML Binding 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

        Returns:
        The value of the multiPageFold property.
      • getSignatureCell

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.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 Jakarta XML Binding 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

        Returns:
        The value of the signatureCell property.
      • getBinderySignatureSize

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setBinderySignatureSize​(XYPair value)
        Sets the value of the binderySignatureSize property.
        Parameters:
        value - allowed object is String
      • getBindingOrientation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setFoldCatalog​(java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setOverfold​(java.lang.Float value)
        Sets the value of the overfold property.
        Parameters:
        value - allowed object is Float
      • setOverfoldSide

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.List<java.lang.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 Jakarta XML Binding 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

        Returns:
        The value of the staggerColumns property.
      • isStaggerContinuous

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setStaggerContinuous​(java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.List<java.lang.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 Jakarta XML Binding 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

        Returns:
        The value of the staggerRows property.
      • withFoldCatalog

        public BinderySignature withFoldCatalog​(java.lang.String value)
      • withOverfold

        public BinderySignature withOverfold​(java.lang.Float value)
      • withStaggerColumns

        public BinderySignature withStaggerColumns​(java.lang.Float... values)
      • withStaggerColumns

        public BinderySignature withStaggerColumns​(java.util.Collection<java.lang.Float> values)
      • withStaggerContinuous

        public BinderySignature withStaggerContinuous​(java.lang.Boolean value)
      • withStaggerRows

        public BinderySignature withStaggerRows​(java.lang.Float... values)
      • withStaggerRows

        public BinderySignature withStaggerRows​(java.util.Collection<java.lang.Float> values)