|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataSourceType
An XML DataSourceType(@http://www.opengis.net/sensorML/1.0). This is a complex type.
Nested Class Summary | |
---|---|
static interface |
DataSourceType.DataDefinition
An XML dataDefinition(@http://www.opengis.net/sensorML/1.0). |
static class |
DataSourceType.Factory
A factory class with static methods for creating instances of this type. |
static interface |
DataSourceType.ObservationReference
An XML observationReference(@http://www.opengis.net/sensorML/1.0). |
static interface |
DataSourceType.Values
An XML values(@http://www.opengis.net/sensorML/1.0). |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
DataSourceType.DataDefinition |
addNewDataDefinition()
Appends and returns a new empty "dataDefinition" element |
DataSourceType.ObservationReference |
addNewObservationReference()
Appends and returns a new empty "observationReference" element |
DataSourceType.Values |
addNewValues()
Appends and returns a new empty "values" element |
DataSourceType.DataDefinition |
getDataDefinition()
Gets the "dataDefinition" element |
DataSourceType.ObservationReference |
getObservationReference()
Gets the "observationReference" element |
DataSourceType.Values |
getValues()
Gets the "values" element |
boolean |
isSetDataDefinition()
True if has "dataDefinition" element |
boolean |
isSetObservationReference()
True if has "observationReference" element |
boolean |
isSetValues()
True if has "values" element |
void |
setDataDefinition(DataSourceType.DataDefinition dataDefinition)
Sets the "dataDefinition" element |
void |
setObservationReference(DataSourceType.ObservationReference observationReference)
Sets the "observationReference" element |
void |
setValues(DataSourceType.Values values)
Sets the "values" element |
void |
unsetDataDefinition()
Unsets the "dataDefinition" element |
void |
unsetObservationReference()
Unsets the "observationReference" element |
void |
unsetValues()
Unsets the "values" element |
Methods inherited from interface net.opengis.sensorML.x10.AbstractSMLType |
---|
addNewName, getNameArray, getNameArray, insertNewName, removeName, setNameArray, setNameArray, sizeOfNameArray |
Methods inherited from interface net.opengis.gml.AbstractFeatureType |
---|
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, unsetBoundedBy, unsetLocation |
Methods inherited from interface net.opengis.gml.AbstractGMLType |
---|
addNewDescription, addNewMetaDataProperty, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, insertNewMetaDataProperty, isSetDescription, isSetId, removeMetaDataProperty, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, sizeOfMetaDataPropertyArray, unsetDescription, unsetId, xgetId, xsetId |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
DataSourceType.DataDefinition getDataDefinition()
boolean isSetDataDefinition()
void setDataDefinition(DataSourceType.DataDefinition dataDefinition)
DataSourceType.DataDefinition addNewDataDefinition()
void unsetDataDefinition()
DataSourceType.Values getValues()
boolean isSetValues()
void setValues(DataSourceType.Values values)
DataSourceType.Values addNewValues()
void unsetValues()
DataSourceType.ObservationReference getObservationReference()
boolean isSetObservationReference()
void setObservationReference(DataSourceType.ObservationReference observationReference)
DataSourceType.ObservationReference addNewObservationReference()
void unsetObservationReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |