public class Piece extends MathBase
Java class for Piece complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Piece"> <complexContent> <extension base="{http://www.w3.org/1998/Math/MathML}MathBase"> <group ref="{http://www.w3.org/1998/Math/MathML}Node" maxOccurs="2" minOccurs="2"/> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<?>> |
node |
Constructor and Description |
---|
Piece() |
Modifier and Type | Method and Description |
---|---|
List<JAXBElement<?>> |
getNode()
Gets the value of the node property.
|
protected List<JAXBElement<?>> node
public List<JAXBElement<?>> getNode()
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 JAXB object.
This is why there is not a set
method for the node property.
For example, to add a new item, do as follows:
getNode().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
MathBase
>
JAXBElement
<
Cn
>
JAXBElement
<
MathBase
>
JAXBElement
<
MathBase
>
JAXBElement
<
Piecewise
>
JAXBElement
<
Csymbol
>
JAXBElement
<
MathBase
>
JAXBElement
<
Ci
>
JAXBElement
<
Apply
>
JAXBElement
<
MathBase
>
JAXBElement
<
MathBase
>
JAXBElement
<
Semantics
>
Copyright © 2018. All rights reserved.