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