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