Package com.vidispine.generated
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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(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) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy 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.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isSetA()
boolean
isSetB()
boolean
isSetG()
boolean
isSetR()
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.toString()
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.
-
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
-
copyTo
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withA
Sets the value of the a property.- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withR
Sets the value of the r property.- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withG
Sets the value of the g property.- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withB
Sets the value of the b property.- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withWidth
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 interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.ToString
-