Class TvType

java.lang.Object
ca.phon.session.io.xml.v12.TvType

public class TvType extends Object
Tier visibility

Java class for tvType complex type.

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

 <complexType name="tvType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="tierName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="font" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • tierName

      protected String tierName
    • visible

      protected Boolean visible
    • locked

      protected Boolean locked
    • font

      protected String font
  • Constructor Details

    • TvType

      public TvType()
  • Method Details

    • getTierName

      public String getTierName()
      Gets the value of the tierName property.
      Returns:
      possible object is String
    • setTierName

      public void setTierName(String value)
      Sets the value of the tierName property.
      Parameters:
      value - allowed object is String
    • isVisible

      public Boolean isVisible()
      Gets the value of the visible property.
      Returns:
      possible object is Boolean
    • setVisible

      public void setVisible(Boolean value)
      Sets the value of the visible property.
      Parameters:
      value - allowed object is Boolean
    • isLocked

      public boolean isLocked()
      Gets the value of the locked property.
      Returns:
      possible object is Boolean
    • setLocked

      public void setLocked(Boolean value)
      Sets the value of the locked property.
      Parameters:
      value - allowed object is Boolean
    • 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