|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.DDValueDomainFull
public class DDValueDomainFull
The DD_Value_Domain_Full class provides a more complete definition of a attribute's value domain.
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}ASCII_Boolean"/> <element name="value_data_type" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="formation_rule" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Collapsed" minOccurs="0"/> <element name="minimum_characters" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="maximum_characters" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="minimum_value" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="maximum_value" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="pattern" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="unit_of_measure_type" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="conceptual_domain" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="specified_unit_id" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" 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>
Field Summary | |
---|---|
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 Summary | |
---|---|
DDValueDomainFull()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public DDValueDomainFull()
Method Detail |
---|
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 getConceptualDomain()
String
public void setConceptualDomain(String value)
value
- allowed object is
String
public String getSpecifiedUnitId()
String
public void setSpecifiedUnitId(String value)
value
- allowed object is
String
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |