public class ConstantsDataSource extends Object
Java class for constantsDataSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="constantsDataSource">
<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="enabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<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="constantSetRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
constantSetRef |
protected String |
coverage |
protected String |
description |
protected boolean |
enabled |
protected List<ParameterEnum> |
param |
protected int |
priority |
| Constructor and Description |
|---|
ConstantsDataSource() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getConstantSetRef()
Gets the value of the constantSetRef property.
|
String |
getCoverage()
Gets the value of the coverage 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.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setConstantSetRef(Object value)
Sets the value of the constantSetRef property.
|
void |
setCoverage(String value)
Sets the value of the coverage 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.
|
protected List<ParameterEnum> param
protected boolean enabled
protected String coverage
protected String description
protected int priority
protected Object constantSetRef
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 boolean isEnabled()
public void setEnabled(boolean value)
public 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 Object getConstantSetRef()
Object