Class GroupTierType
java.lang.Object
ca.phon.session.io.xml.v12.GroupTierType
Basic storage class for grouped tiers.
Java class for groupTierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupTierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://phon.ling.mun.ca/ns/phonbank}tg" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="tierName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTg()Gets the value of the tg property.Gets the value of the tierName property.voidsetTierName(String value) Sets the value of the tierName property.
-
Field Details
-
tg
-
tierName
-
-
Constructor Details
-
GroupTierType
public GroupTierType()
-
-
Method Details
-
getTg
Gets the value of the tg 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 Jakarta XML Binding object. This is why there is not a
setmethod for the tg property.For example, to add a new item, do as follows:
getTg().add(newItem);Objects of the following type(s) are allowed in the list
TgType -
getTierName
-
setTierName
-