|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.TerminologicalEntry
public class TerminologicalEntry
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}UTF8_Short_String_Collapsed"/> <element name="definition" type="{http://pds.nasa.gov/pds4/pds/v1}UTF8_Text_Preserved"/> <element name="language" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="preferred_flag" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Boolean"/> <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 | |
---|---|
protected String |
definition
|
protected List<ExternalReferenceExtended> |
externalReferenceExtendeds
|
protected String |
language
|
protected String |
name
|
protected boolean |
preferredFlag
|
Constructor Summary | |
---|---|
TerminologicalEntry()
|
Method Summary | |
---|---|
String |
getDefinition()
Gets the value of the definition property. |
List<ExternalReferenceExtended> |
getExternalReferenceExtendeds()
Gets the value of the externalReferenceExtendeds 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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected String definition
protected String language
protected boolean preferredFlag
protected List<ExternalReferenceExtended> externalReferenceExtendeds
Constructor Detail |
---|
public TerminologicalEntry()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDefinition()
String
public void setDefinition(String value)
value
- allowed object is
String
public String getLanguage()
String
public void setLanguage(String value)
value
- allowed object is
String
public boolean isPreferredFlag()
public void setPreferredFlag(boolean value)
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |