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