gov.nasa.arc.pds.xml.generated
Class DDPermissibleValue

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.DDPermissibleValue

public class DDPermissibleValue
extends Object

The DD_Permissible_Value class lists permissible values and their meanings.

Java class for DD_Permissible_Value complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DD_Permissible_Value">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="value_meaning" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String value
           
protected  String valueMeaning
           
 
Constructor Summary
DDPermissibleValue()
           
 
Method Summary
 String getValue()
          Gets the value of the value property.
 String getValueMeaning()
          Gets the value of the valueMeaning property.
 void setValue(String value)
          Sets the value of the value property.
 void setValueMeaning(String value)
          Sets the value of the valueMeaning property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

valueMeaning

protected String valueMeaning
Constructor Detail

DDPermissibleValue

public DDPermissibleValue()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getValueMeaning

public String getValueMeaning()
Gets the value of the valueMeaning property.

Returns:
possible object is String

setValueMeaning

public void setValueMeaning(String value)
Sets the value of the valueMeaning property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.