Class GroupTierType

java.lang.Object
ca.phon.session.io.xml.v12.GroupTierType

public class GroupTierType extends Object
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 Details

  • Constructor Details

    • GroupTierType

      public GroupTierType()
  • Method Details

    • getTg

      public List<TgType> 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

      public String getTierName()
      Gets the value of the tierName property.
      Returns:
      possible object is String
    • setTierName

      public void setTierName(String value)
      Sets the value of the tierName property.
      Parameters:
      value - allowed object is String