Package com.vidispine.generated
Class SubtitleClipType
java.lang.Object
com.vidispine.generated.TextRenditionType
com.vidispine.generated.SubtitleClipType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
public class SubtitleClipType
extends TextRenditionType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) intgetId()Gets the value of the id property.longGets the value of the length property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanisSetId()booleanvoidsetId(int value) Sets the value of the id property.voidsetLength(long value) Sets the value of the length property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withA(short value) Sets the value of the a property.Sets the value of the align property.withB(short value) Sets the value of the b property.Sets the value of the font property.withG(short value) Sets the value of the g property.withHorizontalBase(String value) Sets the value of the horizontalBase property.withId(int value) Sets the value of the id property.withLanguage(String value) Sets the value of the language property.withLength(long value) Sets the value of the length property.Adds objects to the list of Line using add methodwithLine(Collection<String> values) Adds objects to the list of Line using addAll methodwithOutline(String value) Sets the value of the outline property.withOutlineA(short value) Sets the value of the outlineA property.withOutlineB(short value) Sets the value of the outlineB property.withOutlineG(short value) Sets the value of the outlineG property.withOutlineR(short value) Sets the value of the outlineR property.withOutlineSize(long value) Sets the value of the outlineSize property.withR(short value) Sets the value of the r property.withSize(long value) Sets the value of the size property.withSizeRel(double value) Sets the value of the sizeRel property.withVerticalBase(String value) Sets the value of the verticalBase property.withX(int value) Sets the value of the x property.withXRel(double value) Sets the value of the xRel property.withY(int value) Sets the value of the y property.withYRel(double value) Sets the value of the yRel property.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
-
Field Details
-
id
protected int id -
length
protected long length
-
-
Constructor Details
-
SubtitleClipType
public SubtitleClipType()
-
-
Method Details
-
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
- Overrides:
clonein classTextRenditionType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTextRenditionType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTextRenditionType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classTextRenditionType
-
withId
Sets the value of the id property.- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withLength
Sets the value of the length property.- Parameters:
value- allowed object is long- Returns:
- The class instance
-
withLine
Adds objects to the list of Line using add method- Overrides:
withLinein classTextRenditionType- Parameters:
values- objects to add to the list Line- Returns:
- The class instance
-
withLine
Adds objects to the list of Line using addAll method- Overrides:
withLinein classTextRenditionType- Parameters:
values- objects to add to the list Line- Returns:
- The class instance
-
withAlign
Sets the value of the align property.- Overrides:
withAlignin classTextRenditionType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withX
Sets the value of the x property.- Overrides:
withXin classTextRenditionType- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withY
Sets the value of the y property.- Overrides:
withYin classTextRenditionType- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withXRel
Sets the value of the xRel property.- Overrides:
withXRelin classTextRenditionType- Parameters:
value- allowed object is double- Returns:
- The class instance
-
withYRel
Sets the value of the yRel property.- Overrides:
withYRelin classTextRenditionType- Parameters:
value- allowed object is double- Returns:
- The class instance
-
withHorizontalBase
Sets the value of the horizontalBase property.- Overrides:
withHorizontalBasein classTextRenditionType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withVerticalBase
Sets the value of the verticalBase property.- Overrides:
withVerticalBasein classTextRenditionType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withFont
Sets the value of the font property.- Overrides:
withFontin classTextRenditionType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSize
Sets the value of the size property.- Overrides:
withSizein classTextRenditionType- Parameters:
value- allowed object is long- Returns:
- The class instance
-
withSizeRel
Sets the value of the sizeRel property.- Overrides:
withSizeRelin classTextRenditionType- Parameters:
value- allowed object is double- Returns:
- The class instance
-
withR
Sets the value of the r property.- Overrides:
withRin classTextRenditionType- Parameters:
value- allowed object is short- Returns:
- The class instance
-
withG
Sets the value of the g property.- Overrides:
withGin classTextRenditionType- Parameters:
value- allowed object is short- Returns:
- The class instance
-
withB
Sets the value of the b property.- Overrides:
withBin classTextRenditionType- Parameters:
value- allowed object is short- Returns:
- The class instance
-
withA
Sets the value of the a property.- Overrides:
withAin classTextRenditionType- Parameters:
value- allowed object is short- Returns:
- The class instance
-
withOutline
Sets the value of the outline property.- Overrides:
withOutlinein classTextRenditionType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withOutlineSize
Sets the value of the outlineSize property.- Overrides:
withOutlineSizein classTextRenditionType- Parameters:
value- allowed object is long- Returns:
- The class instance
-
withOutlineR
Sets the value of the outlineR property.- Overrides:
withOutlineRin classTextRenditionType- Parameters:
value- allowed object is short- Returns:
- The class instance
-
withOutlineG
Sets the value of the outlineG property.- Overrides:
withOutlineGin classTextRenditionType- Parameters:
value- allowed object is short- Returns:
- The class instance
-
withOutlineB
Sets the value of the outlineB property.- Overrides:
withOutlineBin classTextRenditionType- Parameters:
value- allowed object is short- Returns:
- The class instance
-
withOutlineA
Sets the value of the outlineA property.- Overrides:
withOutlineAin classTextRenditionType- Parameters:
value- allowed object is short- Returns:
- The class instance
-
withLanguage
Sets the value of the language property.- Overrides:
withLanguagein classTextRenditionType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classTextRenditionType
-
equals
- Overrides:
equalsin classTextRenditionType
-
visit
- Overrides:
visitin classTextRenditionType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classTextRenditionType
-
hashCode
public int hashCode()- Overrides:
hashCodein classTextRenditionType
-
toString
- Overrides:
toStringin classTextRenditionType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classTextRenditionType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classTextRenditionType
-