public class Glossary 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}comment" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/editorial}term" 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 Comment |
comment |
protected List<Term> |
term |
| Constructor and Description |
|---|
Glossary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
Comment |
getComment()
Gets the value of the comment property.
|
List<Term> |
getTerm()
Gets the value of the term property.
|
boolean |
isSetCode() |
boolean |
isSetComment() |
boolean |
isSetTerm() |
void |
setCode(String value)
Sets the value of the code property.
|
void |
setComment(Comment value)
Sets the value of the comment property.
|
void |
unsetTerm() |
public Comment getComment()
Commentpublic void setComment(Comment value)
value - allowed object is
Commentpublic boolean isSetComment()
public List<Term> getTerm()
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 term property.
For example, to add a new item, do as follows:
getTerm().add(newItem);
Objects of the following type(s) are allowed in the list
Term
public boolean isSetTerm()
public void unsetTerm()
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
Copyright © 2023. All rights reserved.