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 | Class and Description |
---|---|
static class |
BorderType.PropInfo |
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.
|
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) |
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
public BorderType withA(short value)
public BorderType withR(short value)
public BorderType withG(short value)
public BorderType withB(short value)
public BorderType withWidth(short value)
public BorderType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.