Package ca.phon.session.io.xml.v13
Class GroupTierType
java.lang.Object
ca.phon.session.io.xml.v13.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="{https://phon.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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTg()
Gets the value of the tg property.Gets the value of the tierName property.void
setTierName
(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
set
method 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
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
-