Package com.vidispine.generated
Class TextRenditionType
- java.lang.Object
-
- com.vidispine.generated.TextRenditionType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Direct Known Subclasses:
SubtitleClipType
public class TextRenditionType 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 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TextRenditionType.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description TextRenditionType()
-
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.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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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(String... values)
TextRenditionType
withLine(Collection<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)
-
-
-
Field Detail
-
align
protected String align
-
x
protected Integer x
-
y
protected Integer y
-
xRel
protected Double xRel
-
yRel
protected Double yRel
-
horizontalBase
protected String horizontalBase
-
verticalBase
protected String verticalBase
-
font
protected String font
-
size
protected Long size
-
sizeRel
protected Double sizeRel
-
r
protected Short r
-
g
protected Short g
-
b
protected Short b
-
a
protected Short a
-
outline
protected String outline
-
outlineSize
protected Long outlineSize
-
outlineR
protected Short outlineR
-
outlineG
protected Short outlineG
-
outlineB
protected Short outlineB
-
outlineA
protected Short outlineA
-
language
protected String language
-
-
Method Detail
-
getLine
public List<String> getLine()
Gets the value of the line property.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
-
isSetLine
public boolean isSetLine()
-
unsetLine
public void unsetLine()
-
getAlign
public String getAlign()
Gets the value of the align property.- Returns:
- possible object is
String
-
setAlign
public void setAlign(String value)
Sets the value of the align property.- Parameters:
value
- allowed object isString
-
isSetAlign
public boolean isSetAlign()
-
getX
public int getX()
Gets the value of the x property.- Returns:
- possible object is
Integer
-
setX
public void setX(int value)
Sets the value of the x property.- Parameters:
value
- allowed object isInteger
-
isSetX
public boolean isSetX()
-
unsetX
public void unsetX()
-
getY
public int getY()
Gets the value of the y property.- Returns:
- possible object is
Integer
-
setY
public void setY(int value)
Sets the value of the y property.- Parameters:
value
- allowed object isInteger
-
isSetY
public boolean isSetY()
-
unsetY
public void unsetY()
-
getXRel
public double getXRel()
Gets the value of the xRel property.- Returns:
- possible object is
Double
-
setXRel
public void setXRel(double value)
Sets the value of the xRel property.- Parameters:
value
- allowed object isDouble
-
isSetXRel
public boolean isSetXRel()
-
unsetXRel
public void unsetXRel()
-
getYRel
public double getYRel()
Gets the value of the yRel property.- Returns:
- possible object is
Double
-
setYRel
public void setYRel(double value)
Sets the value of the yRel property.- Parameters:
value
- allowed object isDouble
-
isSetYRel
public boolean isSetYRel()
-
unsetYRel
public void unsetYRel()
-
getHorizontalBase
public String getHorizontalBase()
Gets the value of the horizontalBase property.- Returns:
- possible object is
String
-
setHorizontalBase
public void setHorizontalBase(String value)
Sets the value of the horizontalBase property.- Parameters:
value
- allowed object isString
-
isSetHorizontalBase
public boolean isSetHorizontalBase()
-
getVerticalBase
public String getVerticalBase()
Gets the value of the verticalBase property.- Returns:
- possible object is
String
-
setVerticalBase
public void setVerticalBase(String value)
Sets the value of the verticalBase property.- Parameters:
value
- allowed object isString
-
isSetVerticalBase
public boolean isSetVerticalBase()
-
getFont
public String getFont()
Gets the value of the font property.- Returns:
- possible object is
String
-
setFont
public void setFont(String value)
Sets the value of the font property.- Parameters:
value
- allowed object isString
-
isSetFont
public boolean isSetFont()
-
getSize
public long getSize()
Gets the value of the size property.- Returns:
- possible object is
Long
-
setSize
public void setSize(long value)
Sets the value of the size property.- Parameters:
value
- allowed object isLong
-
isSetSize
public boolean isSetSize()
-
unsetSize
public void unsetSize()
-
getSizeRel
public double getSizeRel()
Gets the value of the sizeRel property.- Returns:
- possible object is
Double
-
setSizeRel
public void setSizeRel(double value)
Sets the value of the sizeRel property.- Parameters:
value
- allowed object isDouble
-
isSetSizeRel
public boolean isSetSizeRel()
-
unsetSizeRel
public void unsetSizeRel()
-
getR
public short getR()
Gets the value of the r property.- Returns:
- possible object is
Short
-
setR
public void setR(short value)
Sets the value of the r property.- Parameters:
value
- allowed object isShort
-
isSetR
public boolean isSetR()
-
unsetR
public void unsetR()
-
getG
public short getG()
Gets the value of the g property.- Returns:
- possible object is
Short
-
setG
public void setG(short value)
Sets the value of the g property.- Parameters:
value
- allowed object isShort
-
isSetG
public boolean isSetG()
-
unsetG
public void unsetG()
-
getB
public short getB()
Gets the value of the b property.- Returns:
- possible object is
Short
-
setB
public void setB(short value)
Sets the value of the b property.- Parameters:
value
- allowed object isShort
-
isSetB
public boolean isSetB()
-
unsetB
public void unsetB()
-
getA
public short getA()
Gets the value of the a property.- Returns:
- possible object is
Short
-
setA
public void setA(short value)
Sets the value of the a property.- Parameters:
value
- allowed object isShort
-
isSetA
public boolean isSetA()
-
unsetA
public void unsetA()
-
getOutline
public String getOutline()
Gets the value of the outline property.- Returns:
- possible object is
String
-
setOutline
public void setOutline(String value)
Sets the value of the outline property.- Parameters:
value
- allowed object isString
-
isSetOutline
public boolean isSetOutline()
-
getOutlineSize
public long getOutlineSize()
Gets the value of the outlineSize property.- Returns:
- possible object is
Long
-
setOutlineSize
public void setOutlineSize(long value)
Sets the value of the outlineSize property.- Parameters:
value
- allowed object isLong
-
isSetOutlineSize
public boolean isSetOutlineSize()
-
unsetOutlineSize
public void unsetOutlineSize()
-
getOutlineR
public short getOutlineR()
Gets the value of the outlineR property.- Returns:
- possible object is
Short
-
setOutlineR
public void setOutlineR(short value)
Sets the value of the outlineR property.- Parameters:
value
- allowed object isShort
-
isSetOutlineR
public boolean isSetOutlineR()
-
unsetOutlineR
public void unsetOutlineR()
-
getOutlineG
public short getOutlineG()
Gets the value of the outlineG property.- Returns:
- possible object is
Short
-
setOutlineG
public void setOutlineG(short value)
Sets the value of the outlineG property.- Parameters:
value
- allowed object isShort
-
isSetOutlineG
public boolean isSetOutlineG()
-
unsetOutlineG
public void unsetOutlineG()
-
getOutlineB
public short getOutlineB()
Gets the value of the outlineB property.- Returns:
- possible object is
Short
-
setOutlineB
public void setOutlineB(short value)
Sets the value of the outlineB property.- Parameters:
value
- allowed object isShort
-
isSetOutlineB
public boolean isSetOutlineB()
-
unsetOutlineB
public void unsetOutlineB()
-
getOutlineA
public short getOutlineA()
Gets the value of the outlineA property.- Returns:
- possible object is
Short
-
setOutlineA
public void setOutlineA(short value)
Sets the value of the outlineA property.- Parameters:
value
- allowed object isShort
-
isSetOutlineA
public boolean isSetOutlineA()
-
unsetOutlineA
public void unsetOutlineA()
-
getLanguage
public String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
public void setLanguage(String value)
Sets the value of the language property.- Parameters:
value
- allowed object isString
-
isSetLanguage
public boolean isSetLanguage()
-
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
-
withLine
public TextRenditionType withLine(String... values)
-
withLine
public TextRenditionType withLine(Collection<String> values)
-
withAlign
public TextRenditionType withAlign(String value)
-
withX
public TextRenditionType withX(int value)
-
withY
public TextRenditionType withY(int value)
-
withXRel
public TextRenditionType withXRel(double value)
-
withYRel
public TextRenditionType withYRel(double value)
-
withHorizontalBase
public TextRenditionType withHorizontalBase(String value)
-
withVerticalBase
public TextRenditionType withVerticalBase(String value)
-
withFont
public TextRenditionType withFont(String value)
-
withSize
public TextRenditionType withSize(long value)
-
withSizeRel
public TextRenditionType withSizeRel(double value)
-
withR
public TextRenditionType withR(short value)
-
withG
public TextRenditionType withG(short value)
-
withB
public TextRenditionType withB(short value)
-
withA
public TextRenditionType withA(short value)
-
withOutline
public TextRenditionType withOutline(String value)
-
withOutlineSize
public TextRenditionType withOutlineSize(long value)
-
withOutlineR
public TextRenditionType withOutlineR(short value)
-
withOutlineG
public TextRenditionType withOutlineG(short value)
-
withOutlineB
public TextRenditionType withOutlineB(short value)
-
withOutlineA
public TextRenditionType withOutlineA(short value)
-
withLanguage
public TextRenditionType withLanguage(String 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 TextRenditionType 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
-
-