Class TextRenditionType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
    Direct Known Subclasses:
    SubtitleClipType

    public class TextRenditionType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for TextRenditionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TextRenditionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="line" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="align" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="y" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="xRel" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="yRel" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="horizontalBase" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="verticalBase" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="font" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="sizeRel" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="r" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="g" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="b" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="a" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="outline" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="outlineSize" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="outlineR" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="outlineG" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="outlineB" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="outlineA" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TextRenditionType

        public TextRenditionType()
    • Method Detail

      • getLine

        public List<String> getLine()
        Gets the value of the line property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the line property.

        For example, to add a new item, do as follows:

            getLine().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • isSetLine

        public boolean isSetLine()
      • unsetLine

        public void unsetLine()
      • getAlign

        public String getAlign()
        Gets the value of the align property.
        Returns:
        possible object is String
      • setAlign

        public void setAlign​(String value)
        Sets the value of the align property.
        Parameters:
        value - allowed object is String
      • isSetAlign

        public boolean isSetAlign()
      • getX

        public int getX()
        Gets the value of the x property.
        Returns:
        possible object is Integer
      • setX

        public void setX​(int value)
        Sets the value of the x property.
        Parameters:
        value - allowed object is Integer
      • isSetX

        public boolean isSetX()
      • unsetX

        public void unsetX()
      • getY

        public int getY()
        Gets the value of the y property.
        Returns:
        possible object is Integer
      • setY

        public void setY​(int value)
        Sets the value of the y property.
        Parameters:
        value - allowed object is Integer
      • isSetY

        public boolean isSetY()
      • unsetY

        public void unsetY()
      • getXRel

        public double getXRel()
        Gets the value of the xRel property.
        Returns:
        possible object is Double
      • setXRel

        public void setXRel​(double value)
        Sets the value of the xRel property.
        Parameters:
        value - allowed object is Double
      • isSetXRel

        public boolean isSetXRel()
      • unsetXRel

        public void unsetXRel()
      • getYRel

        public double getYRel()
        Gets the value of the yRel property.
        Returns:
        possible object is Double
      • setYRel

        public void setYRel​(double value)
        Sets the value of the yRel property.
        Parameters:
        value - allowed object is Double
      • isSetYRel

        public boolean isSetYRel()
      • unsetYRel

        public void unsetYRel()
      • getHorizontalBase

        public String getHorizontalBase()
        Gets the value of the horizontalBase property.
        Returns:
        possible object is String
      • setHorizontalBase

        public void setHorizontalBase​(String value)
        Sets the value of the horizontalBase property.
        Parameters:
        value - allowed object is String
      • isSetHorizontalBase

        public boolean isSetHorizontalBase()
      • getVerticalBase

        public String getVerticalBase()
        Gets the value of the verticalBase property.
        Returns:
        possible object is String
      • setVerticalBase

        public void setVerticalBase​(String value)
        Sets the value of the verticalBase property.
        Parameters:
        value - allowed object is String
      • isSetVerticalBase

        public boolean isSetVerticalBase()
      • getFont

        public String getFont()
        Gets the value of the font property.
        Returns:
        possible object is String
      • setFont

        public void setFont​(String value)
        Sets the value of the font property.
        Parameters:
        value - allowed object is String
      • isSetFont

        public boolean isSetFont()
      • getSize

        public long getSize()
        Gets the value of the size property.
        Returns:
        possible object is Long
      • setSize

        public void setSize​(long value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is Long
      • isSetSize

        public boolean isSetSize()
      • unsetSize

        public void unsetSize()
      • getSizeRel

        public double getSizeRel()
        Gets the value of the sizeRel property.
        Returns:
        possible object is Double
      • setSizeRel

        public void setSizeRel​(double value)
        Sets the value of the sizeRel property.
        Parameters:
        value - allowed object is Double
      • isSetSizeRel

        public boolean isSetSizeRel()
      • unsetSizeRel

        public void unsetSizeRel()
      • getR

        public short getR()
        Gets the value of the r property.
        Returns:
        possible object is Short
      • setR

        public void setR​(short value)
        Sets the value of the r property.
        Parameters:
        value - allowed object is Short
      • isSetR

        public boolean isSetR()
      • unsetR

        public void unsetR()
      • getG

        public short getG()
        Gets the value of the g property.
        Returns:
        possible object is Short
      • setG

        public void setG​(short value)
        Sets the value of the g property.
        Parameters:
        value - allowed object is Short
      • isSetG

        public boolean isSetG()
      • unsetG

        public void unsetG()
      • getB

        public short getB()
        Gets the value of the b property.
        Returns:
        possible object is Short
      • setB

        public void setB​(short value)
        Sets the value of the b property.
        Parameters:
        value - allowed object is Short
      • isSetB

        public boolean isSetB()
      • unsetB

        public void unsetB()
      • getA

        public short getA()
        Gets the value of the a property.
        Returns:
        possible object is Short
      • setA

        public void setA​(short value)
        Sets the value of the a property.
        Parameters:
        value - allowed object is Short
      • isSetA

        public boolean isSetA()
      • unsetA

        public void unsetA()
      • getOutline

        public String getOutline()
        Gets the value of the outline property.
        Returns:
        possible object is String
      • setOutline

        public void setOutline​(String value)
        Sets the value of the outline property.
        Parameters:
        value - allowed object is String
      • isSetOutline

        public boolean isSetOutline()
      • getOutlineSize

        public long getOutlineSize()
        Gets the value of the outlineSize property.
        Returns:
        possible object is Long
      • setOutlineSize

        public void setOutlineSize​(long value)
        Sets the value of the outlineSize property.
        Parameters:
        value - allowed object is Long
      • isSetOutlineSize

        public boolean isSetOutlineSize()
      • unsetOutlineSize

        public void unsetOutlineSize()
      • getOutlineR

        public short getOutlineR()
        Gets the value of the outlineR property.
        Returns:
        possible object is Short
      • setOutlineR

        public void setOutlineR​(short value)
        Sets the value of the outlineR property.
        Parameters:
        value - allowed object is Short
      • isSetOutlineR

        public boolean isSetOutlineR()
      • unsetOutlineR

        public void unsetOutlineR()
      • getOutlineG

        public short getOutlineG()
        Gets the value of the outlineG property.
        Returns:
        possible object is Short
      • setOutlineG

        public void setOutlineG​(short value)
        Sets the value of the outlineG property.
        Parameters:
        value - allowed object is Short
      • isSetOutlineG

        public boolean isSetOutlineG()
      • unsetOutlineG

        public void unsetOutlineG()
      • getOutlineB

        public short getOutlineB()
        Gets the value of the outlineB property.
        Returns:
        possible object is Short
      • setOutlineB

        public void setOutlineB​(short value)
        Sets the value of the outlineB property.
        Parameters:
        value - allowed object is Short
      • isSetOutlineB

        public boolean isSetOutlineB()
      • unsetOutlineB

        public void unsetOutlineB()
      • getOutlineA

        public short getOutlineA()
        Gets the value of the outlineA property.
        Returns:
        possible object is Short
      • setOutlineA

        public void setOutlineA​(short value)
        Sets the value of the outlineA property.
        Parameters:
        value - allowed object is Short
      • isSetOutlineA

        public boolean isSetOutlineA()
      • unsetOutlineA

        public void unsetOutlineA()
      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • isSetLanguage

        public boolean isSetLanguage()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public TextRenditionType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object