|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.search.core.schema.RequiredField
public class RequiredField
Java class for RequiredField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequiredField"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{}registryPath"/> <element ref="{}outputString"/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
outputString
|
protected String |
registryPath
|
Constructor Summary | |
---|---|
RequiredField()
|
Method Summary | |
---|---|
String |
getOutputString()
Gets the value of the outputString property. |
String |
getRegistryPath()
Gets the value of the registryPath property. |
void |
setOutputString(String value)
Sets the value of the outputString property. |
void |
setRegistryPath(String value)
Sets the value of the registryPath property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String registryPath
protected String outputString
Constructor Detail |
---|
public RequiredField()
Method Detail |
---|
public String getRegistryPath()
String
public void setRegistryPath(String value)
value
- allowed object is
String
public String getOutputString()
String
public void setOutputString(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |