Class HardCoverBinding

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class HardCoverBinding
    extends java.lang.Object
    implements java.io.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}RegisterRibbon" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="BlockThreadSewing" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="CoverStyle" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="EndSheets" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="HeadBands" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="HeadBandColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
           <attribute name="HeadBandColorDetails" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Jacket">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="None"/>
                 <enumeration value="Loose"/>
                 <enumeration value="Glue"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="JacketFoldingWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="JapanBind" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="SpineGlue" type="{http://www.CIP4.org/JDFSchema_2_0}EnumGlue" />
           <attribute name="SpineOperations" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
           <attribute name="Thickness" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="TightBacking" type="{http://www.CIP4.org/JDFSchema_2_0}TightBacking" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • registerRibbon

        protected java.util.List<RegisterRibbon> registerRibbon
      • blockThreadSewing

        protected java.lang.Boolean blockThreadSewing
      • coverStyle

        protected java.lang.String coverStyle
      • endSheets

        protected java.lang.Boolean endSheets
      • headBands

        protected java.lang.Boolean headBands
      • headBandColor

        protected java.lang.String headBandColor
      • headBandColorDetails

        protected java.lang.String headBandColorDetails
      • jacketFoldingWidth

        protected java.lang.Float jacketFoldingWidth
      • japanBind

        protected java.lang.Boolean japanBind
      • spineGlue

        protected EnumGlue spineGlue
      • spineOperations

        protected java.util.List<java.lang.String> spineOperations
      • thickness

        protected java.lang.Float thickness
    • Constructor Detail

      • HardCoverBinding

        public HardCoverBinding()
    • Method Detail

      • getRegisterRibbon

        public java.util.List<RegisterRibbon> getRegisterRibbon()
        Gets the value of the registerRibbon 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 registerRibbon property.

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

            getRegisterRibbon().add(newItem);
         

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

      • isBlockThreadSewing

        public java.lang.Boolean isBlockThreadSewing()
        Gets the value of the blockThreadSewing property.
        Returns:
        possible object is Boolean
      • setBlockThreadSewing

        public void setBlockThreadSewing​(java.lang.Boolean value)
        Sets the value of the blockThreadSewing property.
        Parameters:
        value - allowed object is Boolean
      • getCoverStyle

        public java.lang.String getCoverStyle()
        Gets the value of the coverStyle property.
        Returns:
        possible object is String
      • setCoverStyle

        public void setCoverStyle​(java.lang.String value)
        Sets the value of the coverStyle property.
        Parameters:
        value - allowed object is String
      • isEndSheets

        public java.lang.Boolean isEndSheets()
        Gets the value of the endSheets property.
        Returns:
        possible object is Boolean
      • setEndSheets

        public void setEndSheets​(java.lang.Boolean value)
        Sets the value of the endSheets property.
        Parameters:
        value - allowed object is Boolean
      • isHeadBands

        public java.lang.Boolean isHeadBands()
        Gets the value of the headBands property.
        Returns:
        possible object is Boolean
      • setHeadBands

        public void setHeadBands​(java.lang.Boolean value)
        Sets the value of the headBands property.
        Parameters:
        value - allowed object is Boolean
      • getHeadBandColor

        public java.lang.String getHeadBandColor()
        Gets the value of the headBandColor property.
        Returns:
        possible object is String
      • setHeadBandColor

        public void setHeadBandColor​(java.lang.String value)
        Sets the value of the headBandColor property.
        Parameters:
        value - allowed object is String
      • getHeadBandColorDetails

        public java.lang.String getHeadBandColorDetails()
        Gets the value of the headBandColorDetails property.
        Returns:
        possible object is String
      • setHeadBandColorDetails

        public void setHeadBandColorDetails​(java.lang.String value)
        Sets the value of the headBandColorDetails property.
        Parameters:
        value - allowed object is String
      • getJacketFoldingWidth

        public java.lang.Float getJacketFoldingWidth()
        Gets the value of the jacketFoldingWidth property.
        Returns:
        possible object is Float
      • setJacketFoldingWidth

        public void setJacketFoldingWidth​(java.lang.Float value)
        Sets the value of the jacketFoldingWidth property.
        Parameters:
        value - allowed object is Float
      • isJapanBind

        public java.lang.Boolean isJapanBind()
        Gets the value of the japanBind property.
        Returns:
        possible object is Boolean
      • setJapanBind

        public void setJapanBind​(java.lang.Boolean value)
        Sets the value of the japanBind property.
        Parameters:
        value - allowed object is Boolean
      • getSpineGlue

        public EnumGlue getSpineGlue()
        Gets the value of the spineGlue property.
        Returns:
        possible object is EnumGlue
      • setSpineGlue

        public void setSpineGlue​(EnumGlue value)
        Sets the value of the spineGlue property.
        Parameters:
        value - allowed object is EnumGlue
      • getSpineOperations

        public java.util.List<java.lang.String> getSpineOperations()
        Gets the value of the spineOperations 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 spineOperations property.

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

            getSpineOperations().add(newItem);
         

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

      • getThickness

        public java.lang.Float getThickness()
        Gets the value of the thickness property.
        Returns:
        possible object is Float
      • setThickness

        public void setThickness​(java.lang.Float value)
        Sets the value of the thickness property.
        Parameters:
        value - allowed object is Float
      • getTightBacking

        public TightBacking getTightBacking()
        Gets the value of the tightBacking property.
        Returns:
        possible object is TightBacking
      • setTightBacking

        public void setTightBacking​(TightBacking value)
        Sets the value of the tightBacking property.
        Parameters:
        value - allowed object is TightBacking
      • getOtherAttributes

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

        public HardCoverBinding withBlockThreadSewing​(java.lang.Boolean value)
      • withCoverStyle

        public HardCoverBinding withCoverStyle​(java.lang.String value)
      • withEndSheets

        public HardCoverBinding withEndSheets​(java.lang.Boolean value)
      • withHeadBands

        public HardCoverBinding withHeadBands​(java.lang.Boolean value)
      • withHeadBandColor

        public HardCoverBinding withHeadBandColor​(java.lang.String value)
      • withHeadBandColorDetails

        public HardCoverBinding withHeadBandColorDetails​(java.lang.String value)
      • withJacketFoldingWidth

        public HardCoverBinding withJacketFoldingWidth​(java.lang.Float value)
      • withJapanBind

        public HardCoverBinding withJapanBind​(java.lang.Boolean value)
      • withSpineOperations

        public HardCoverBinding withSpineOperations​(java.lang.String... values)
      • withSpineOperations

        public HardCoverBinding withSpineOperations​(java.util.Collection<java.lang.String> values)
      • withThickness

        public HardCoverBinding withThickness​(java.lang.Float value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.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 java.lang.Object