public class Term extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openfuxml.org/text}text" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org}paragraph" maxOccurs="unbounded"/>
</sequence>
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected List<Paragraph> |
paragraph |
protected List<Text> |
text |
| Constructor and Description |
|---|
Term() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
List<Paragraph> |
getParagraph()
Gets the value of the paragraph property.
|
List<Text> |
getText()
Gets the value of the text property.
|
boolean |
isSetCode() |
boolean |
isSetParagraph() |
boolean |
isSetText() |
void |
setCode(String value)
Sets the value of the code property.
|
void |
unsetParagraph() |
void |
unsetText() |
protected String code
public List<Text> getText()
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 text property.
For example, to add a new item, do as follows:
getText().add(newItem);
Objects of the following type(s) are allowed in the list
Text
public boolean isSetText()
public void unsetText()
public List<Paragraph> getParagraph()
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 paragraph property.
For example, to add a new item, do as follows:
getParagraph().add(newItem);
Objects of the following type(s) are allowed in the list
Paragraph
public boolean isSetParagraph()
public void unsetParagraph()
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
Copyright © 2023. All rights reserved.