public class TerminologicalEntry
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
definition |
protected java.util.List<ExternalReferenceExtended> |
externalReferenceExtendeds |
protected java.lang.String |
instanceId |
protected java.lang.String |
language |
protected java.lang.String |
name |
protected boolean |
preferredFlag |
protected java.lang.String |
skosRelationName |
| Constructor and Description |
|---|
TerminologicalEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefinition()
Gets the value of the definition property.
|
java.util.List<ExternalReferenceExtended> |
getExternalReferenceExtendeds()
Gets the value of the externalReferenceExtendeds property.
|
java.lang.String |
getInstanceId()
Gets the value of the instanceId property.
|
java.lang.String |
getLanguage()
Gets the value of the language property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getSkosRelationName()
Gets the value of the skosRelationName property.
|
boolean |
isPreferredFlag()
Gets the value of the preferredFlag property.
|
void |
setDefinition(java.lang.String value)
Sets the value of the definition property.
|
void |
setInstanceId(java.lang.String value)
Sets the value of the instanceId property.
|
void |
setLanguage(java.lang.String value)
Sets the value of the language property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPreferredFlag(boolean value)
Sets the value of the preferredFlag property.
|
void |
setSkosRelationName(java.lang.String value)
Sets the value of the skosRelationName property.
|
protected java.lang.String name
protected java.lang.String definition
protected java.lang.String language
protected boolean preferredFlag
protected java.lang.String skosRelationName
protected java.lang.String instanceId
protected java.util.List<ExternalReferenceExtended> externalReferenceExtendeds
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDefinition()
Stringpublic void setDefinition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLanguage()
Stringpublic void setLanguage(java.lang.String value)
value - allowed object is
Stringpublic boolean isPreferredFlag()
public void setPreferredFlag(boolean value)
public java.lang.String getSkosRelationName()
Stringpublic void setSkosRelationName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstanceId()
Stringpublic void setInstanceId(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<ExternalReferenceExtended> getExternalReferenceExtendeds()
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 set method 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
Copyright © 2022 Planetary Data System. All rights reserved.