public class SubtitleClipType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SubtitleClipType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubtitleClipType"> <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="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <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" /> </restriction> </complexContent> </complexType>
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 int |
id |
protected long |
length |
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 |
---|
SubtitleClipType() |
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.
|
int |
getId()
Gets the value of the id property.
|
long |
getLength()
Gets the value of the length 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 |
isSetId() |
boolean |
isSetLength() |
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 |
setId(int value)
Sets the value of the id property.
|
void |
setLength(long value)
Sets the value of the length 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() |
protected int id
protected long length
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
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 int getId()
public void setId(int value)
public boolean isSetId()
public long getLength()
public void setLength(long value)
public boolean isSetLength()
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 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 © 2016. All rights reserved.