Package com.vidispine.generated
Class SubtitleClipType
- java.lang.Object
-
- com.vidispine.generated.TextRenditionType
-
- com.vidispine.generated.SubtitleClipType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class SubtitleClipType extends TextRenditionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SubtitleClipType.PropInfo
-
Constructor Summary
Constructors Constructor Description SubtitleClipType()
-
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)
int
getId()
Gets the value of the id property.long
getLength()
Gets the value of the length property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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(String... values)
SubtitleClipType
withLine(Collection<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)
-
Methods inherited from class com.vidispine.generated.TextRenditionType
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
-
-
-
-
Method Detail
-
getId
public int getId()
Gets the value of the id property.
-
setId
public void setId(int value)
Sets the value of the id property.
-
isSetId
public boolean isSetId()
-
getLength
public long getLength()
Gets the value of the length property.
-
setLength
public void setLength(long value)
Sets the value of the length property.
-
isSetLength
public boolean isSetLength()
-
clone
public Object clone()
- Overrides:
clone
in classTextRenditionType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classTextRenditionType
-
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
- Overrides:
copyTo
in classTextRenditionType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classTextRenditionType
-
withId
public SubtitleClipType withId(int value)
-
withLength
public SubtitleClipType withLength(long value)
-
withLine
public SubtitleClipType withLine(String... values)
- Overrides:
withLine
in classTextRenditionType
-
withLine
public SubtitleClipType withLine(Collection<String> values)
- Overrides:
withLine
in classTextRenditionType
-
withAlign
public SubtitleClipType withAlign(String value)
- Overrides:
withAlign
in classTextRenditionType
-
withX
public SubtitleClipType withX(int value)
- Overrides:
withX
in classTextRenditionType
-
withY
public SubtitleClipType withY(int value)
- Overrides:
withY
in classTextRenditionType
-
withXRel
public SubtitleClipType withXRel(double value)
- Overrides:
withXRel
in classTextRenditionType
-
withYRel
public SubtitleClipType withYRel(double value)
- Overrides:
withYRel
in classTextRenditionType
-
withHorizontalBase
public SubtitleClipType withHorizontalBase(String value)
- Overrides:
withHorizontalBase
in classTextRenditionType
-
withVerticalBase
public SubtitleClipType withVerticalBase(String value)
- Overrides:
withVerticalBase
in classTextRenditionType
-
withFont
public SubtitleClipType withFont(String value)
- Overrides:
withFont
in classTextRenditionType
-
withSize
public SubtitleClipType withSize(long value)
- Overrides:
withSize
in classTextRenditionType
-
withSizeRel
public SubtitleClipType withSizeRel(double value)
- Overrides:
withSizeRel
in classTextRenditionType
-
withR
public SubtitleClipType withR(short value)
- Overrides:
withR
in classTextRenditionType
-
withG
public SubtitleClipType withG(short value)
- Overrides:
withG
in classTextRenditionType
-
withB
public SubtitleClipType withB(short value)
- Overrides:
withB
in classTextRenditionType
-
withA
public SubtitleClipType withA(short value)
- Overrides:
withA
in classTextRenditionType
-
withOutline
public SubtitleClipType withOutline(String value)
- Overrides:
withOutline
in classTextRenditionType
-
withOutlineSize
public SubtitleClipType withOutlineSize(long value)
- Overrides:
withOutlineSize
in classTextRenditionType
-
withOutlineR
public SubtitleClipType withOutlineR(short value)
- Overrides:
withOutlineR
in classTextRenditionType
-
withOutlineG
public SubtitleClipType withOutlineG(short value)
- Overrides:
withOutlineG
in classTextRenditionType
-
withOutlineB
public SubtitleClipType withOutlineB(short value)
- Overrides:
withOutlineB
in classTextRenditionType
-
withOutlineA
public SubtitleClipType withOutlineA(short value)
- Overrides:
withOutlineA
in classTextRenditionType
-
withLanguage
public SubtitleClipType withLanguage(String value)
- Overrides:
withLanguage
in classTextRenditionType
-
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
- Overrides:
equals
in classTextRenditionType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classTextRenditionType
-
visit
public SubtitleClipType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classTextRenditionType
-
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
- Overrides:
hashCode
in classTextRenditionType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTextRenditionType
-
-