public class TermMapSKOS extends Object
Java class for Term_Map_SKOS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Term_Map_SKOS">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Terminological_Entry_SKOS" type="{http://pds.nasa.gov/pds4/pds/v1}Terminological_Entry_SKOS" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TerminologicalEntrySKOS> |
terminologicalEntrySKOs |
| Constructor and Description |
|---|
TermMapSKOS() |
| Modifier and Type | Method and Description |
|---|---|
List<TerminologicalEntrySKOS> |
getTerminologicalEntrySKOs()
Gets the value of the terminologicalEntrySKOs property.
|
protected List<TerminologicalEntrySKOS> terminologicalEntrySKOs
public List<TerminologicalEntrySKOS> getTerminologicalEntrySKOs()
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 terminologicalEntrySKOs property.
For example, to add a new item, do as follows:
getTerminologicalEntrySKOs().add(newItem);
Objects of the following type(s) are allowed in the list
TerminologicalEntrySKOS
Copyright © 2020. All rights reserved.