Package ca.phon.syllabifier.basic.io
Class SonorityValues.SonorityClass
java.lang.Object
ca.phon.syllabifier.basic.io.SonorityValues.SonorityClass
- Enclosing class:
SonorityValues
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the phonex property.int
Gets the value of the sonorityValue property.void
setSonorityValue
(int value) Sets the value of the sonorityValue property.
-
Field Details
-
phonex
-
sonorityValue
protected int sonorityValue
-
-
Constructor Details
-
SonorityClass
public SonorityClass()
-
-
Method Details
-
getPhonex
Gets the value of the phonex 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 phonex property.For example, to add a new item, do as follows:
getPhonex().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getSonorityValue
public int getSonorityValue()Gets the value of the sonorityValue property. -
setSonorityValue
public void setSonorityValue(int value) Sets the value of the sonorityValue property.
-