Package ca.phon.session.io.xml.v12
Class PhoType
java.lang.Object
ca.phon.session.io.xml.v12.PhoType
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="{http://phon.ling.mun.ca/ns/phonbank}w" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://phon.ling.mun.ca/ns/phonbank}sb" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSb()
Gets the value of the sb property.getW()
Gets the value of the w property.void
setSb
(SyllabificationType value) Sets the value of the sb property.
-
Field Details
-
w
-
sb
-
-
Constructor Details
-
PhoType
public PhoType()
-
-
Method Details
-
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
Gets the value of the sb property.- Returns:
- possible object is
SyllabificationType
-
setSb
Sets the value of the sb property.- Parameters:
value
- allowed object isSyllabificationType
-