public class MathBase extends Object
Java class for MathBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MathBase"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.w3.org/1998/Math/MathML}MathAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
clazz |
protected String |
id |
protected String |
style |
Constructor and Description |
---|
MathBase() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getClazz()
Gets the value of the clazz property.
|
String |
getId()
Gets the value of the id property.
|
String |
getStyle()
Gets the value of the style property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
public List<String> getClazz()
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 clazz property.
For example, to add a new item, do as follows:
getClazz().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getStyle()
String
public void setStyle(String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.