Class PhoType

java.lang.Object
ca.phon.session.io.xml.v13.PhoType

public class PhoType extends Object
Phonetic transcriptions of orthographic forms.

Java class for phoType complex type.

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

 <complexType name="phoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{https://phon.ca/ns/phonbank}w" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{https://phon.ca/ns/phonbank}sb" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PhoType

      public PhoType()
  • Method Details

    • getW

      public List<WordType> getW()
      Gets the value of the w 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 w property.

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

          getW().add(newItem);
       

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

    • getSb

      public SyllabificationType getSb()
      Gets the value of the sb property.
      Returns:
      possible object is SyllabificationType
    • setSb

      public void setSb(SyllabificationType value)
      Sets the value of the sb property.
      Parameters:
      value - allowed object is SyllabificationType