Class IpaTierType

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

public class IpaTierType extends Object
For IPA Target/Actual tiers.

Java class for ipaTierType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ipaTierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}pg" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="form" type="{http://phon.ling.mun.ca/ns/phonbank}phoTypeType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IpaTierType

      public IpaTierType()
  • Method Details

    • getPg

      public List<PhoType> getPg()
      Gets the value of the pg 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 pg property.

      For example, to add a new item, do as follows:

          getPg().add(newItem);
       

      Objects of the following type(s) are allowed in the list PhoType

    • getForm

      public PhoTypeType getForm()
      Gets the value of the form property.
      Returns:
      possible object is PhoTypeType
    • setForm

      public void setForm(PhoTypeType value)
      Sets the value of the form property.
      Parameters:
      value - allowed object is PhoTypeType