public class DDValueDomain extends Object
Java class for DD_Value_Domain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DD_Value_Domain"> <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="specified_unit_id" type="{http://pds.nasa.gov/pds4/pds/v1}specified_unit_id" minOccurs="0"/> <element name="DD_Permissible_Value" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Permissible_Value" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<DDPermissibleValue> |
ddPermissibleValues |
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 |
---|
DDValueDomain() |
Modifier and Type | Method and Description |
---|---|
List<DDPermissibleValue> |
getDDPermissibleValues()
Gets the value of the ddPermissibleValues 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 |
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 specifiedUnitId
protected List<DDPermissibleValue> ddPermissibleValues
public boolean isEnumerationFlag()
public void setEnumerationFlag(boolean value)
public String getValueDataType()
String
public void setValueDataType(String value)
value
- allowed object is
String
public String getFormationRule()
String
public void setFormationRule(String value)
value
- allowed object is
String
public String getMinimumCharacters()
String
public void setMinimumCharacters(String value)
value
- allowed object is
String
public String getMaximumCharacters()
String
public void setMaximumCharacters(String value)
value
- allowed object is
String
public String getMinimumValue()
String
public void setMinimumValue(String value)
value
- allowed object is
String
public String getMaximumValue()
String
public void setMaximumValue(String value)
value
- allowed object is
String
public String getPattern()
String
public void setPattern(String value)
value
- allowed object is
String
public String getUnitOfMeasureType()
String
public void setUnitOfMeasureType(String value)
value
- allowed object is
String
public String getSpecifiedUnitId()
String
public void setSpecifiedUnitId(String value)
value
- allowed object is
String
public List<DDPermissibleValue> getDDPermissibleValues()
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 ddPermissibleValues property.
For example, to add a new item, do as follows:
getDDPermissibleValues().add(newItem);
Objects of the following type(s) are allowed in the list
DDPermissibleValue
Copyright © 2016. All Rights Reserved.