Package gov.nasa.arc.pds.xml.generated
Class TerminologicalEntry
java.lang.Object
gov.nasa.arc.pds.xml.generated.TerminologicalEntry
public class TerminologicalEntry extends Object
The terminological_entry class provides the name
(designation) and definition of the attribute in a specified
natural language.
Java class for Terminological_Entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Terminological_Entry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name"/>
<element name="definition" type="{http://pds.nasa.gov/pds4/pds/v1}definition"/>
<element name="language" type="{http://pds.nasa.gov/pds4/pds/v1}language"/>
<element name="preferred_flag" type="{http://pds.nasa.gov/pds4/pds/v1}preferred_flag"/>
<element name="skos_relation_name" type="{http://pds.nasa.gov/pds4/pds/v1}skos_relation_name" minOccurs="0"/>
<element name="instance_id" type="{http://pds.nasa.gov/pds4/pds/v1}instance_id" minOccurs="0"/>
<element name="External_Reference_Extended" type="{http://pds.nasa.gov/pds4/pds/v1}External_Reference_Extended" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected Stringdefinitionprotected List<ExternalReferenceExtended>externalReferenceExtendedsprotected StringinstanceIdprotected Stringlanguageprotected Stringnameprotected booleanpreferredFlagprotected StringskosRelationName -
Constructor Summary
Constructors Constructor Description TerminologicalEntry() -
Method Summary
Modifier and Type Method Description StringgetDefinition()Gets the value of the definition property.List<ExternalReferenceExtended>getExternalReferenceExtendeds()Gets the value of the externalReferenceExtendeds property.StringgetInstanceId()Gets the value of the instanceId property.StringgetLanguage()Gets the value of the language property.StringgetName()Gets the value of the name property.StringgetSkosRelationName()Gets the value of the skosRelationName property.booleanisPreferredFlag()Gets the value of the preferredFlag property.voidsetDefinition(String value)Sets the value of the definition property.voidsetInstanceId(String value)Sets the value of the instanceId property.voidsetLanguage(String value)Sets the value of the language property.voidsetName(String value)Sets the value of the name property.voidsetPreferredFlag(boolean value)Sets the value of the preferredFlag property.voidsetSkosRelationName(String value)Sets the value of the skosRelationName property.
-
Field Details
-
name
-
definition
-
language
-
preferredFlag
protected boolean preferredFlag -
skosRelationName
-
instanceId
-
externalReferenceExtendeds
-
-
Constructor Details
-
TerminologicalEntry
public TerminologicalEntry()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDefinition
Gets the value of the definition property.- Returns:
- possible object is
String
-
setDefinition
Sets the value of the definition property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
isPreferredFlag
public boolean isPreferredFlag()Gets the value of the preferredFlag property. -
setPreferredFlag
public void setPreferredFlag(boolean value)Sets the value of the preferredFlag property. -
getSkosRelationName
Gets the value of the skosRelationName property.- Returns:
- possible object is
String
-
setSkosRelationName
Sets the value of the skosRelationName property.- Parameters:
value- allowed object isString
-
getInstanceId
Gets the value of the instanceId property.- Returns:
- possible object is
String
-
setInstanceId
Sets the value of the instanceId property.- Parameters:
value- allowed object isString
-
getExternalReferenceExtendeds
Gets the value of the externalReferenceExtendeds 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
setmethod for the externalReferenceExtendeds property.For example, to add a new item, do as follows:
getExternalReferenceExtendeds().add(newItem);Objects of the following type(s) are allowed in the list
ExternalReferenceExtended
-