Class GroupType
java.lang.Object
ca.phon.session.io.xml.v12.GroupType
A group.
Java class for groupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://phon.ling.mun.ca/ns/phonbank}w"/>
<element ref="{http://phon.ling.mun.ca/ns/phonbank}com"/>
<element ref="{http://phon.ling.mun.ca/ns/phonbank}e"/>
<element ref="{http://phon.ling.mun.ca/ns/phonbank}chat"/>
<element ref="{http://phon.ling.mun.ca/ns/phonbank}p"/>
<element ref="{http://phon.ling.mun.ca/ns/phonbank}ig"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the wOrComOrE property.
-
Field Details
-
wOrComOrE
-
-
Constructor Details
-
GroupType
public GroupType()
-
-
Method Details
-
getWOrComOrE
Gets the value of the wOrComOrE 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
setmethod for the wOrComOrE property.For example, to add a new item, do as follows:
getWOrComOrE().add(newItem);Objects of the following type(s) are allowed in the list
WordTypeCommentTypeEventTypeChatCodeTypePunctuationTypeInnerGroupMarker
-