Class StageType

java.lang.Object
ca.phon.syllabifier.basic.io.StageType

public class StageType extends Object

Java class for StageType complex type.

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

 <complexType name="StageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="phonex" type="{https://www.phon.ca/ns/syllabifier}nonEmptyString" maxOccurs="unbounded"/>
         <element name="group" type="{https://www.phon.ca/ns/syllabifier}MarkGroup" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="continueUntilFail" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • StageType

      public StageType()
  • Method Details

    • getPhonex

      public List<String> getPhonex()
      Gets the value of the phonex 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 phonex property.

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

          getPhonex().add(newItem);
       

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

    • getGroup

      public List<MarkGroup> getGroup()
      Gets the value of the group 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 group property.

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

          getGroup().add(newItem);
       

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

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isContinueUntilFail

      public boolean isContinueUntilFail()
      Gets the value of the continueUntilFail property.
      Returns:
      possible object is Boolean
    • setContinueUntilFail

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