Package ca.phon.syllabifier.basic.io
Class SonorityValues
java.lang.Object
ca.phon.syllabifier.basic.io.SonorityValues
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>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sonorityClass property.
-
Field Details
-
sonorityClass
-
-
Constructor Details
-
SonorityValues
public SonorityValues()
-
-
Method Details
-
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
-