Package ca.phon.session.io.xml.v13
Class OrthographyType
java.lang.Object
ca.phon.session.io.xml.v13.OrthographyType
The main line transcription.
Java class for orthographyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="orthographyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element ref="{https://phon.ca/ns/phonbank}w" maxOccurs="unbounded" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}g" maxOccurs="unbounded" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}p" maxOccurs="unbounded" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}com" maxOccurs="0" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}chat" maxOccurs="0" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}e"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the wOrGOrP property.
-
Field Details
-
wOrGOrP
-
-
Constructor Details
-
OrthographyType
public OrthographyType()
-
-
Method Details
-
getWOrGOrP
Gets the value of the wOrGOrP 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 wOrGOrP property.For example, to add a new item, do as follows:
getWOrGOrP().add(newItem);
Objects of the following type(s) are allowed in the list
WordType
GroupType
PunctuationType
CommentType
ChatCodeType
EventType
-