Class BorderType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class BorderType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for BorderType complex type.

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

     <complexType name="BorderType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="a" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="r" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="g" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="b" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="width" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BorderType.PropInfo  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected short a  
      protected short b  
      protected short g  
      protected short r  
      protected short width  
    • Constructor Summary

      Constructors 
      Constructor Description
      BorderType()  
    • Field Detail

      • a

        protected short a
      • r

        protected short r
      • g

        protected short g
      • b

        protected short b
      • width

        protected short width
    • Constructor Detail

      • BorderType

        public BorderType()
    • Method Detail

      • getA

        public short getA()
        Gets the value of the a property.
      • setA

        public void setA​(short value)
        Sets the value of the a property.
      • isSetA

        public boolean isSetA()
      • getR

        public short getR()
        Gets the value of the r property.
      • setR

        public void setR​(short value)
        Sets the value of the r property.
      • isSetR

        public boolean isSetR()
      • getG

        public short getG()
        Gets the value of the g property.
      • setG

        public void setG​(short value)
        Sets the value of the g property.
      • isSetG

        public boolean isSetG()
      • getB

        public short getB()
        Gets the value of the b property.
      • setB

        public void setB​(short value)
        Sets the value of the b property.
      • isSetB

        public boolean isSetB()
      • getWidth

        public short getWidth()
        Gets the value of the width property.
      • setWidth

        public void setWidth​(short value)
        Sets the value of the width property.
      • isSetWidth

        public boolean isSetWidth()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • withA

        public BorderType withA​(short value)
      • withR

        public BorderType withR​(short value)
      • withG

        public BorderType withG​(short value)
      • withB

        public BorderType withB​(short value)
      • withWidth

        public BorderType withWidth​(short value)
      • 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
      • visit

        public BorderType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • 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 Object