Package gov.nasa.arc.pds.xml.generated
Class TermMapSKOS
- java.lang.Object
-
- gov.nasa.arc.pds.xml.generated.TermMapSKOS
-
public class TermMapSKOS extends java.lang.Object
TheTerm_Map_SKOS class is used to collect a set of terms and definitions for a SKOS ontology.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<TerminologicalEntrySKOS>
terminologicalEntrySKOs
-
Constructor Summary
Constructors Constructor Description TermMapSKOS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TerminologicalEntrySKOS>
getTerminologicalEntrySKOs()
Gets the value of the terminologicalEntrySKOs property.
-
-
-
Field Detail
-
terminologicalEntrySKOs
protected java.util.List<TerminologicalEntrySKOS> terminologicalEntrySKOs
-
-
Method Detail
-
getTerminologicalEntrySKOs
public java.util.List<TerminologicalEntrySKOS> getTerminologicalEntrySKOs()
Gets the value of the terminologicalEntrySKOs property.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
- Returns:
- The value of the terminologicalEntrySKOs property.
-
-