public class DDValueDomainFull extends Object
Java class for DD_Value_Domain_Full complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DD_Value_Domain_Full">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="enumeration_flag" type="{http://pds.nasa.gov/pds4/pds/v1}enumeration_flag"/>
<element name="value_data_type" type="{http://pds.nasa.gov/pds4/pds/v1}value_data_type"/>
<element name="formation_rule" type="{http://pds.nasa.gov/pds4/pds/v1}formation_rule" minOccurs="0"/>
<element name="minimum_characters" type="{http://pds.nasa.gov/pds4/pds/v1}minimum_characters" minOccurs="0"/>
<element name="maximum_characters" type="{http://pds.nasa.gov/pds4/pds/v1}maximum_characters" minOccurs="0"/>
<element name="minimum_value" type="{http://pds.nasa.gov/pds4/pds/v1}minimum_value" minOccurs="0"/>
<element name="maximum_value" type="{http://pds.nasa.gov/pds4/pds/v1}maximum_value" minOccurs="0"/>
<element name="pattern" type="{http://pds.nasa.gov/pds4/pds/v1}pattern" minOccurs="0"/>
<element name="unit_of_measure_type" type="{http://pds.nasa.gov/pds4/pds/v1}unit_of_measure_type" minOccurs="0"/>
<element name="conceptual_domain" type="{http://pds.nasa.gov/pds4/pds/v1}conceptual_domain"/>
<element name="specified_unit_id" type="{http://pds.nasa.gov/pds4/pds/v1}specified_unit_id" minOccurs="0"/>
<element name="DD_Permissible_Value_Full" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Permissible_Value_Full" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conceptualDomain |
protected List<DDPermissibleValueFull> |
ddPermissibleValueFulls |
protected boolean |
enumerationFlag |
protected String |
formationRule |
protected String |
maximumCharacters |
protected String |
maximumValue |
protected String |
minimumCharacters |
protected String |
minimumValue |
protected String |
pattern |
protected String |
specifiedUnitId |
protected String |
unitOfMeasureType |
protected String |
valueDataType |
| Constructor and Description |
|---|
DDValueDomainFull() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConceptualDomain()
Gets the value of the conceptualDomain property.
|
List<DDPermissibleValueFull> |
getDDPermissibleValueFulls()
Gets the value of the ddPermissibleValueFulls property.
|
String |
getFormationRule()
Gets the value of the formationRule property.
|
String |
getMaximumCharacters()
Gets the value of the maximumCharacters property.
|
String |
getMaximumValue()
Gets the value of the maximumValue property.
|
String |
getMinimumCharacters()
Gets the value of the minimumCharacters property.
|
String |
getMinimumValue()
Gets the value of the minimumValue property.
|
String |
getPattern()
Gets the value of the pattern property.
|
String |
getSpecifiedUnitId()
Gets the value of the specifiedUnitId property.
|
String |
getUnitOfMeasureType()
Gets the value of the unitOfMeasureType property.
|
String |
getValueDataType()
Gets the value of the valueDataType property.
|
boolean |
isEnumerationFlag()
Gets the value of the enumerationFlag property.
|
void |
setConceptualDomain(String value)
Sets the value of the conceptualDomain property.
|
void |
setEnumerationFlag(boolean value)
Sets the value of the enumerationFlag property.
|
void |
setFormationRule(String value)
Sets the value of the formationRule property.
|
void |
setMaximumCharacters(String value)
Sets the value of the maximumCharacters property.
|
void |
setMaximumValue(String value)
Sets the value of the maximumValue property.
|
void |
setMinimumCharacters(String value)
Sets the value of the minimumCharacters property.
|
void |
setMinimumValue(String value)
Sets the value of the minimumValue property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
void |
setSpecifiedUnitId(String value)
Sets the value of the specifiedUnitId property.
|
void |
setUnitOfMeasureType(String value)
Sets the value of the unitOfMeasureType property.
|
void |
setValueDataType(String value)
Sets the value of the valueDataType property.
|
protected boolean enumerationFlag
protected String valueDataType
protected String formationRule
protected String minimumCharacters
protected String maximumCharacters
protected String minimumValue
protected String maximumValue
protected String pattern
protected String unitOfMeasureType
protected String conceptualDomain
protected String specifiedUnitId
protected List<DDPermissibleValueFull> ddPermissibleValueFulls
public boolean isEnumerationFlag()
public void setEnumerationFlag(boolean value)
public String getValueDataType()
Stringpublic void setValueDataType(String value)
value - allowed object is
Stringpublic String getFormationRule()
Stringpublic void setFormationRule(String value)
value - allowed object is
Stringpublic String getMinimumCharacters()
Stringpublic void setMinimumCharacters(String value)
value - allowed object is
Stringpublic String getMaximumCharacters()
Stringpublic void setMaximumCharacters(String value)
value - allowed object is
Stringpublic String getMinimumValue()
Stringpublic void setMinimumValue(String value)
value - allowed object is
Stringpublic String getMaximumValue()
Stringpublic void setMaximumValue(String value)
value - allowed object is
Stringpublic String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
Stringpublic String getUnitOfMeasureType()
Stringpublic void setUnitOfMeasureType(String value)
value - allowed object is
Stringpublic String getConceptualDomain()
Stringpublic void setConceptualDomain(String value)
value - allowed object is
Stringpublic String getSpecifiedUnitId()
Stringpublic void setSpecifiedUnitId(String value)
value - allowed object is
Stringpublic List<DDPermissibleValueFull> getDDPermissibleValueFulls()
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 ddPermissibleValueFulls property.
For example, to add a new item, do as follows:
getDDPermissibleValueFulls().add(newItem);
Objects of the following type(s) are allowed in the list
DDPermissibleValueFull
Copyright © 2021. All rights reserved.