gov.nasa.pds.harvest.policy
Class Validation
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enabled
protected Boolean enabled
Validation
public Validation()
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.