Class TerminologicalEntrySKOS


  • public class TerminologicalEntrySKOS
    extends java.lang.Object
    The terminological_entry_SKOS class provides terms and definitions for a SKOS ontology.

    Java class for Terminological_Entry_SKOS complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="Terminological_Entry_SKOS">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="identifier" type="{http://pds.nasa.gov/pds4/pds/v1}identifier"/>
             <element name="registration_authority" type="{http://pds.nasa.gov/pds4/pds/v1}registration_authority" minOccurs="0"/>
             <element name="namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}namespace_id"/>
             <element name="steward_id" type="{http://pds.nasa.gov/pds4/pds/v1}steward_id"/>
             <element name="title" type="{http://pds.nasa.gov/pds4/pds/v1}title"/>
             <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/>
             <element name="referenced_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}referenced_identifier" minOccurs="0"/>
             <element name="skos_relation_name" type="{http://pds.nasa.gov/pds4/pds/v1}skos_relation_name"/>
             <element name="model_object_id" type="{http://pds.nasa.gov/pds4/pds/v1}model_object_id" minOccurs="0"/>
             <element name="model_object_type" type="{http://pds.nasa.gov/pds4/pds/v1}model_object_type"/>
             <element name="instance_id" type="{http://pds.nasa.gov/pds4/pds/v1}instance_id" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getIdentifier()
      Gets the value of the identifier property.
      java.lang.String getInstanceId()
      Gets the value of the instanceId property.
      java.lang.String getModelObjectId()
      Gets the value of the modelObjectId property.
      java.lang.String getModelObjectType()
      Gets the value of the modelObjectType property.
      java.lang.String getNamespaceId()
      Gets the value of the namespaceId property.
      java.lang.String getReferencedIdentifier()
      Gets the value of the referencedIdentifier property.
      java.lang.String getRegistrationAuthority()
      Gets the value of the registrationAuthority property.
      java.lang.String getSkosRelationName()
      Gets the value of the skosRelationName property.
      java.lang.String getStewardId()
      Gets the value of the stewardId property.
      java.lang.String getTitle()
      Gets the value of the title property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setIdentifier​(java.lang.String value)
      Sets the value of the identifier property.
      void setInstanceId​(java.lang.String value)
      Sets the value of the instanceId property.
      void setModelObjectId​(java.lang.String value)
      Sets the value of the modelObjectId property.
      void setModelObjectType​(java.lang.String value)
      Sets the value of the modelObjectType property.
      void setNamespaceId​(java.lang.String value)
      Sets the value of the namespaceId property.
      void setReferencedIdentifier​(java.lang.String value)
      Sets the value of the referencedIdentifier property.
      void setRegistrationAuthority​(java.lang.String value)
      Sets the value of the registrationAuthority property.
      void setSkosRelationName​(java.lang.String value)
      Sets the value of the skosRelationName property.
      void setStewardId​(java.lang.String value)
      Sets the value of the stewardId property.
      void setTitle​(java.lang.String value)
      Sets the value of the title property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • identifier

        protected java.lang.String identifier
      • registrationAuthority

        protected java.lang.String registrationAuthority
      • namespaceId

        protected java.lang.String namespaceId
      • stewardId

        protected java.lang.String stewardId
      • title

        protected java.lang.String title
      • description

        protected java.lang.String description
      • referencedIdentifier

        protected java.lang.String referencedIdentifier
      • skosRelationName

        protected java.lang.String skosRelationName
      • modelObjectId

        protected java.lang.String modelObjectId
      • modelObjectType

        protected java.lang.String modelObjectType
      • instanceId

        protected java.lang.String instanceId
    • Constructor Detail

      • TerminologicalEntrySKOS

        public TerminologicalEntrySKOS()
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
        Gets the value of the identifier property.
        Returns:
        possible object is String
      • setIdentifier

        public void setIdentifier​(java.lang.String value)
        Sets the value of the identifier property.
        Parameters:
        value - allowed object is String
      • getRegistrationAuthority

        public java.lang.String getRegistrationAuthority()
        Gets the value of the registrationAuthority property.
        Returns:
        possible object is String
      • setRegistrationAuthority

        public void setRegistrationAuthority​(java.lang.String value)
        Sets the value of the registrationAuthority property.
        Parameters:
        value - allowed object is String
      • getNamespaceId

        public java.lang.String getNamespaceId()
        Gets the value of the namespaceId property.
        Returns:
        possible object is String
      • setNamespaceId

        public void setNamespaceId​(java.lang.String value)
        Sets the value of the namespaceId property.
        Parameters:
        value - allowed object is String
      • getStewardId

        public java.lang.String getStewardId()
        Gets the value of the stewardId property.
        Returns:
        possible object is String
      • setStewardId

        public void setStewardId​(java.lang.String value)
        Sets the value of the stewardId property.
        Parameters:
        value - allowed object is String
      • getTitle

        public java.lang.String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(java.lang.String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getReferencedIdentifier

        public java.lang.String getReferencedIdentifier()
        Gets the value of the referencedIdentifier property.
        Returns:
        possible object is String
      • setReferencedIdentifier

        public void setReferencedIdentifier​(java.lang.String value)
        Sets the value of the referencedIdentifier property.
        Parameters:
        value - allowed object is String
      • getSkosRelationName

        public java.lang.String getSkosRelationName()
        Gets the value of the skosRelationName property.
        Returns:
        possible object is String
      • setSkosRelationName

        public void setSkosRelationName​(java.lang.String value)
        Sets the value of the skosRelationName property.
        Parameters:
        value - allowed object is String
      • getModelObjectId

        public java.lang.String getModelObjectId()
        Gets the value of the modelObjectId property.
        Returns:
        possible object is String
      • setModelObjectId

        public void setModelObjectId​(java.lang.String value)
        Sets the value of the modelObjectId property.
        Parameters:
        value - allowed object is String
      • getModelObjectType

        public java.lang.String getModelObjectType()
        Gets the value of the modelObjectType property.
        Returns:
        possible object is String
      • setModelObjectType

        public void setModelObjectType​(java.lang.String value)
        Sets the value of the modelObjectType property.
        Parameters:
        value - allowed object is String
      • getInstanceId

        public java.lang.String getInstanceId()
        Gets the value of the instanceId property.
        Returns:
        possible object is String
      • setInstanceId

        public void setInstanceId​(java.lang.String value)
        Sets the value of the instanceId property.
        Parameters:
        value - allowed object is String