public class TerminologicalEntrySKOS extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
identifier |
protected String |
instanceId |
protected String |
modelObjectId |
protected String |
modelObjectType |
protected String |
namespaceId |
protected String |
referencedIdentifier |
protected String |
registrationAuthority |
protected String |
skosRelationName |
protected String |
stewardId |
protected String |
title |
| Constructor and Description |
|---|
TerminologicalEntrySKOS() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
String |
getInstanceId()
Gets the value of the instanceId property.
|
String |
getModelObjectId()
Gets the value of the modelObjectId property.
|
String |
getModelObjectType()
Gets the value of the modelObjectType property.
|
String |
getNamespaceId()
Gets the value of the namespaceId property.
|
String |
getReferencedIdentifier()
Gets the value of the referencedIdentifier property.
|
String |
getRegistrationAuthority()
Gets the value of the registrationAuthority property.
|
String |
getSkosRelationName()
Gets the value of the skosRelationName property.
|
String |
getStewardId()
Gets the value of the stewardId property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setInstanceId(String value)
Sets the value of the instanceId property.
|
void |
setModelObjectId(String value)
Sets the value of the modelObjectId property.
|
void |
setModelObjectType(String value)
Sets the value of the modelObjectType property.
|
void |
setNamespaceId(String value)
Sets the value of the namespaceId property.
|
void |
setReferencedIdentifier(String value)
Sets the value of the referencedIdentifier property.
|
void |
setRegistrationAuthority(String value)
Sets the value of the registrationAuthority property.
|
void |
setSkosRelationName(String value)
Sets the value of the skosRelationName property.
|
void |
setStewardId(String value)
Sets the value of the stewardId property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String identifier
protected String registrationAuthority
protected String namespaceId
protected String stewardId
protected String title
protected String description
protected String referencedIdentifier
protected String skosRelationName
protected String modelObjectId
protected String modelObjectType
protected String instanceId
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic String getRegistrationAuthority()
Stringpublic void setRegistrationAuthority(String value)
value - allowed object is
Stringpublic String getNamespaceId()
Stringpublic void setNamespaceId(String value)
value - allowed object is
Stringpublic String getStewardId()
Stringpublic void setStewardId(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getReferencedIdentifier()
Stringpublic void setReferencedIdentifier(String value)
value - allowed object is
Stringpublic String getSkosRelationName()
Stringpublic void setSkosRelationName(String value)
value - allowed object is
Stringpublic String getModelObjectId()
Stringpublic void setModelObjectId(String value)
value - allowed object is
Stringpublic String getModelObjectType()
Stringpublic void setModelObjectType(String value)
value - allowed object is
Stringpublic String getInstanceId()
StringCopyright © 2019. All rights reserved.