Package gov.nasa.arc.pds.xml.generated
Class TerminologicalEntrySKOS
java.lang.Object
gov.nasa.arc.pds.xml.generated.TerminologicalEntrySKOS
public class TerminologicalEntrySKOS extends 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>
 - 
Field SummaryFields Modifier and Type Field Description protected Stringdescriptionprotected Stringidentifierprotected StringinstanceIdprotected StringmodelObjectIdprotected StringmodelObjectTypeprotected StringnamespaceIdprotected StringreferencedIdentifierprotected StringregistrationAuthorityprotected StringskosRelationNameprotected StringstewardIdprotected Stringtitle
- 
Constructor SummaryConstructors Constructor Description TerminologicalEntrySKOS()
- 
Method SummaryModifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetIdentifier()Gets the value of the identifier property.StringgetInstanceId()Gets the value of the instanceId property.StringgetModelObjectId()Gets the value of the modelObjectId property.StringgetModelObjectType()Gets the value of the modelObjectType property.StringgetNamespaceId()Gets the value of the namespaceId property.StringgetReferencedIdentifier()Gets the value of the referencedIdentifier property.StringgetRegistrationAuthority()Gets the value of the registrationAuthority property.StringgetSkosRelationName()Gets the value of the skosRelationName property.StringgetStewardId()Gets the value of the stewardId property.StringgetTitle()Gets the value of the title property.voidsetDescription(String value)Sets the value of the description property.voidsetIdentifier(String value)Sets the value of the identifier property.voidsetInstanceId(String value)Sets the value of the instanceId property.voidsetModelObjectId(String value)Sets the value of the modelObjectId property.voidsetModelObjectType(String value)Sets the value of the modelObjectType property.voidsetNamespaceId(String value)Sets the value of the namespaceId property.voidsetReferencedIdentifier(String value)Sets the value of the referencedIdentifier property.voidsetRegistrationAuthority(String value)Sets the value of the registrationAuthority property.voidsetSkosRelationName(String value)Sets the value of the skosRelationName property.voidsetStewardId(String value)Sets the value of the stewardId property.voidsetTitle(String value)Sets the value of the title property.
- 
Field Details- 
identifier
- 
registrationAuthority
- 
namespaceId
- 
stewardId
- 
title
- 
description
- 
referencedIdentifier
- 
skosRelationName
- 
modelObjectId
- 
modelObjectType
- 
instanceId
 
- 
- 
Constructor Details- 
TerminologicalEntrySKOSpublic TerminologicalEntrySKOS()
 
- 
- 
Method Details- 
getIdentifierGets the value of the identifier property.- Returns:
- possible object is
     String
 
- 
setIdentifierSets the value of the identifier property.- Parameters:
- value- allowed object is- String
 
- 
getRegistrationAuthorityGets the value of the registrationAuthority property.- Returns:
- possible object is
     String
 
- 
setRegistrationAuthoritySets the value of the registrationAuthority property.- Parameters:
- value- allowed object is- String
 
- 
getNamespaceIdGets the value of the namespaceId property.- Returns:
- possible object is
     String
 
- 
setNamespaceIdSets the value of the namespaceId property.- Parameters:
- value- allowed object is- String
 
- 
getStewardIdGets the value of the stewardId property.- Returns:
- possible object is
     String
 
- 
setStewardIdSets the value of the stewardId property.- Parameters:
- value- allowed object is- String
 
- 
getTitleGets the value of the title property.- Returns:
- possible object is
     String
 
- 
setTitleSets the value of the title property.- Parameters:
- value- allowed object is- String
 
- 
getDescriptionGets the value of the description property.- Returns:
- possible object is
     String
 
- 
setDescriptionSets the value of the description property.- Parameters:
- value- allowed object is- String
 
- 
getReferencedIdentifierGets the value of the referencedIdentifier property.- Returns:
- possible object is
     String
 
- 
setReferencedIdentifierSets the value of the referencedIdentifier property.- Parameters:
- value- allowed object is- String
 
- 
getSkosRelationNameGets the value of the skosRelationName property.- Returns:
- possible object is
     String
 
- 
setSkosRelationNameSets the value of the skosRelationName property.- Parameters:
- value- allowed object is- String
 
- 
getModelObjectIdGets the value of the modelObjectId property.- Returns:
- possible object is
     String
 
- 
setModelObjectIdSets the value of the modelObjectId property.- Parameters:
- value- allowed object is- String
 
- 
getModelObjectTypeGets the value of the modelObjectType property.- Returns:
- possible object is
     String
 
- 
setModelObjectTypeSets the value of the modelObjectType property.- Parameters:
- value- allowed object is- String
 
- 
getInstanceIdGets the value of the instanceId property.- Returns:
- possible object is
     String
 
- 
setInstanceIdSets the value of the instanceId property.- Parameters:
- value- allowed object is- String
 
 
-