public class SubtitleClipType extends TextRenditionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for SubtitleClipType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubtitleClipType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}TextRenditionType">
<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" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SubtitleClipType.PropInfo |
| 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() |
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.EqualsStrategy strategy) |
int |
getId()
Gets the value of the id property.
|
long |
getLength()
Gets the value of the length property.
|
boolean |
isSetId() |
boolean |
isSetLength() |
void |
setId(int value)
Sets the value of the id property.
|
void |
setLength(long value)
Sets the value of the length property.
|
SubtitleClipType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
SubtitleClipType |
withA(short value) |
SubtitleClipType |
withAlign(String value) |
SubtitleClipType |
withB(short value) |
SubtitleClipType |
withFont(String value) |
SubtitleClipType |
withG(short value) |
SubtitleClipType |
withHorizontalBase(String value) |
SubtitleClipType |
withId(int value) |
SubtitleClipType |
withLanguage(String value) |
SubtitleClipType |
withLength(long value) |
SubtitleClipType |
withLine(Collection<String> values) |
SubtitleClipType |
withLine(String... values) |
SubtitleClipType |
withOutline(String value) |
SubtitleClipType |
withOutlineA(short value) |
SubtitleClipType |
withOutlineB(short value) |
SubtitleClipType |
withOutlineG(short value) |
SubtitleClipType |
withOutlineR(short value) |
SubtitleClipType |
withOutlineSize(long value) |
SubtitleClipType |
withR(short value) |
SubtitleClipType |
withSize(long value) |
SubtitleClipType |
withSizeRel(double value) |
SubtitleClipType |
withVerticalBase(String value) |
SubtitleClipType |
withX(int value) |
SubtitleClipType |
withXRel(double value) |
SubtitleClipType |
withY(int value) |
SubtitleClipType |
withYRel(double value) |
getA, getAlign, getB, getFont, getG, getHorizontalBase, getLanguage, getLine, getOutline, getOutlineA, getOutlineB, getOutlineG, getOutlineR, getOutlineSize, getR, getSize, getSizeRel, getVerticalBase, getX, getXRel, getY, getYRel, isSetA, isSetAlign, isSetB, isSetFont, isSetG, isSetHorizontalBase, isSetLanguage, isSetLine, isSetOutline, isSetOutlineA, isSetOutlineB, isSetOutlineG, isSetOutlineR, isSetOutlineSize, isSetR, isSetSize, isSetSizeRel, isSetVerticalBase, isSetX, isSetXRel, isSetY, isSetYRel, setA, setAlign, setB, setFont, setG, setHorizontalBase, setLanguage, setOutline, setOutlineA, setOutlineB, setOutlineG, setOutlineR, setOutlineSize, setR, setSize, setSizeRel, setVerticalBase, setX, setXRel, setY, setYRel, unsetA, unsetB, unsetG, unsetLine, unsetOutlineA, unsetOutlineB, unsetOutlineG, unsetOutlineR, unsetOutlineSize, unsetR, unsetSize, unsetSizeRel, unsetX, unsetXRel, unsetY, unsetYRelpublic int getId()
public void setId(int value)
public boolean isSetId()
public long getLength()
public void setLength(long value)
public boolean isSetLength()
public Object clone()
clone in class TextRenditionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TextRenditionTypepublic 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.CopyTocopyTo in class TextRenditionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class TextRenditionTypepublic SubtitleClipType withId(int value)
public SubtitleClipType withLength(long value)
public SubtitleClipType withLine(String... values)
withLine in class TextRenditionTypepublic SubtitleClipType withLine(Collection<String> values)
withLine in class TextRenditionTypepublic SubtitleClipType withAlign(String value)
withAlign in class TextRenditionTypepublic SubtitleClipType withX(int value)
withX in class TextRenditionTypepublic SubtitleClipType withY(int value)
withY in class TextRenditionTypepublic SubtitleClipType withXRel(double value)
withXRel in class TextRenditionTypepublic SubtitleClipType withYRel(double value)
withYRel in class TextRenditionTypepublic SubtitleClipType withHorizontalBase(String value)
withHorizontalBase in class TextRenditionTypepublic SubtitleClipType withVerticalBase(String value)
withVerticalBase in class TextRenditionTypepublic SubtitleClipType withFont(String value)
withFont in class TextRenditionTypepublic SubtitleClipType withSize(long value)
withSize in class TextRenditionTypepublic SubtitleClipType withSizeRel(double value)
withSizeRel in class TextRenditionTypepublic SubtitleClipType withR(short value)
withR in class TextRenditionTypepublic SubtitleClipType withG(short value)
withG in class TextRenditionTypepublic SubtitleClipType withB(short value)
withB in class TextRenditionTypepublic SubtitleClipType withA(short value)
withA in class TextRenditionTypepublic SubtitleClipType withOutline(String value)
withOutline in class TextRenditionTypepublic SubtitleClipType withOutlineSize(long value)
withOutlineSize in class TextRenditionTypepublic SubtitleClipType withOutlineR(short value)
withOutlineR in class TextRenditionTypepublic SubtitleClipType withOutlineG(short value)
withOutlineG in class TextRenditionTypepublic SubtitleClipType withOutlineB(short value)
withOutlineB in class TextRenditionTypepublic SubtitleClipType withOutlineA(short value)
withOutlineA in class TextRenditionTypepublic SubtitleClipType withLanguage(String value)
withLanguage in class TextRenditionTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class TextRenditionTypepublic boolean equals(Object object)
equals in class TextRenditionTypepublic SubtitleClipType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class TextRenditionTypeCopyright © 2019. All rights reserved.