net.opengis.sensorML.x10
Interface DataSourceType

All Superinterfaces:
AbstractFeatureType, AbstractGMLType, AbstractProcessType, AbstractSMLType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DataSourceTypeImpl

public interface DataSourceType
extends AbstractProcessType

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.AbstractProcessType
addNewCapabilities, addNewCharacteristics, addNewClassification, addNewContact, addNewDocumentation, addNewHistory, addNewIdentification, addNewKeywords, addNewLegalConstraint, addNewSecurityConstraint, addNewValidTime, getCapabilitiesArray, getCapabilitiesArray, getCharacteristicsArray, getCharacteristicsArray, getClassificationArray, getClassificationArray, getContactArray, getContactArray, getDocumentationArray, getDocumentationArray, getHistoryArray, getHistoryArray, getIdentificationArray, getIdentificationArray, getKeywordsArray, getKeywordsArray, getLegalConstraintArray, getLegalConstraintArray, getSecurityConstraint, getValidTime, insertNewCapabilities, insertNewCharacteristics, insertNewClassification, insertNewContact, insertNewDocumentation, insertNewHistory, insertNewIdentification, insertNewKeywords, insertNewLegalConstraint, isSetSecurityConstraint, isSetValidTime, removeCapabilities, removeCharacteristics, removeClassification, removeContact, removeDocumentation, removeHistory, removeIdentification, removeKeywords, removeLegalConstraint, setCapabilitiesArray, setCapabilitiesArray, setCharacteristicsArray, setCharacteristicsArray, setClassificationArray, setClassificationArray, setContactArray, setContactArray, setDocumentationArray, setDocumentationArray, setHistoryArray, setHistoryArray, setIdentificationArray, setIdentificationArray, setKeywordsArray, setKeywordsArray, setLegalConstraintArray, setLegalConstraintArray, setSecurityConstraint, setValidTime, sizeOfCapabilitiesArray, sizeOfCharacteristicsArray, sizeOfClassificationArray, sizeOfContactArray, sizeOfDocumentationArray, sizeOfHistoryArray, sizeOfIdentificationArray, sizeOfKeywordsArray, sizeOfLegalConstraintArray, unsetSecurityConstraint, unsetValidTime
 
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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDataDefinition

DataSourceType.DataDefinition getDataDefinition()
Gets the "dataDefinition" element


isSetDataDefinition

boolean isSetDataDefinition()
True if has "dataDefinition" element


setDataDefinition

void setDataDefinition(DataSourceType.DataDefinition dataDefinition)
Sets the "dataDefinition" element


addNewDataDefinition

DataSourceType.DataDefinition addNewDataDefinition()
Appends and returns a new empty "dataDefinition" element


unsetDataDefinition

void unsetDataDefinition()
Unsets the "dataDefinition" element


getValues

DataSourceType.Values getValues()
Gets the "values" element


isSetValues

boolean isSetValues()
True if has "values" element


setValues

void setValues(DataSourceType.Values values)
Sets the "values" element


addNewValues

DataSourceType.Values addNewValues()
Appends and returns a new empty "values" element


unsetValues

void unsetValues()
Unsets the "values" element


getObservationReference

DataSourceType.ObservationReference getObservationReference()
Gets the "observationReference" element


isSetObservationReference

boolean isSetObservationReference()
True if has "observationReference" element


setObservationReference

void setObservationReference(DataSourceType.ObservationReference observationReference)
Sets the "observationReference" element


addNewObservationReference

DataSourceType.ObservationReference addNewObservationReference()
Appends and returns a new empty "observationReference" element


unsetObservationReference

void unsetObservationReference()
Unsets the "observationReference" element



Copyright © 2004-2013 52north.org. All Rights Reserved.