Class Mw
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMk()
Gets the value of the mk property.getMpfx()
Gets the value of the mpfx property.getPos()
Gets the value of the pos property.getStem()
Gets the value of the stem property.void
setPos
(XmlPosType value) Sets the value of the pos property.void
Sets the value of the stem property.
-
Field Details
-
mpfx
-
pos
-
stem
-
mk
-
-
Constructor Details
-
Mw
public Mw()
-
-
Method Details
-
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
Gets the value of the pos property.- Returns:
- possible object is
XmlPosType
-
setPos
Sets the value of the pos property.- Parameters:
value
- allowed object isXmlPosType
-
getStem
-
setStem
-
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
-