Uses of Class
gov.nasa.pds.search.core.schema.OutputString
-
Packages that use OutputString Package Description gov.nasa.pds.search.core.schema -
-
Uses of OutputString in gov.nasa.pds.search.core.schema
Fields in gov.nasa.pds.search.core.schema declared as OutputString Modifier and Type Field Description protected OutputString
Field. outputString
Methods in gov.nasa.pds.search.core.schema that return OutputString Modifier and Type Method Description OutputString
ObjectFactory. createOutputString()
Create an instance ofOutputString
OutputString
Field. getOutputString()
Gets the value of the outputString property.Methods in gov.nasa.pds.search.core.schema that return types with arguments of type OutputString Modifier and Type Method Description JAXBElement<OutputString>
ObjectFactory. createOutputString(OutputString value)
Methods in gov.nasa.pds.search.core.schema with parameters of type OutputString Modifier and Type Method Description JAXBElement<OutputString>
ObjectFactory. createOutputString(OutputString value)
void
Field. setOutputString(OutputString value)
Sets the value of the outputString property.
-