Class AlignmentType

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

public class AlignmentType extends Object
This type represents the alignment of two phonetic representations.

Java class for alignmentType complex type.

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

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

    • phomap

      protected List<MappingType> phomap
    • length

      protected int length
  • Constructor Details

    • AlignmentType

      public AlignmentType()
  • Method Details

    • getPhomap

      public List<MappingType> getPhomap()
      Gets the value of the phomap 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 phomap property.

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

          getPhomap().add(newItem);
       

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

    • getLength

      public int getLength()
      Gets the value of the length property.
    • setLength

      public void setLength(int value)
      Sets the value of the length property.