Package ca.phon.session.io.xml.v13
Class FlatTierType
java.lang.Object
ca.phon.session.io.xml.v13.FlatTierType
Basic storage class for flat (non-group) tiers.
Java class for flatTierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="flatTierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="tierName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBasic storage class for flat (non-group) tiers.Gets the value of the tierName property.void
setContent
(String value) Sets the value of the content property.void
setTierName
(String value) Sets the value of the tierName property.
-
Field Details
-
-
tierName
-
-
Constructor Details
-
FlatTierType
public FlatTierType()
-
-
Method Details
-
getContent
Basic storage class for flat (non-group) tiers.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value
- allowed object isString
-
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
-