Class AlignmentTierType

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

public class AlignmentTierType extends Object
For IPA Target/Actual alignment.

Java class for alignmentTierType complex type.

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

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

  • Constructor Details

    • AlignmentTierType

      public AlignmentTierType()
  • Method Details

    • getAg

      public List<AlignmentType> getAg()
      Gets the value of the ag 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 ag property.

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

          getAg().add(newItem);
       

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

    • getType

      public AlignmentTypeType getType()
      Gets the value of the type property.
      Returns:
      possible object is AlignmentTypeType
    • setType

      public void setType(AlignmentTypeType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is AlignmentTypeType