public class BorderType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Field and Description |
---|---|
protected short |
a |
protected short |
b |
protected short |
g |
protected short |
r |
protected short |
width |
Constructor and Description |
---|
BorderType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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.
|
protected short a
protected short r
protected short g
protected short b
protected short width
public short getA()
public void setA(short value)
public boolean isSetA()
public short getR()
public void setR(short value)
public boolean isSetR()
public short getG()
public void setG(short value)
public boolean isSetG()
public short getB()
public void setB(short value)
public boolean isSetB()
public short getWidth()
public void setWidth(short value)
public boolean isSetWidth()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.