|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.policy.Validation
public class Validation
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 |
---|
protected Boolean enabled
protected String modelVersion
Constructor Detail |
---|
public Validation()
Method Detail |
---|
public Boolean isEnabled()
Boolean
public void setEnabled(Boolean value)
value
- allowed object is
Boolean
public String getModelVersion()
String
public void setModelVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |