Class ConstituentType

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

public class ConstituentType extends Object
Specifies a syllable constituent. The type is one of constituentTypeType. Each constituent can constist of one or more phones identified by zero-based index of the parent phonetic rep.

Java class for constituentType complex type.

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

 <complexType name="constituentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="indexes" use="required" type="{http://phon.ling.mun.ca/ns/phonbank}listOfIntegers" />
       <attribute name="scType" type="{http://phon.ling.mun.ca/ns/phonbank}constituentTypeType" />
       <attribute name="hiatus" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ConstituentType

      public ConstituentType()
  • Method Details

    • getIndexes

      public List<Integer> getIndexes()
      Gets the value of the indexes 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 indexes property.

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

          getIndexes().add(newItem);
       

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

    • getScType

      public ConstituentTypeType getScType()
      Gets the value of the scType property.
      Returns:
      possible object is ConstituentTypeType
    • setScType

      public void setScType(ConstituentTypeType value)
      Sets the value of the scType property.
      Parameters:
      value - allowed object is ConstituentTypeType
    • isHiatus

      public Boolean isHiatus()
      Gets the value of the hiatus property.
      Returns:
      possible object is Boolean
    • setHiatus

      public void setHiatus(Boolean value)
      Sets the value of the hiatus property.
      Parameters:
      value - allowed object is Boolean