Package gov.nasa.arc.pds.xml.generated
Class TerminologicalEntrySKOS
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.TerminologicalEntrySKOS
 
- 
 public class TerminologicalEntrySKOS extends java.lang.ObjectThe 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 java.lang.Stringdescriptionprotected java.lang.Stringidentifierprotected java.lang.StringinstanceIdprotected java.lang.StringmodelObjectIdprotected java.lang.StringmodelObjectTypeprotected java.lang.StringnamespaceIdprotected java.lang.StringreferencedIdentifierprotected java.lang.StringregistrationAuthorityprotected java.lang.StringskosRelationNameprotected java.lang.StringstewardIdprotected java.lang.Stringtitle
 - 
Constructor SummaryConstructors Constructor Description TerminologicalEntrySKOS()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetIdentifier()Gets the value of the identifier property.java.lang.StringgetInstanceId()Gets the value of the instanceId property.java.lang.StringgetModelObjectId()Gets the value of the modelObjectId property.java.lang.StringgetModelObjectType()Gets the value of the modelObjectType property.java.lang.StringgetNamespaceId()Gets the value of the namespaceId property.java.lang.StringgetReferencedIdentifier()Gets the value of the referencedIdentifier property.java.lang.StringgetRegistrationAuthority()Gets the value of the registrationAuthority property.java.lang.StringgetSkosRelationName()Gets the value of the skosRelationName property.java.lang.StringgetStewardId()Gets the value of the stewardId property.java.lang.StringgetTitle()Gets the value of the title property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetIdentifier(java.lang.String value)Sets the value of the identifier property.voidsetInstanceId(java.lang.String value)Sets the value of the instanceId property.voidsetModelObjectId(java.lang.String value)Sets the value of the modelObjectId property.voidsetModelObjectType(java.lang.String value)Sets the value of the modelObjectType property.voidsetNamespaceId(java.lang.String value)Sets the value of the namespaceId property.voidsetReferencedIdentifier(java.lang.String value)Sets the value of the referencedIdentifier property.voidsetRegistrationAuthority(java.lang.String value)Sets the value of the registrationAuthority property.voidsetSkosRelationName(java.lang.String value)Sets the value of the skosRelationName property.voidsetStewardId(java.lang.String value)Sets the value of the stewardId property.voidsetTitle(java.lang.String value)Sets the value of the title property.
 
- 
- 
- 
Field Detail- 
identifierprotected java.lang.String identifier 
 - 
registrationAuthorityprotected java.lang.String registrationAuthority 
 - 
namespaceIdprotected java.lang.String namespaceId 
 - 
stewardIdprotected java.lang.String stewardId 
 - 
titleprotected java.lang.String title 
 - 
descriptionprotected java.lang.String description 
 - 
referencedIdentifierprotected java.lang.String referencedIdentifier 
 - 
skosRelationNameprotected java.lang.String skosRelationName 
 - 
modelObjectIdprotected java.lang.String modelObjectId 
 - 
modelObjectTypeprotected java.lang.String modelObjectType 
 - 
instanceIdprotected java.lang.String instanceId 
 
- 
 - 
Method Detail- 
getIdentifierpublic java.lang.String getIdentifier() Gets the value of the identifier property.- Returns:
- possible object is
     String
 
 - 
setIdentifierpublic void setIdentifier(java.lang.String value) Sets the value of the identifier property.- Parameters:
- value- allowed object is- String
 
 - 
getRegistrationAuthoritypublic java.lang.String getRegistrationAuthority() Gets the value of the registrationAuthority property.- Returns:
- possible object is
     String
 
 - 
setRegistrationAuthoritypublic void setRegistrationAuthority(java.lang.String value) Sets the value of the registrationAuthority property.- Parameters:
- value- allowed object is- String
 
 - 
getNamespaceIdpublic java.lang.String getNamespaceId() Gets the value of the namespaceId property.- Returns:
- possible object is
     String
 
 - 
setNamespaceIdpublic void setNamespaceId(java.lang.String value) Sets the value of the namespaceId property.- Parameters:
- value- allowed object is- String
 
 - 
getStewardIdpublic java.lang.String getStewardId() Gets the value of the stewardId property.- Returns:
- possible object is
     String
 
 - 
setStewardIdpublic void setStewardId(java.lang.String value) Sets the value of the stewardId property.- Parameters:
- value- allowed object is- String
 
 - 
getTitlepublic java.lang.String getTitle() Gets the value of the title property.- Returns:
- possible object is
     String
 
 - 
setTitlepublic void setTitle(java.lang.String value) Sets the value of the title property.- Parameters:
- value- allowed object is- String
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 - 
getReferencedIdentifierpublic java.lang.String getReferencedIdentifier() Gets the value of the referencedIdentifier property.- Returns:
- possible object is
     String
 
 - 
setReferencedIdentifierpublic void setReferencedIdentifier(java.lang.String value) Sets the value of the referencedIdentifier property.- Parameters:
- value- allowed object is- String
 
 - 
getSkosRelationNamepublic java.lang.String getSkosRelationName() Gets the value of the skosRelationName property.- Returns:
- possible object is
     String
 
 - 
setSkosRelationNamepublic void setSkosRelationName(java.lang.String value) Sets the value of the skosRelationName property.- Parameters:
- value- allowed object is- String
 
 - 
getModelObjectIdpublic java.lang.String getModelObjectId() Gets the value of the modelObjectId property.- Returns:
- possible object is
     String
 
 - 
setModelObjectIdpublic void setModelObjectId(java.lang.String value) Sets the value of the modelObjectId property.- Parameters:
- value- allowed object is- String
 
 - 
getModelObjectTypepublic java.lang.String getModelObjectType() Gets the value of the modelObjectType property.- Returns:
- possible object is
     String
 
 - 
setModelObjectTypepublic void setModelObjectType(java.lang.String value) Sets the value of the modelObjectType property.- Parameters:
- value- allowed object is- String
 
 - 
getInstanceIdpublic java.lang.String getInstanceId() Gets the value of the instanceId property.- Returns:
- possible object is
     String
 
 - 
setInstanceIdpublic void setInstanceId(java.lang.String value) Sets the value of the instanceId property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-