Class OrthographyType

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

public class OrthographyType extends Object
The main line transcription.

Java class for orthographyType complex type.

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

 <complexType name="orthographyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}w" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}g" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}p" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}com" maxOccurs="0" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}chat" maxOccurs="0" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}e"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OrthographyType

      public OrthographyType()
  • Method Details

    • getWOrGOrP

      public List<Object> getWOrGOrP()
      Gets the value of the wOrGOrP 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 wOrGOrP property.

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

          getWOrGOrP().add(newItem);
       

      Objects of the following type(s) are allowed in the list WordType GroupType PunctuationType CommentType ChatCodeType EventType