Class SonorityValues

java.lang.Object
ca.phon.syllabifier.basic.io.SonorityValues

public class SonorityValues extends Object

Java class for SonorityValues complex type.

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

 <complexType name="SonorityValues">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element name="SonorityClass">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="phonex" type="{https://www.phon.ca/ns/syllabifier}nonEmptyString" maxOccurs="unbounded"/>
                   <element name="sonorityValue" type="{http://www.w3.org/2001/XMLSchema}int"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SonorityValues

      public SonorityValues()
  • Method Details

    • getSonorityClass

      public List<SonorityValues.SonorityClass> getSonorityClass()
      Gets the value of the sonorityClass 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 sonorityClass property.

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

          getSonorityClass().add(newItem);
       

      Objects of the following type(s) are allowed in the list SonorityValues.SonorityClass