|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.observation.persistence.contsql.jaxb.ContinuousObservationStore.Property
public static class ContinuousObservationStore.Property
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="Column" type="{http://www.deegree.org/datasource/observation/contsql}ColumnType"/>
<element name="Option" type="{http://www.deegree.org/datasource/observation/contsql}OptionType" maxOccurs="unbounded"/>
</sequence>
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ColumnType |
column
|
protected String |
href
|
protected List<OptionType> |
option
|
| Constructor Summary | |
|---|---|
ContinuousObservationStore.Property()
|
|
| Method Summary | |
|---|---|
ColumnType |
getColumn()
Gets the value of the column property. |
String |
getHref()
Gets the value of the href property. |
List<OptionType> |
getOption()
Gets the value of the option property. |
void |
setColumn(ColumnType value)
Sets the value of the column property. |
void |
setHref(String value)
Sets the value of the href property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ColumnType column
protected List<OptionType> option
protected String href
| Constructor Detail |
|---|
public ContinuousObservationStore.Property()
| Method Detail |
|---|
public ColumnType getColumn()
ColumnTypepublic void setColumn(ColumnType value)
value - allowed object is
ColumnTypepublic List<OptionType> getOption()
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 option property.
For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
OptionType
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||