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"/>
         <element ref="{}modelVersion" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean enabled
           
protected  String modelVersion
           
 
Constructor Summary
Validation()
           
 
Method Summary
 String getModelVersion()
          Gets the value of the modelVersion property.
 Boolean isEnabled()
          Gets the value of the enabled property.
 void setEnabled(Boolean value)
          Sets the value of the enabled property.
 void setModelVersion(String value)
          Sets the value of the modelVersion 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

modelVersion

protected String modelVersion
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

getModelVersion

public String getModelVersion()
Gets the value of the modelVersion property.

Returns:
possible object is String

setModelVersion

public void setModelVersion(String value)
Sets the value of the modelVersion property.

Parameters:
value - allowed object is String


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