gov.nasa.pds.harvest.policy
Class Validation

java.lang.Object
  extended by gov.nasa.pds.harvest.policy.Validation

public class Validation
extends Object

Java class for Validation complex type.

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

 <complexType name="Validation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}enabled" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean enabled
           
 
Constructor Summary
Validation()
           
 
Method Summary
 Boolean isEnabled()
          Gets the value of the enabled property.
 void setEnabled(Boolean value)
          Sets the value of the enabled property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

protected Boolean enabled
Constructor Detail

Validation

public Validation()
Method Detail

isEnabled

public Boolean isEnabled()
Gets the value of the enabled property.

Returns:
possible object is Boolean

setEnabled

public void setEnabled(Boolean value)
Sets the value of the enabled property.

Parameters:
value - allowed object is Boolean


Copyright © 2010-2011 Planetary Data System. All Rights Reserved.