Class MarkGroup

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

public class MarkGroup extends Object

Java class for MarkGroup complex type.

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

 <complexType name="MarkGroup">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{https://www.phon.ca/ns/syllabifier}nonEmptyString" />
       <attribute name="mark" use="required" type="{https://www.phon.ca/ns/syllabifier}ConstituentType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MarkGroup

      public MarkGroup()
  • Method Details

    • 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
    • getMark

      public ConstituentType getMark()
      Gets the value of the mark property.
      Returns:
      possible object is ConstituentType
    • setMark

      public void setMark(ConstituentType value)
      Sets the value of the mark property.
      Parameters:
      value - allowed object is ConstituentType