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, unsetYRel
public 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 TextRenditionType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class TextRenditionType
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
copyTo
in class TextRenditionType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class TextRenditionType
public SubtitleClipType withId(int value)
public SubtitleClipType withLength(long value)
public SubtitleClipType withLine(String... values)
withLine
in class TextRenditionType
public SubtitleClipType withLine(Collection<String> values)
withLine
in class TextRenditionType
public SubtitleClipType withAlign(String value)
withAlign
in class TextRenditionType
public SubtitleClipType withX(int value)
withX
in class TextRenditionType
public SubtitleClipType withY(int value)
withY
in class TextRenditionType
public SubtitleClipType withXRel(double value)
withXRel
in class TextRenditionType
public SubtitleClipType withYRel(double value)
withYRel
in class TextRenditionType
public SubtitleClipType withHorizontalBase(String value)
withHorizontalBase
in class TextRenditionType
public SubtitleClipType withVerticalBase(String value)
withVerticalBase
in class TextRenditionType
public SubtitleClipType withFont(String value)
withFont
in class TextRenditionType
public SubtitleClipType withSize(long value)
withSize
in class TextRenditionType
public SubtitleClipType withSizeRel(double value)
withSizeRel
in class TextRenditionType
public SubtitleClipType withR(short value)
withR
in class TextRenditionType
public SubtitleClipType withG(short value)
withG
in class TextRenditionType
public SubtitleClipType withB(short value)
withB
in class TextRenditionType
public SubtitleClipType withA(short value)
withA
in class TextRenditionType
public SubtitleClipType withOutline(String value)
withOutline
in class TextRenditionType
public SubtitleClipType withOutlineSize(long value)
withOutlineSize
in class TextRenditionType
public SubtitleClipType withOutlineR(short value)
withOutlineR
in class TextRenditionType
public SubtitleClipType withOutlineG(short value)
withOutlineG
in class TextRenditionType
public SubtitleClipType withOutlineB(short value)
withOutlineB
in class TextRenditionType
public SubtitleClipType withOutlineA(short value)
withOutlineA
in class TextRenditionType
public SubtitleClipType withLanguage(String value)
withLanguage
in class TextRenditionType
public 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.Equals
equals
in class TextRenditionType
public boolean equals(Object object)
equals
in class TextRenditionType
public SubtitleClipType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class TextRenditionType
Copyright © 2018. All rights reserved.