public class DataSource extends Object
Java class for dataSource complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="dataSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="param" type="{http://www.nps.edu/AUVW}parameterEnum" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="datatype" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="coverage" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="priority" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="auxString" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | auxString | 
| protected String | coverage | 
| protected String | datatype | 
| protected String | description | 
| protected Boolean | enabled | 
| protected List<ParameterEnum> | param | 
| protected int | priority | 
| protected String | source | 
| Constructor and Description | 
|---|
| DataSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAuxString()Gets the value of the auxString property. | 
| String | getCoverage()Gets the value of the coverage property. | 
| String | getDatatype()Gets the value of the datatype property. | 
| String | getDescription()Gets the value of the description property. | 
| List<ParameterEnum> | getParam()Gets the value of the param property. | 
| int | getPriority()Gets the value of the priority property. | 
| String | getSource()Gets the value of the source property. | 
| boolean | isEnabled()Gets the value of the enabled property. | 
| void | setAuxString(String value)Sets the value of the auxString property. | 
| void | setCoverage(String value)Sets the value of the coverage property. | 
| void | setDatatype(String value)Sets the value of the datatype property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setEnabled(Boolean value)Sets the value of the enabled property. | 
| void | setPriority(int value)Sets the value of the priority property. | 
| void | setSource(String value)Sets the value of the source property. | 
protected List<ParameterEnum> param
protected String datatype
protected Boolean enabled
protected String source
protected String coverage
protected String description
protected int priority
protected String auxString
public List<ParameterEnum> getParam()
 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 param property.
 
 
For example, to add a new item, do as follows:
    getParam().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 ParameterEnum
public String getDatatype()
Stringpublic void setDatatype(String value)
value - allowed object is
     Stringpublic boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
     Booleanpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
     Stringpublic String getCoverage()
Stringpublic void setCoverage(String value)
value - allowed object is
     Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     Stringpublic int getPriority()
public void setPriority(int value)
public String getAuxString()
String