Package ca.phon.session.io.xml.v13
Class GroupType
java.lang.Object
ca.phon.session.io.xml.v13.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="{https://phon.ca/ns/phonbank}w"/> <element ref="{https://phon.ca/ns/phonbank}com"/> <element ref="{https://phon.ca/ns/phonbank}e"/> <element ref="{https://phon.ca/ns/phonbank}chat"/> <element ref="{https://phon.ca/ns/phonbank}p"/> <element ref="{https://phon.ca/ns/phonbank}ig"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
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
set
method 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
WordType
CommentType
EventType
ChatCodeType
PunctuationType
InnerGroupMarker
-