public class TextRenditionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for TextRenditionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextRenditionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="line" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> <attribute name="align" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="y" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="xRel" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="yRel" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="horizontalBase" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="verticalBase" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="font" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="sizeRel" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="r" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /> <attribute name="g" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /> <attribute name="b" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /> <attribute name="a" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /> <attribute name="outline" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="outlineSize" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="outlineR" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /> <attribute name="outlineG" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /> <attribute name="outlineB" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /> <attribute name="outlineA" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /> <attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
TextRenditionType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected Short |
a |
protected String |
align |
protected Short |
b |
protected String |
font |
protected Short |
g |
protected String |
horizontalBase |
protected String |
language |
protected List<String> |
line |
protected String |
outline |
protected Short |
outlineA |
protected Short |
outlineB |
protected Short |
outlineG |
protected Short |
outlineR |
protected Long |
outlineSize |
protected Short |
r |
protected Long |
size |
protected Double |
sizeRel |
protected String |
verticalBase |
protected Integer |
x |
protected Double |
xRel |
protected Integer |
y |
protected Double |
yRel |
Constructor and Description |
---|
TextRenditionType() |
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.
|
String |
getAlign()
Gets the value of the align property.
|
short |
getB()
Gets the value of the b property.
|
String |
getFont()
Gets the value of the font property.
|
short |
getG()
Gets the value of the g property.
|
String |
getHorizontalBase()
Gets the value of the horizontalBase property.
|
String |
getLanguage()
Gets the value of the language property.
|
List<String> |
getLine()
Gets the value of the line property.
|
String |
getOutline()
Gets the value of the outline property.
|
short |
getOutlineA()
Gets the value of the outlineA property.
|
short |
getOutlineB()
Gets the value of the outlineB property.
|
short |
getOutlineG()
Gets the value of the outlineG property.
|
short |
getOutlineR()
Gets the value of the outlineR property.
|
long |
getOutlineSize()
Gets the value of the outlineSize property.
|
short |
getR()
Gets the value of the r property.
|
long |
getSize()
Gets the value of the size property.
|
double |
getSizeRel()
Gets the value of the sizeRel property.
|
String |
getVerticalBase()
Gets the value of the verticalBase property.
|
int |
getX()
Gets the value of the x property.
|
double |
getXRel()
Gets the value of the xRel property.
|
int |
getY()
Gets the value of the y property.
|
double |
getYRel()
Gets the value of the yRel property.
|
boolean |
isSetA() |
boolean |
isSetAlign() |
boolean |
isSetB() |
boolean |
isSetFont() |
boolean |
isSetG() |
boolean |
isSetHorizontalBase() |
boolean |
isSetLanguage() |
boolean |
isSetLine() |
boolean |
isSetOutline() |
boolean |
isSetOutlineA() |
boolean |
isSetOutlineB() |
boolean |
isSetOutlineG() |
boolean |
isSetOutlineR() |
boolean |
isSetOutlineSize() |
boolean |
isSetR() |
boolean |
isSetSize() |
boolean |
isSetSizeRel() |
boolean |
isSetVerticalBase() |
boolean |
isSetX() |
boolean |
isSetXRel() |
boolean |
isSetY() |
boolean |
isSetYRel() |
void |
setA(short value)
Sets the value of the a property.
|
void |
setAlign(String value)
Sets the value of the align property.
|
void |
setB(short value)
Sets the value of the b property.
|
void |
setFont(String value)
Sets the value of the font property.
|
void |
setG(short value)
Sets the value of the g property.
|
void |
setHorizontalBase(String value)
Sets the value of the horizontalBase property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setOutline(String value)
Sets the value of the outline property.
|
void |
setOutlineA(short value)
Sets the value of the outlineA property.
|
void |
setOutlineB(short value)
Sets the value of the outlineB property.
|
void |
setOutlineG(short value)
Sets the value of the outlineG property.
|
void |
setOutlineR(short value)
Sets the value of the outlineR property.
|
void |
setOutlineSize(long value)
Sets the value of the outlineSize property.
|
void |
setR(short value)
Sets the value of the r property.
|
void |
setSize(long value)
Sets the value of the size property.
|
void |
setSizeRel(double value)
Sets the value of the sizeRel property.
|
void |
setVerticalBase(String value)
Sets the value of the verticalBase property.
|
void |
setX(int value)
Sets the value of the x property.
|
void |
setXRel(double value)
Sets the value of the xRel property.
|
void |
setY(int value)
Sets the value of the y property.
|
void |
setYRel(double value)
Sets the value of the yRel property.
|
void |
unsetA() |
void |
unsetB() |
void |
unsetG() |
void |
unsetLine() |
void |
unsetOutlineA() |
void |
unsetOutlineB() |
void |
unsetOutlineG() |
void |
unsetOutlineR() |
void |
unsetOutlineSize() |
void |
unsetR() |
void |
unsetSize() |
void |
unsetSizeRel() |
void |
unsetX() |
void |
unsetXRel() |
void |
unsetY() |
void |
unsetYRel() |
TextRenditionType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
TextRenditionType |
withA(short value) |
TextRenditionType |
withAlign(String value) |
TextRenditionType |
withB(short value) |
TextRenditionType |
withFont(String value) |
TextRenditionType |
withG(short value) |
TextRenditionType |
withHorizontalBase(String value) |
TextRenditionType |
withLanguage(String value) |
TextRenditionType |
withLine(Collection<String> values) |
TextRenditionType |
withLine(String... values) |
TextRenditionType |
withOutline(String value) |
TextRenditionType |
withOutlineA(short value) |
TextRenditionType |
withOutlineB(short value) |
TextRenditionType |
withOutlineG(short value) |
TextRenditionType |
withOutlineR(short value) |
TextRenditionType |
withOutlineSize(long value) |
TextRenditionType |
withR(short value) |
TextRenditionType |
withSize(long value) |
TextRenditionType |
withSizeRel(double value) |
TextRenditionType |
withVerticalBase(String value) |
TextRenditionType |
withX(int value) |
TextRenditionType |
withXRel(double value) |
TextRenditionType |
withY(int value) |
TextRenditionType |
withYRel(double value) |
protected String align
protected Integer x
protected Integer y
protected Double xRel
protected Double yRel
protected String horizontalBase
protected String verticalBase
protected String font
protected Long size
protected Double sizeRel
protected Short r
protected Short g
protected Short b
protected Short a
protected String outline
protected Long outlineSize
protected Short outlineR
protected Short outlineG
protected Short outlineB
protected Short outlineA
protected String language
public List<String> getLine()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the line property.
For example, to add a new item, do as follows:
getLine().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetLine()
public void unsetLine()
public String getAlign()
String
public void setAlign(String value)
value
- allowed object is
String
public boolean isSetAlign()
public int getX()
Integer
public void setX(int value)
value
- allowed object is
Integer
public boolean isSetX()
public void unsetX()
public int getY()
Integer
public void setY(int value)
value
- allowed object is
Integer
public boolean isSetY()
public void unsetY()
public double getXRel()
Double
public void setXRel(double value)
value
- allowed object is
Double
public boolean isSetXRel()
public void unsetXRel()
public double getYRel()
Double
public void setYRel(double value)
value
- allowed object is
Double
public boolean isSetYRel()
public void unsetYRel()
public String getHorizontalBase()
String
public void setHorizontalBase(String value)
value
- allowed object is
String
public boolean isSetHorizontalBase()
public String getVerticalBase()
String
public void setVerticalBase(String value)
value
- allowed object is
String
public boolean isSetVerticalBase()
public String getFont()
String
public void setFont(String value)
value
- allowed object is
String
public boolean isSetFont()
public long getSize()
Long
public void setSize(long value)
value
- allowed object is
Long
public boolean isSetSize()
public void unsetSize()
public double getSizeRel()
Double
public void setSizeRel(double value)
value
- allowed object is
Double
public boolean isSetSizeRel()
public void unsetSizeRel()
public short getR()
Short
public void setR(short value)
value
- allowed object is
Short
public boolean isSetR()
public void unsetR()
public short getG()
Short
public void setG(short value)
value
- allowed object is
Short
public boolean isSetG()
public void unsetG()
public short getB()
Short
public void setB(short value)
value
- allowed object is
Short
public boolean isSetB()
public void unsetB()
public short getA()
Short
public void setA(short value)
value
- allowed object is
Short
public boolean isSetA()
public void unsetA()
public String getOutline()
String
public void setOutline(String value)
value
- allowed object is
String
public boolean isSetOutline()
public long getOutlineSize()
Long
public void setOutlineSize(long value)
value
- allowed object is
Long
public boolean isSetOutlineSize()
public void unsetOutlineSize()
public short getOutlineR()
Short
public void setOutlineR(short value)
value
- allowed object is
Short
public boolean isSetOutlineR()
public void unsetOutlineR()
public short getOutlineG()
Short
public void setOutlineG(short value)
value
- allowed object is
Short
public boolean isSetOutlineG()
public void unsetOutlineG()
public short getOutlineB()
Short
public void setOutlineB(short value)
value
- allowed object is
Short
public boolean isSetOutlineB()
public void unsetOutlineB()
public short getOutlineA()
Short
public void setOutlineA(short value)
value
- allowed object is
Short
public boolean isSetOutlineA()
public void unsetOutlineA()
public String getLanguage()
String
public void setLanguage(String value)
value
- allowed object is
String
public boolean isSetLanguage()
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 TextRenditionType withLine(String... values)
public TextRenditionType withLine(Collection<String> values)
public TextRenditionType withAlign(String value)
public TextRenditionType withX(int value)
public TextRenditionType withY(int value)
public TextRenditionType withXRel(double value)
public TextRenditionType withYRel(double value)
public TextRenditionType withHorizontalBase(String value)
public TextRenditionType withVerticalBase(String value)
public TextRenditionType withFont(String value)
public TextRenditionType withSize(long value)
public TextRenditionType withSizeRel(double value)
public TextRenditionType withR(short value)
public TextRenditionType withG(short value)
public TextRenditionType withB(short value)
public TextRenditionType withA(short value)
public TextRenditionType withOutline(String value)
public TextRenditionType withOutlineSize(long value)
public TextRenditionType withOutlineR(short value)
public TextRenditionType withOutlineG(short value)
public TextRenditionType withOutlineB(short value)
public TextRenditionType withOutlineA(short value)
public TextRenditionType withLanguage(String value)
public TextRenditionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.