public class TerminologicalEntry extends 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="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 String |
definition |
protected List<ExternalReferenceExtended> |
externalReferenceExtendeds |
protected String |
instanceId |
protected String |
language |
protected String |
name |
protected boolean |
preferredFlag |
| Constructor and Description |
|---|
TerminologicalEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinition()
Gets the value of the definition property.
|
List<ExternalReferenceExtended> |
getExternalReferenceExtendeds()
Gets the value of the externalReferenceExtendeds property.
|
String |
getInstanceId()
Gets the value of the instanceId property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isPreferredFlag()
Gets the value of the preferredFlag property.
|
void |
setDefinition(String value)
Sets the value of the definition property.
|
void |
setInstanceId(String value)
Sets the value of the instanceId property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPreferredFlag(boolean value)
Sets the value of the preferredFlag property.
|
protected String name
protected String definition
protected String language
protected boolean preferredFlag
protected String instanceId
protected List<ExternalReferenceExtended> externalReferenceExtendeds
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDefinition()
Stringpublic void setDefinition(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isPreferredFlag()
public void setPreferredFlag(boolean value)
public String getInstanceId()
Stringpublic void setInstanceId(String value)
value - allowed object is
Stringpublic 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 © 2020. All rights reserved.