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) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) int
getId()
Gets the value of the id property.long
Gets the value of the length property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isSetId()
boolean
void
setId
(int value) Sets the value of the id property.void
setLength
(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:
clone
in classTextRenditionType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classTextRenditionType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classTextRenditionType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in 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:
withLine
in 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:
withLine
in classTextRenditionType
- Parameters:
values
- objects to add to the list Line- Returns:
- The class instance
-
withAlign
Sets the value of the align property.- Overrides:
withAlign
in classTextRenditionType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withX
Sets the value of the x property.- Overrides:
withX
in classTextRenditionType
- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withY
Sets the value of the y property.- Overrides:
withY
in classTextRenditionType
- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withXRel
Sets the value of the xRel property.- Overrides:
withXRel
in classTextRenditionType
- Parameters:
value
- allowed object is double- Returns:
- The class instance
-
withYRel
Sets the value of the yRel property.- Overrides:
withYRel
in classTextRenditionType
- Parameters:
value
- allowed object is double- Returns:
- The class instance
-
withHorizontalBase
Sets the value of the horizontalBase property.- Overrides:
withHorizontalBase
in classTextRenditionType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withVerticalBase
Sets the value of the verticalBase property.- Overrides:
withVerticalBase
in classTextRenditionType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withFont
Sets the value of the font property.- Overrides:
withFont
in classTextRenditionType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSize
Sets the value of the size property.- Overrides:
withSize
in classTextRenditionType
- Parameters:
value
- allowed object is long- Returns:
- The class instance
-
withSizeRel
Sets the value of the sizeRel property.- Overrides:
withSizeRel
in classTextRenditionType
- Parameters:
value
- allowed object is double- Returns:
- The class instance
-
withR
Sets the value of the r property.- Overrides:
withR
in classTextRenditionType
- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withG
Sets the value of the g property.- Overrides:
withG
in classTextRenditionType
- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withB
Sets the value of the b property.- Overrides:
withB
in classTextRenditionType
- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withA
Sets the value of the a property.- Overrides:
withA
in classTextRenditionType
- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withOutline
Sets the value of the outline property.- Overrides:
withOutline
in classTextRenditionType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withOutlineSize
Sets the value of the outlineSize property.- Overrides:
withOutlineSize
in classTextRenditionType
- Parameters:
value
- allowed object is long- Returns:
- The class instance
-
withOutlineR
Sets the value of the outlineR property.- Overrides:
withOutlineR
in classTextRenditionType
- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withOutlineG
Sets the value of the outlineG property.- Overrides:
withOutlineG
in classTextRenditionType
- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withOutlineB
Sets the value of the outlineB property.- Overrides:
withOutlineB
in classTextRenditionType
- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withOutlineA
Sets the value of the outlineA property.- Overrides:
withOutlineA
in classTextRenditionType
- Parameters:
value
- allowed object is short- Returns:
- The class instance
-
withLanguage
Sets the value of the language property.- Overrides:
withLanguage
in 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:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classTextRenditionType
-
equals
- Overrides:
equals
in classTextRenditionType
-
visit
- Overrides:
visit
in classTextRenditionType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classTextRenditionType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTextRenditionType
-
toString
- Overrides:
toString
in classTextRenditionType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classTextRenditionType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classTextRenditionType
-