Package gov.nasa.arc.pds.xml.generated
Class TerminologicalEntry
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.TerminologicalEntry
 
- 
 public class TerminologicalEntry extends java.lang.ObjectThe 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="mapping_type" type="{http://pds.nasa.gov/pds4/pds/v1}mapping_type" 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 SummaryFields Modifier and Type Field Description protected java.lang.Stringdefinitionprotected java.util.List<ExternalReferenceExtended>externalReferenceExtendedsprotected java.lang.StringinstanceIdprotected java.lang.Stringlanguageprotected java.lang.StringmappingTypeprotected java.lang.Stringnameprotected booleanpreferredFlagprotected java.lang.StringskosRelationName
 - 
Constructor SummaryConstructors Constructor Description TerminologicalEntry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDefinition()Gets the value of the definition property.java.util.List<ExternalReferenceExtended>getExternalReferenceExtendeds()Gets the value of the externalReferenceExtendeds property.java.lang.StringgetInstanceId()Gets the value of the instanceId property.java.lang.StringgetLanguage()Gets the value of the language property.java.lang.StringgetMappingType()Gets the value of the mappingType property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetSkosRelationName()Gets the value of the skosRelationName property.booleanisPreferredFlag()Gets the value of the preferredFlag property.voidsetDefinition(java.lang.String value)Sets the value of the definition property.voidsetInstanceId(java.lang.String value)Sets the value of the instanceId property.voidsetLanguage(java.lang.String value)Sets the value of the language property.voidsetMappingType(java.lang.String value)Sets the value of the mappingType property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetPreferredFlag(boolean value)Sets the value of the preferredFlag property.voidsetSkosRelationName(java.lang.String value)Sets the value of the skosRelationName property.
 
- 
- 
- 
Field Detail- 
nameprotected java.lang.String name 
 - 
definitionprotected java.lang.String definition 
 - 
languageprotected java.lang.String language 
 - 
preferredFlagprotected boolean preferredFlag 
 - 
skosRelationNameprotected java.lang.String skosRelationName 
 - 
mappingTypeprotected java.lang.String mappingType 
 - 
instanceIdprotected java.lang.String instanceId 
 - 
externalReferenceExtendedsprotected java.util.List<ExternalReferenceExtended> externalReferenceExtendeds 
 
- 
 - 
Method Detail- 
getNamepublic java.lang.String getName() Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setNamepublic void setName(java.lang.String value) Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getDefinitionpublic java.lang.String getDefinition() Gets the value of the definition property.- Returns:
- possible object is
     String
 
 - 
setDefinitionpublic void setDefinition(java.lang.String value) Sets the value of the definition property.- Parameters:
- value- allowed object is- String
 
 - 
getLanguagepublic java.lang.String getLanguage() Gets the value of the language property.- Returns:
- possible object is
     String
 
 - 
setLanguagepublic void setLanguage(java.lang.String value) Sets the value of the language property.- Parameters:
- value- allowed object is- String
 
 - 
isPreferredFlagpublic boolean isPreferredFlag() Gets the value of the preferredFlag property.
 - 
setPreferredFlagpublic void setPreferredFlag(boolean value) Sets the value of the preferredFlag property.
 - 
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
 
 - 
getMappingTypepublic java.lang.String getMappingType() Gets the value of the mappingType property.- Returns:
- possible object is
     String
 
 - 
setMappingTypepublic void setMappingType(java.lang.String value) Sets the value of the mappingType 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
 
 - 
getExternalReferenceExtendedspublic java.util.List<ExternalReferenceExtended> 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- Returns:
- The value of the externalReferenceExtendeds property.
 
 
- 
 
-