Class Mwc

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

public class Mwc 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}mw" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Mwc

      public Mwc()
  • 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
    • getMw

      public List<Mw> getMw()
      Gets the value of the mw 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 mw property.

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

          getMw().add(newItem);
       

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