Package gov.nasa.pds.search.core.schema
Class RequiredField
- java.lang.Object
-
- gov.nasa.pds.search.core.schema.RequiredField
-
public class RequiredField extends Object
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
Fields Modifier and Type Field Description protected String
outputString
protected String
registryPath
-
Constructor Summary
Constructors Constructor Description RequiredField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
getRegistryPath
public String getRegistryPath()
Gets the value of the registryPath property.- Returns:
- possible object is
String
-
setRegistryPath
public void setRegistryPath(String value)
Sets the value of the registryPath property.- Parameters:
value
- allowed object isString
-
getOutputString
public String getOutputString()
Gets the value of the outputString property.- Returns:
- possible object is
String
-
-