Package com.vidispine.generated
Class BorderType
- java.lang.Object
-
- com.vidispine.generated.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
-
Constructor Summary
Constructors Constructor Description BorderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
short
getA()
Gets the value of the a property.short
getB()
Gets the value of the b property.short
getG()
Gets the value of the g property.short
getR()
Gets the value of the r property.short
getWidth()
Gets the value of the width property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetA()
boolean
isSetB()
boolean
isSetG()
boolean
isSetR()
boolean
isSetWidth()
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.BorderType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
BorderType
withA(short value)
BorderType
withB(short value)
BorderType
withG(short value)
BorderType
withR(short value)
BorderType
withWidth(short value)
-
-
-
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 interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.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 interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-