Class TvType
java.lang.Object
ca.phon.session.io.xml.v12.TvType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFont()
Gets the value of the font property.Gets the value of the tierName property.boolean
isLocked()
Gets the value of the locked property.Gets the value of the visible property.void
Sets the value of the font property.void
Sets the value of the locked property.void
setTierName
(String value) Sets the value of the tierName property.void
setVisible
(Boolean value) Sets the value of the visible property.
-
Field Details
-
tierName
-
visible
-
locked
-
font
-
-
Constructor Details
-
TvType
public TvType()
-
-
Method Details
-
getTierName
-
setTierName
-
isVisible
-
setVisible
-
isLocked
public boolean isLocked()Gets the value of the locked property.- Returns:
- possible object is
Boolean
-
setLocked
-
getFont
-
setFont
-