public class Field
extends java.lang.Object
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"> <sequence> <element ref="{}registryPath" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}outputString" minOccurs="0"/> </sequence> <attribute ref="{}name use="required""/> <attribute ref="{}type use="required""/> <attribute ref="{}default"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_default |
protected java.lang.String |
name |
protected OutputString |
outputString |
protected java.util.List<java.lang.String> |
registryPath |
protected DataType |
type |
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefault()
Gets the value of the default property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
OutputString |
getOutputString()
Gets the value of the outputString property.
|
java.util.List<java.lang.String> |
getRegistryPath()
Gets the value of the registryPath property.
|
DataType |
getType()
Gets the value of the type property.
|
void |
setDefault(java.lang.String value)
Sets the value of the default property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOutputString(OutputString value)
Sets the value of the outputString property.
|
void |
setType(DataType value)
Sets the value of the type property.
|
protected java.util.List<java.lang.String> registryPath
protected OutputString outputString
protected java.lang.String name
protected DataType type
protected java.lang.String _default
public java.util.List<java.lang.String> getRegistryPath()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the registryPath property.
For example, to add a new item, do as follows:
getRegistryPath().add(newItem);
Objects of the following type(s) are allowed in the list
String
public OutputString getOutputString()
OutputString
public void setOutputString(OutputString value)
value
- allowed object is
OutputString
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public DataType getType()
DataType
public void setType(DataType value)
value
- allowed object is
DataType
public java.lang.String getDefault()
String
public void setDefault(java.lang.String value)
value
- allowed object is
String
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.