public class Csymbol extends Object
Java class for Csymbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Csymbol">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attGroup ref="{http://www.w3.org/1998/Math/MathML}MathAttributes"/>
<attribute name="encoding" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="text" />
<attribute name="definitionURL" use="required" type="{http://www.w3.org/1998/Math/MathML}CsymbolURI" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
clazz |
protected CsymbolURI |
definitionURL |
protected String |
encoding |
protected String |
id |
protected String |
style |
protected String |
value |
| Constructor and Description |
|---|
Csymbol() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getClazz()
Gets the value of the clazz property.
|
CsymbolURI |
getDefinitionURL()
Gets the value of the definitionURL property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
String |
getId()
Gets the value of the id property.
|
String |
getStyle()
Gets the value of the style property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDefinitionURL(CsymbolURI value)
Sets the value of the definitionURL property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String encoding
protected CsymbolURI definitionURL
protected String style
protected String id
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic CsymbolURI getDefinitionURL()
CsymbolURIpublic void setDefinitionURL(CsymbolURI value)
value - allowed object is
CsymbolURIpublic 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.