|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.DDAttribute
public class DDAttribute
The DD_Attribute class defines an attribute for a data dictionary.
Java class for DD_Attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DD_Attribute"> <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="version_id" type="{http://pds.nasa.gov/pds4/pds/v1}version_id"/> <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier"/> <element name="nillable_flag" type="{http://pds.nasa.gov/pds4/pds/v1}nillable_flag"/> <element name="submitter_name" type="{http://pds.nasa.gov/pds4/pds/v1}submitter_name"/> <element name="definition" type="{http://pds.nasa.gov/pds4/pds/v1}definition"/> <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/> <element name="Internal_Reference" type="{http://pds.nasa.gov/pds4/pds/v1}Internal_Reference" maxOccurs="unbounded" minOccurs="0"/> <element name="Terminological_Entry" type="{http://pds.nasa.gov/pds4/pds/v1}Terminological_Entry" maxOccurs="unbounded" minOccurs="0"/> <element name="DD_Value_Domain" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Value_Domain"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
comment
|
protected DDValueDomain |
ddValueDomain
|
protected String |
definition
|
protected List<InternalReference> |
internalReferences
|
protected String |
localIdentifier
|
protected String |
name
|
protected boolean |
nillableFlag
|
protected String |
submitterName
|
protected List<TerminologicalEntry> |
terminologicalEntries
|
protected String |
versionId
|
Constructor Summary | |
---|---|
DDAttribute()
|
Method Summary | |
---|---|
String |
getComment()
Gets the value of the comment property. |
DDValueDomain |
getDDValueDomain()
Gets the value of the ddValueDomain property. |
String |
getDefinition()
Gets the value of the definition property. |
List<InternalReference> |
getInternalReferences()
Gets the value of the internalReferences property. |
String |
getLocalIdentifier()
Gets the value of the localIdentifier property. |
String |
getName()
Gets the value of the name property. |
String |
getSubmitterName()
Gets the value of the submitterName property. |
List<TerminologicalEntry> |
getTerminologicalEntries()
Gets the value of the terminologicalEntries property. |
String |
getVersionId()
Gets the value of the versionId property. |
boolean |
isNillableFlag()
Gets the value of the nillableFlag property. |
void |
setComment(String value)
Sets the value of the comment property. |
void |
setDDValueDomain(DDValueDomain value)
Sets the value of the ddValueDomain property. |
void |
setDefinition(String value)
Sets the value of the definition property. |
void |
setLocalIdentifier(String value)
Sets the value of the localIdentifier property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNillableFlag(boolean value)
Sets the value of the nillableFlag property. |
void |
setSubmitterName(String value)
Sets the value of the submitterName property. |
void |
setVersionId(String value)
Sets the value of the versionId 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 versionId
protected String localIdentifier
protected boolean nillableFlag
protected String submitterName
protected String definition
protected String comment
protected List<InternalReference> internalReferences
protected List<TerminologicalEntry> terminologicalEntries
protected DDValueDomain ddValueDomain
Constructor Detail |
---|
public DDAttribute()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getVersionId()
String
public void setVersionId(String value)
value
- allowed object is
String
public String getLocalIdentifier()
String
public void setLocalIdentifier(String value)
value
- allowed object is
String
public boolean isNillableFlag()
public void setNillableFlag(boolean value)
public String getSubmitterName()
String
public void setSubmitterName(String value)
value
- allowed object is
String
public String getDefinition()
String
public void setDefinition(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public List<InternalReference> getInternalReferences()
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 internalReferences property.
For example, to add a new item, do as follows:
getInternalReferences().add(newItem);
Objects of the following type(s) are allowed in the list
InternalReference
public List<TerminologicalEntry> getTerminologicalEntries()
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 terminologicalEntries property.
For example, to add a new item, do as follows:
getTerminologicalEntries().add(newItem);
Objects of the following type(s) are allowed in the list
TerminologicalEntry
public DDValueDomain getDDValueDomain()
DDValueDomain
public void setDDValueDomain(DDValueDomain value)
value
- allowed object is
DDValueDomain
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |