Class 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>
     
    • Constructor Detail

      • TermMapSKOS

        public TermMapSKOS()
    • 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.