org.deegree.observation.persistence.contsql.jaxb
Class ContinuousObservationStore.Property

java.lang.Object
  extended by org.deegree.observation.persistence.contsql.jaxb.ContinuousObservationStore.Property
Enclosing class:
ContinuousObservationStore

public static class ContinuousObservationStore.Property
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="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

column

protected ColumnType column

option

protected List<OptionType> option

href

protected String href
Constructor Detail

ContinuousObservationStore.Property

public ContinuousObservationStore.Property()
Method Detail

getColumn

public ColumnType getColumn()
Gets the value of the column property.

Returns:
possible object is ColumnType

setColumn

public void setColumn(ColumnType value)
Sets the value of the column property.

Parameters:
value - allowed object is ColumnType

getOption

public List<OptionType> getOption()
Gets the value of the option property.

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


getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.