Class GroupSegment

java.lang.Object
ca.phon.session.io.xml.v13.GroupSegment

public class GroupSegment extends Object
normalized end time for groups in record

Java class for groupSegment complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="groupSegment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{https://phon.ca/ns/phonbank}wseg" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="mark" use="required" type="{https://phon.ca/ns/phonbank}normalizedValue" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GroupSegment

      public GroupSegment()
  • Method Details

    • getWseg

      public List<WordSegment> getWseg()
      Gets the value of the wseg 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 wseg property.

      For example, to add a new item, do as follows:

          getWseg().add(newItem);
       

      Objects of the following type(s) are allowed in the list WordSegment

    • getMark

      public float getMark()
      Gets the value of the mark property.
    • setMark

      public void setMark(float value)
      Sets the value of the mark property.