Class GroupType

java.lang.Object
ca.phon.session.io.xml.v12.GroupType

public class GroupType extends Object
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 Details

  • Constructor Details

    • GroupType

      public GroupType()
  • Method Details

    • getWOrComOrE

      public List<Object> 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