public class EnvironmentalConfiguration extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataSource" type="{http://www.nps.edu/AUVW}dataSource" maxOccurs="unbounded" minOccurs="0"/> <element name="constantDataSource" type="{http://www.nps.edu/AUVW}constantsDataSource" maxOccurs="unbounded" minOccurs="0"/> <element name="defaultDataSource" type="{http://www.nps.edu/AUVW}constantsDataSource"/> <element name="constantSet" type="{http://www.nps.edu/AUVW}constantSet" maxOccurs="unbounded"/> </sequence> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ConstantsDataSource> |
constantDataSource |
protected List<ConstantSet> |
constantSet |
protected List<DataSource> |
dataSource |
protected ConstantsDataSource |
defaultDataSource |
protected String |
description |
Constructor and Description |
---|
EnvironmentalConfiguration() |
Modifier and Type | Method and Description |
---|---|
List<ConstantsDataSource> |
getConstantDataSource()
Gets the value of the constantDataSource property.
|
List<ConstantSet> |
getConstantSet()
Gets the value of the constantSet property.
|
List<DataSource> |
getDataSource()
Gets the value of the dataSource property.
|
ConstantsDataSource |
getDefaultDataSource()
Gets the value of the defaultDataSource property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
setDefaultDataSource(ConstantsDataSource value)
Sets the value of the defaultDataSource property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected List<DataSource> dataSource
protected List<ConstantsDataSource> constantDataSource
protected ConstantsDataSource defaultDataSource
protected List<ConstantSet> constantSet
protected String description
public List<DataSource> getDataSource()
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 dataSource property.
For example, to add a new item, do as follows:
getDataSource().add(newItem);
Objects of the following type(s) are allowed in the list
DataSource
public List<ConstantsDataSource> getConstantDataSource()
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 constantDataSource property.
For example, to add a new item, do as follows:
getConstantDataSource().add(newItem);
Objects of the following type(s) are allowed in the list
ConstantsDataSource
public ConstantsDataSource getDefaultDataSource()
ConstantsDataSource
public void setDefaultDataSource(ConstantsDataSource value)
value
- allowed object is
ConstantsDataSource
public List<ConstantSet> getConstantSet()
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 constantSet property.
For example, to add a new item, do as follows:
getConstantSet().add(newItem);
Objects of the following type(s) are allowed in the list
ConstantSet
public String getDescription()
String