Class Mw

java.lang.Object
ca.phon.session.io.xml.v2_0.Mw

public class Mw extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{https://phon.ca/ns/session}mpfx" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{https://phon.ca/ns/session}pos"/>
         <element ref="{https://phon.ca/ns/session}stem"/>
         <element ref="{https://phon.ca/ns/session}mk" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Mw

      public Mw()
  • Method Details

    • getMpfx

      public List<Mpfx> getMpfx()
      Gets the value of the mpfx 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 mpfx property.

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

          getMpfx().add(newItem);
       

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

    • getPos

      public XmlPosType getPos()
      Gets the value of the pos property.
      Returns:
      possible object is XmlPosType
    • setPos

      public void setPos(XmlPosType value)
      Sets the value of the pos property.
      Parameters:
      value - allowed object is XmlPosType
    • getStem

      public String getStem()
      Gets the value of the stem property.
      Returns:
      possible object is String
    • setStem

      public void setStem(String value)
      Sets the value of the stem property.
      Parameters:
      value - allowed object is String
    • getMk

      public List<XmlMkType> getMk()
      Gets the value of the mk 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 mk property.

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

          getMk().add(newItem);
       

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