public class RequiredField
extends java.lang.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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
outputString |
protected java.lang.String |
registryPath |
Constructor and Description |
---|
RequiredField() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOutputString()
Gets the value of the outputString property.
|
java.lang.String |
getRegistryPath()
Gets the value of the registryPath property.
|
void |
setOutputString(java.lang.String value)
Sets the value of the outputString property.
|
void |
setRegistryPath(java.lang.String value)
Sets the value of the registryPath property.
|
protected java.lang.String registryPath
protected java.lang.String outputString
public java.lang.String getRegistryPath()
String
public void setRegistryPath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOutputString()
String
public void setOutputString(java.lang.String value)
value
- allowed object is
String
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.