public class DDAttributeFull extends Object
Java class for DD_Attribute_Full complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DD_Attribute_Full">
<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="class_name" type="{http://pds.nasa.gov/pds4/pds/v1}class_name"/>
<element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier"/>
<element name="steward_id" type="{http://pds.nasa.gov/pds4/pds/v1}steward_id"/>
<element name="type" type="{http://pds.nasa.gov/pds4/pds/v1}type"/>
<element name="namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}namespace_id"/>
<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="registered_by" type="{http://pds.nasa.gov/pds4/pds/v1}registered_by"/>
<element name="registration_authority_id" type="{http://pds.nasa.gov/pds4/pds/v1}registration_authority_id"/>
<element name="attribute_concept" type="{http://pds.nasa.gov/pds4/pds/v1}attribute_concept"/>
<element name="Terminological_Entry" type="{http://pds.nasa.gov/pds4/pds/v1}Terminological_Entry" maxOccurs="unbounded"/>
<element name="DD_Value_Domain_Full" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Value_Domain_Full" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeConcept |
protected String |
className |
protected String |
comment |
protected DDValueDomainFull |
ddValueDomainFull |
protected String |
definition |
protected String |
localIdentifier |
protected String |
name |
protected String |
namespaceId |
protected boolean |
nillableFlag |
protected String |
registeredBy |
protected String |
registrationAuthorityId |
protected String |
stewardId |
protected String |
submitterName |
protected List<TerminologicalEntry> |
terminologicalEntries |
protected String |
type |
protected String |
versionId |
| Constructor and Description |
|---|
DDAttributeFull() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeConcept()
Gets the value of the attributeConcept property.
|
String |
getClassName()
Gets the value of the className property.
|
String |
getComment()
Gets the value of the comment property.
|
DDValueDomainFull |
getDDValueDomainFull()
Gets the value of the ddValueDomainFull property.
|
String |
getDefinition()
Gets the value of the definition property.
|
String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespaceId()
Gets the value of the namespaceId property.
|
String |
getRegisteredBy()
Gets the value of the registeredBy property.
|
String |
getRegistrationAuthorityId()
Gets the value of the registrationAuthorityId property.
|
String |
getStewardId()
Gets the value of the stewardId property.
|
String |
getSubmitterName()
Gets the value of the submitterName property.
|
List<TerminologicalEntry> |
getTerminologicalEntries()
Gets the value of the terminologicalEntries property.
|
String |
getType()
Gets the value of the type property.
|
String |
getVersionId()
Gets the value of the versionId property.
|
boolean |
isNillableFlag()
Gets the value of the nillableFlag property.
|
void |
setAttributeConcept(String value)
Sets the value of the attributeConcept property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setDDValueDomainFull(DDValueDomainFull value)
Sets the value of the ddValueDomainFull 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 |
setNamespaceId(String value)
Sets the value of the namespaceId property.
|
void |
setNillableFlag(boolean value)
Sets the value of the nillableFlag property.
|
void |
setRegisteredBy(String value)
Sets the value of the registeredBy property.
|
void |
setRegistrationAuthorityId(String value)
Sets the value of the registrationAuthorityId property.
|
void |
setStewardId(String value)
Sets the value of the stewardId property.
|
void |
setSubmitterName(String value)
Sets the value of the submitterName property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVersionId(String value)
Sets the value of the versionId property.
|
protected String name
protected String versionId
protected String className
protected String localIdentifier
protected String stewardId
protected String type
protected String namespaceId
protected boolean nillableFlag
protected String submitterName
protected String definition
protected String comment
protected String registeredBy
protected String registrationAuthorityId
protected String attributeConcept
protected List<TerminologicalEntry> terminologicalEntries
protected DDValueDomainFull ddValueDomainFull
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersionId()
Stringpublic void setVersionId(String value)
value - allowed object is
Stringpublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic String getLocalIdentifier()
Stringpublic void setLocalIdentifier(String value)
value - allowed object is
Stringpublic String getStewardId()
Stringpublic void setStewardId(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getNamespaceId()
Stringpublic void setNamespaceId(String value)
value - allowed object is
Stringpublic boolean isNillableFlag()
public void setNillableFlag(boolean value)
public String getSubmitterName()
Stringpublic void setSubmitterName(String value)
value - allowed object is
Stringpublic String getDefinition()
Stringpublic void setDefinition(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic String getRegisteredBy()
Stringpublic void setRegisteredBy(String value)
value - allowed object is
Stringpublic String getRegistrationAuthorityId()
Stringpublic void setRegistrationAuthorityId(String value)
value - allowed object is
Stringpublic String getAttributeConcept()
Stringpublic void setAttributeConcept(String value)
value - allowed object is
Stringpublic 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 DDValueDomainFull getDDValueDomainFull()
DDValueDomainFullpublic void setDDValueDomainFull(DDValueDomainFull value)
value - allowed object is
DDValueDomainFullCopyright © 2019. All rights reserved.