Package gov.nasa.arc.pds.xml.generated
Class DDAttributeFull
- java.lang.Object
-
- gov.nasa.arc.pds.xml.generated.DDAttributeFull
-
public class DDAttributeFull extends java.lang.Object
The DD_Attribute_Full class provides a more complete definition of an attribute in the data dictionary.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
attributeConcept
protected java.lang.String
className
protected java.lang.String
comment
protected DDValueDomainFull
ddValueDomainFull
protected java.lang.String
definition
protected java.lang.String
localIdentifier
protected java.lang.String
name
protected java.lang.String
namespaceId
protected boolean
nillableFlag
protected java.lang.String
registeredBy
protected java.lang.String
registrationAuthorityId
protected java.lang.String
stewardId
protected java.lang.String
submitterName
protected java.util.List<TerminologicalEntry>
terminologicalEntries
protected java.lang.String
type
protected java.lang.String
versionId
-
Constructor Summary
Constructors Constructor Description DDAttributeFull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAttributeConcept()
Gets the value of the attributeConcept property.java.lang.String
getClassName()
Gets the value of the className property.java.lang.String
getComment()
Gets the value of the comment property.DDValueDomainFull
getDDValueDomainFull()
Gets the value of the ddValueDomainFull property.java.lang.String
getDefinition()
Gets the value of the definition property.java.lang.String
getLocalIdentifier()
Gets the value of the localIdentifier property.java.lang.String
getName()
Gets the value of the name property.java.lang.String
getNamespaceId()
Gets the value of the namespaceId property.java.lang.String
getRegisteredBy()
Gets the value of the registeredBy property.java.lang.String
getRegistrationAuthorityId()
Gets the value of the registrationAuthorityId property.java.lang.String
getStewardId()
Gets the value of the stewardId property.java.lang.String
getSubmitterName()
Gets the value of the submitterName property.java.util.List<TerminologicalEntry>
getTerminologicalEntries()
Gets the value of the terminologicalEntries property.java.lang.String
getType()
Gets the value of the type property.java.lang.String
getVersionId()
Gets the value of the versionId property.boolean
isNillableFlag()
Gets the value of the nillableFlag property.void
setAttributeConcept(java.lang.String value)
Sets the value of the attributeConcept property.void
setClassName(java.lang.String value)
Sets the value of the className property.void
setComment(java.lang.String value)
Sets the value of the comment property.void
setDDValueDomainFull(DDValueDomainFull value)
Sets the value of the ddValueDomainFull property.void
setDefinition(java.lang.String value)
Sets the value of the definition property.void
setLocalIdentifier(java.lang.String value)
Sets the value of the localIdentifier property.void
setName(java.lang.String value)
Sets the value of the name property.void
setNamespaceId(java.lang.String value)
Sets the value of the namespaceId property.void
setNillableFlag(boolean value)
Sets the value of the nillableFlag property.void
setRegisteredBy(java.lang.String value)
Sets the value of the registeredBy property.void
setRegistrationAuthorityId(java.lang.String value)
Sets the value of the registrationAuthorityId property.void
setStewardId(java.lang.String value)
Sets the value of the stewardId property.void
setSubmitterName(java.lang.String value)
Sets the value of the submitterName property.void
setType(java.lang.String value)
Sets the value of the type property.void
setVersionId(java.lang.String value)
Sets the value of the versionId property.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
versionId
protected java.lang.String versionId
-
className
protected java.lang.String className
-
localIdentifier
protected java.lang.String localIdentifier
-
stewardId
protected java.lang.String stewardId
-
type
protected java.lang.String type
-
namespaceId
protected java.lang.String namespaceId
-
nillableFlag
protected boolean nillableFlag
-
submitterName
protected java.lang.String submitterName
-
definition
protected java.lang.String definition
-
comment
protected java.lang.String comment
-
registeredBy
protected java.lang.String registeredBy
-
registrationAuthorityId
protected java.lang.String registrationAuthorityId
-
attributeConcept
protected java.lang.String attributeConcept
-
terminologicalEntries
protected java.util.List<TerminologicalEntry> terminologicalEntries
-
ddValueDomainFull
protected DDValueDomainFull ddValueDomainFull
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getVersionId
public java.lang.String getVersionId()
Gets the value of the versionId property.- Returns:
- possible object is
String
-
setVersionId
public void setVersionId(java.lang.String value)
Sets the value of the versionId property.- Parameters:
value
- allowed object isString
-
getClassName
public java.lang.String getClassName()
Gets the value of the className property.- Returns:
- possible object is
String
-
setClassName
public void setClassName(java.lang.String value)
Sets the value of the className property.- Parameters:
value
- allowed object isString
-
getLocalIdentifier
public java.lang.String getLocalIdentifier()
Gets the value of the localIdentifier property.- Returns:
- possible object is
String
-
setLocalIdentifier
public void setLocalIdentifier(java.lang.String value)
Sets the value of the localIdentifier property.- Parameters:
value
- allowed object isString
-
getStewardId
public java.lang.String getStewardId()
Gets the value of the stewardId property.- Returns:
- possible object is
String
-
setStewardId
public void setStewardId(java.lang.String value)
Sets the value of the stewardId property.- Parameters:
value
- allowed object isString
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getNamespaceId
public java.lang.String getNamespaceId()
Gets the value of the namespaceId property.- Returns:
- possible object is
String
-
setNamespaceId
public void setNamespaceId(java.lang.String value)
Sets the value of the namespaceId property.- Parameters:
value
- allowed object isString
-
isNillableFlag
public boolean isNillableFlag()
Gets the value of the nillableFlag property.
-
setNillableFlag
public void setNillableFlag(boolean value)
Sets the value of the nillableFlag property.
-
getSubmitterName
public java.lang.String getSubmitterName()
Gets the value of the submitterName property.- Returns:
- possible object is
String
-
setSubmitterName
public void setSubmitterName(java.lang.String value)
Sets the value of the submitterName property.- Parameters:
value
- allowed object isString
-
getDefinition
public java.lang.String getDefinition()
Gets the value of the definition property.- Returns:
- possible object is
String
-
setDefinition
public void setDefinition(java.lang.String value)
Sets the value of the definition property.- Parameters:
value
- allowed object isString
-
getComment
public java.lang.String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(java.lang.String value)
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-
getRegisteredBy
public java.lang.String getRegisteredBy()
Gets the value of the registeredBy property.- Returns:
- possible object is
String
-
setRegisteredBy
public void setRegisteredBy(java.lang.String value)
Sets the value of the registeredBy property.- Parameters:
value
- allowed object isString
-
getRegistrationAuthorityId
public java.lang.String getRegistrationAuthorityId()
Gets the value of the registrationAuthorityId property.- Returns:
- possible object is
String
-
setRegistrationAuthorityId
public void setRegistrationAuthorityId(java.lang.String value)
Sets the value of the registrationAuthorityId property.- Parameters:
value
- allowed object isString
-
getAttributeConcept
public java.lang.String getAttributeConcept()
Gets the value of the attributeConcept property.- Returns:
- possible object is
String
-
setAttributeConcept
public void setAttributeConcept(java.lang.String value)
Sets the value of the attributeConcept property.- Parameters:
value
- allowed object isString
-
getTerminologicalEntries
public java.util.List<TerminologicalEntry> getTerminologicalEntries()
Gets the value of the terminologicalEntries property.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
- Returns:
- The value of the terminologicalEntries property.
-
getDDValueDomainFull
public DDValueDomainFull getDDValueDomainFull()
Gets the value of the ddValueDomainFull property.- Returns:
- possible object is
DDValueDomainFull
-
setDDValueDomainFull
public void setDDValueDomainFull(DDValueDomainFull value)
Sets the value of the ddValueDomainFull property.- Parameters:
value
- allowed object isDDValueDomainFull
-
-