public class AnnotationXml extends Object
Java class for Annotation-xml complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Annotation-xml"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <any processContents='skip'/> </sequence> <attGroup ref="{http://www.w3.org/1998/Math/MathML}AnnotationAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Element> |
any |
protected List<String> |
clazz |
protected String |
encoding |
protected String |
id |
protected String |
style |
Constructor and Description |
---|
AnnotationXml() |
Modifier and Type | Method and Description |
---|---|
List<Element> |
getAny()
Gets the value of the any property.
|
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.
|
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.
|
public List<Element> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
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.