Package ca.phon.session.io.xml.v12
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
-
Constructor Summary
-
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
Gets the value of the tierName property.- Returns:
- possible object is
String
-
setTierName
Sets the value of the tierName property.- Parameters:
value
- allowed object isString
-
isVisible
Gets the value of the visible property.- Returns:
- possible object is
Boolean
-
setVisible
Sets the value of the visible property.- Parameters:
value
- allowed object isBoolean
-
isLocked
public boolean isLocked()Gets the value of the locked property.- Returns:
- possible object is
Boolean
-
setLocked
Sets the value of the locked property.- Parameters:
value
- allowed object isBoolean
-
getFont
Gets the value of the font property.- Returns:
- possible object is
String
-
setFont
Sets the value of the font property.- Parameters:
value
- allowed object isString
-