Class RegisterRibbon

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

    public class RegisterRibbon
    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">
           <attribute name="LengthOverall" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Material" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="RibbonColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
           <attribute name="RibbonColorDetails" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="RibbonEnd" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="VisibleLength" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • lengthOverall

        protected java.lang.Float lengthOverall
      • material

        protected java.lang.String material
      • ribbonColor

        protected java.lang.String ribbonColor
      • ribbonColorDetails

        protected java.lang.String ribbonColorDetails
      • ribbonEnd

        protected java.lang.String ribbonEnd
      • visibleLength

        protected java.lang.Float visibleLength
    • Constructor Detail

      • RegisterRibbon

        public RegisterRibbon()
    • Method Detail

      • getLengthOverall

        public java.lang.Float getLengthOverall()
        Gets the value of the lengthOverall property.
        Returns:
        possible object is Float
      • setLengthOverall

        public void setLengthOverall​(java.lang.Float value)
        Sets the value of the lengthOverall property.
        Parameters:
        value - allowed object is Float
      • getMaterial

        public java.lang.String getMaterial()
        Gets the value of the material property.
        Returns:
        possible object is String
      • setMaterial

        public void setMaterial​(java.lang.String value)
        Sets the value of the material property.
        Parameters:
        value - allowed object is String
      • getRibbonColor

        public java.lang.String getRibbonColor()
        Gets the value of the ribbonColor property.
        Returns:
        possible object is String
      • setRibbonColor

        public void setRibbonColor​(java.lang.String value)
        Sets the value of the ribbonColor property.
        Parameters:
        value - allowed object is String
      • getRibbonColorDetails

        public java.lang.String getRibbonColorDetails()
        Gets the value of the ribbonColorDetails property.
        Returns:
        possible object is String
      • setRibbonColorDetails

        public void setRibbonColorDetails​(java.lang.String value)
        Sets the value of the ribbonColorDetails property.
        Parameters:
        value - allowed object is String
      • getRibbonEnd

        public java.lang.String getRibbonEnd()
        Gets the value of the ribbonEnd property.
        Returns:
        possible object is String
      • setRibbonEnd

        public void setRibbonEnd​(java.lang.String value)
        Sets the value of the ribbonEnd property.
        Parameters:
        value - allowed object is String
      • getVisibleLength

        public java.lang.Float getVisibleLength()
        Gets the value of the visibleLength property.
        Returns:
        possible object is Float
      • setVisibleLength

        public void setVisibleLength​(java.lang.Float value)
        Sets the value of the visibleLength property.
        Parameters:
        value - allowed object is Float
      • 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
      • withLengthOverall

        public RegisterRibbon withLengthOverall​(java.lang.Float value)
      • withMaterial

        public RegisterRibbon withMaterial​(java.lang.String value)
      • withRibbonColor

        public RegisterRibbon withRibbonColor​(java.lang.String value)
      • withRibbonColorDetails

        public RegisterRibbon withRibbonColorDetails​(java.lang.String value)
      • withRibbonEnd

        public RegisterRibbon withRibbonEnd​(java.lang.String value)
      • withVisibleLength

        public RegisterRibbon withVisibleLength​(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