Class Mwc
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMpfx()
Gets the value of the mpfx property.getMw()
Gets the value of the mw property.getPos()
Gets the value of the pos property.void
setPos
(XmlPosType value) Sets the value of the pos property.
-
Field Details
-
mpfx
-
pos
-
mw
-
-
Constructor Details
-
Mwc
public Mwc()
-
-
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
-
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
-