Class BindingIntent

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

    public class BindingIntent
    extends ProductIntent
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for BindingIntent complex type.

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

     <complexType name="BindingIntent">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}AdhesiveNote" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}EdgeGluing" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}HardCoverBinding" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}LooseBinding" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}SaddleStitching" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}SideStitching" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}SoftCoverBinding" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Tabs" minOccurs="0"/>
           </sequence>
           <attribute name="BackCoverColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
           <attribute name="BackCoverColorDetails" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="BindingColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
           <attribute name="BindingColorDetails" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="BindingOrder">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="None"/>
                 <enumeration value="Collecting"/>
                 <enumeration value="Gathering"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="BindingSide" type="{http://www.CIP4.org/JDFSchema_2_0}Edge" />
           <attribute name="BindingType" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="AdhesiveNote"/>
                 <enumeration value="ChannelBinding"/>
                 <enumeration value="CoilBinding"/>
                 <enumeration value="CombBinding"/>
                 <enumeration value="CornerStitch"/>
                 <enumeration value="EdgeGluing"/>
                 <enumeration value="HardCover"/>
                 <enumeration value="LooseBinding"/>
                 <enumeration value="None"/>
                 <enumeration value="RingBinding"/>
                 <enumeration value="SaddleStitch"/>
                 <enumeration value="SideStitch"/>
                 <enumeration value="SoftCover"/>
                 <enumeration value="StripBinding"/>
                 <enumeration value="Tape"/>
                 <enumeration value="WireComb"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="ChildRefs">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}IDREFS">
                 <minLength value="2"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="CoverColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
           <attribute name="CoverColorDetails" type="{http://www.w3.org/2001/XMLSchema}string" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • tabs

        protected Tabs tabs
      • backCoverColor

        protected java.lang.String backCoverColor
      • backCoverColorDetails

        protected java.lang.String backCoverColorDetails
      • bindingColor

        protected java.lang.String bindingColor
      • bindingColorDetails

        protected java.lang.String bindingColorDetails
      • bindingSide

        protected Edge bindingSide
      • children

        protected java.util.List<Product> children
      • coverColor

        protected java.lang.String coverColor
      • coverColorDetails

        protected java.lang.String coverColorDetails
    • Constructor Detail

      • BindingIntent

        public BindingIntent()
    • Method Detail

      • getAdhesiveNote

        public AdhesiveNote getAdhesiveNote()
        Gets the value of the adhesiveNote property.
        Returns:
        possible object is AdhesiveNote
      • setAdhesiveNote

        public void setAdhesiveNote​(AdhesiveNote value)
        Sets the value of the adhesiveNote property.
        Parameters:
        value - allowed object is AdhesiveNote
      • getEdgeGluing

        public EdgeGluing getEdgeGluing()
        Gets the value of the edgeGluing property.
        Returns:
        possible object is EdgeGluing
      • setEdgeGluing

        public void setEdgeGluing​(EdgeGluing value)
        Sets the value of the edgeGluing property.
        Parameters:
        value - allowed object is EdgeGluing
      • getHardCoverBinding

        public HardCoverBinding getHardCoverBinding()
        Gets the value of the hardCoverBinding property.
        Returns:
        possible object is HardCoverBinding
      • setHardCoverBinding

        public void setHardCoverBinding​(HardCoverBinding value)
        Sets the value of the hardCoverBinding property.
        Parameters:
        value - allowed object is HardCoverBinding
      • getLooseBinding

        public LooseBinding getLooseBinding()
        Gets the value of the looseBinding property.
        Returns:
        possible object is LooseBinding
      • setLooseBinding

        public void setLooseBinding​(LooseBinding value)
        Sets the value of the looseBinding property.
        Parameters:
        value - allowed object is LooseBinding
      • getSaddleStitching

        public SaddleStitching getSaddleStitching()
        Gets the value of the saddleStitching property.
        Returns:
        possible object is SaddleStitching
      • setSaddleStitching

        public void setSaddleStitching​(SaddleStitching value)
        Sets the value of the saddleStitching property.
        Parameters:
        value - allowed object is SaddleStitching
      • getSideStitching

        public SideStitching getSideStitching()
        Gets the value of the sideStitching property.
        Returns:
        possible object is SideStitching
      • setSideStitching

        public void setSideStitching​(SideStitching value)
        Sets the value of the sideStitching property.
        Parameters:
        value - allowed object is SideStitching
      • getSoftCoverBinding

        public SoftCoverBinding getSoftCoverBinding()
        Gets the value of the softCoverBinding property.
        Returns:
        possible object is SoftCoverBinding
      • setSoftCoverBinding

        public void setSoftCoverBinding​(SoftCoverBinding value)
        Sets the value of the softCoverBinding property.
        Parameters:
        value - allowed object is SoftCoverBinding
      • getTabs

        public Tabs getTabs()
        Gets the value of the tabs property.
        Returns:
        possible object is Tabs
      • setTabs

        public void setTabs​(Tabs value)
        Sets the value of the tabs property.
        Parameters:
        value - allowed object is Tabs
      • getBackCoverColor

        public java.lang.String getBackCoverColor()
        Gets the value of the backCoverColor property.
        Returns:
        possible object is String
      • setBackCoverColor

        public void setBackCoverColor​(java.lang.String value)
        Sets the value of the backCoverColor property.
        Parameters:
        value - allowed object is String
      • getBackCoverColorDetails

        public java.lang.String getBackCoverColorDetails()
        Gets the value of the backCoverColorDetails property.
        Returns:
        possible object is String
      • setBackCoverColorDetails

        public void setBackCoverColorDetails​(java.lang.String value)
        Sets the value of the backCoverColorDetails property.
        Parameters:
        value - allowed object is String
      • getBindingColor

        public java.lang.String getBindingColor()
        Gets the value of the bindingColor property.
        Returns:
        possible object is String
      • setBindingColor

        public void setBindingColor​(java.lang.String value)
        Sets the value of the bindingColor property.
        Parameters:
        value - allowed object is String
      • getBindingColorDetails

        public java.lang.String getBindingColorDetails()
        Gets the value of the bindingColorDetails property.
        Returns:
        possible object is String
      • setBindingColorDetails

        public void setBindingColorDetails​(java.lang.String value)
        Sets the value of the bindingColorDetails property.
        Parameters:
        value - allowed object is String
      • getBindingSide

        public Edge getBindingSide()
        Gets the value of the bindingSide property.
        Returns:
        possible object is Edge
      • setBindingSide

        public void setBindingSide​(Edge value)
        Sets the value of the bindingSide property.
        Parameters:
        value - allowed object is Edge
      • getChildren

        public java.util.List<Product> getChildren()
        Gets the value of the children 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 children property.

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

            getChildren().add(newItem);
         

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

      • getCoverColor

        public java.lang.String getCoverColor()
        Gets the value of the coverColor property.
        Returns:
        possible object is String
      • setCoverColor

        public void setCoverColor​(java.lang.String value)
        Sets the value of the coverColor property.
        Parameters:
        value - allowed object is String
      • getCoverColorDetails

        public java.lang.String getCoverColorDetails()
        Gets the value of the coverColorDetails property.
        Returns:
        possible object is String
      • setCoverColorDetails

        public void setCoverColorDetails​(java.lang.String value)
        Sets the value of the coverColorDetails property.
        Parameters:
        value - allowed object is String
      • withBackCoverColor

        public BindingIntent withBackCoverColor​(java.lang.String value)
      • withBackCoverColorDetails

        public BindingIntent withBackCoverColorDetails​(java.lang.String value)
      • withBindingColor

        public BindingIntent withBindingColor​(java.lang.String value)
      • withBindingColorDetails

        public BindingIntent withBindingColorDetails​(java.lang.String value)
      • withCoverColor

        public BindingIntent withCoverColor​(java.lang.String value)
      • withCoverColorDetails

        public BindingIntent withCoverColorDetails​(java.lang.String 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
        Overrides:
        equals in class ProductIntent
      • equals

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

        public final java.util.List<Product> getChildrenRaw()