Class BorderType

java.lang.Object
com.vidispine.generated.BorderType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class BorderType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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:
  • Nested Class Summary

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

    Fields
    Modifier and Type
    Field
    Description
    protected short
     
    protected short
     
    protected short
     
    protected short
     
    protected short
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
     
    appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
     
     
    copyTo(Object target)
     
    copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
     
     
    boolean
    equals(Object object)
     
    boolean
    equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
     
    short
    Gets the value of the a property.
    short
    Gets the value of the b property.
    short
    Gets the value of the g property.
    short
    Gets the value of the r property.
    short
    Gets the value of the width property.
    int
     
    int
    hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    void
    setA(short value)
    Sets the value of the a property.
    void
    setB(short value)
    Sets the value of the b property.
    void
    setG(short value)
    Sets the value of the g property.
    void
    setR(short value)
    Sets the value of the r property.
    void
    setWidth(short value)
    Sets the value of the width property.
     
    visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
     
    withA(short value)
    Sets the value of the a property.
    withB(short value)
    Sets the value of the b property.
    withG(short value)
    Sets the value of the g property.
    withR(short value)
    Sets the value of the r property.
    withWidth(short value)
    Sets the value of the width property.

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • a

      protected short a
    • r

      protected short r
    • g

      protected short g
    • b

      protected short b
    • width

      protected short width
  • Constructor Details

    • BorderType

      public BorderType()
  • Method Details

    • 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()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

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

      public BorderType withA(short value)
      Sets the value of the a property.
      Parameters:
      value - allowed object is short
      Returns:
      The class instance
    • withR

      public BorderType withR(short value)
      Sets the value of the r property.
      Parameters:
      value - allowed object is short
      Returns:
      The class instance
    • withG

      public BorderType withG(short value)
      Sets the value of the g property.
      Parameters:
      value - allowed object is short
      Returns:
      The class instance
    • withB

      public BorderType withB(short value)
      Sets the value of the b property.
      Parameters:
      value - allowed object is short
      Returns:
      The class instance
    • withWidth

      public BorderType withWidth(short value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is short
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public BorderType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString