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