net.opengis.sensorML.x10
Interface AbstractDerivableComponentType

All Superinterfaces:
AbstractFeatureType, AbstractGMLType, AbstractProcessType, AbstractSMLType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
AbstractComponentType, ComponentArrayType, ComponentType, SystemType
All Known Implementing Classes:
AbstractComponentTypeImpl, AbstractDerivableComponentTypeImpl, ComponentArrayTypeImpl, ComponentTypeImpl, SystemTypeImpl

public interface AbstractDerivableComponentType
extends AbstractProcessType

An XML AbstractDerivableComponentType(@http://www.opengis.net/sensorML/1.0). This is a complex type.


Nested Class Summary
static class AbstractDerivableComponentType.Factory
          A factory class with static methods for creating instances of this type.
 
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
 InterfacesDocument.Interfaces addNewInterfaces()
          Appends and returns a new empty "interfaces" element
 PositionDocument.Position addNewPosition()
          Appends and returns a new empty "position" element
 SmlLocation.SmlLocation2 addNewSmlLocation()
          Appends and returns a new empty "location" element
 SpatialReferenceFrameDocument.SpatialReferenceFrame addNewSpatialReferenceFrame()
          Appends and returns a new empty "spatialReferenceFrame" element
 TemporalReferenceFrameDocument.TemporalReferenceFrame addNewTemporalReferenceFrame()
          Appends and returns a new empty "temporalReferenceFrame" element
 TimePositionDocument.TimePosition addNewTimePosition()
          Appends and returns a new empty "timePosition" element
 InterfacesDocument.Interfaces getInterfaces()
          Gets the "interfaces" element
 PositionDocument.Position getPosition()
          Gets the "position" element
 SmlLocation.SmlLocation2 getSmlLocation()
          Gets the "location" element
 SpatialReferenceFrameDocument.SpatialReferenceFrame getSpatialReferenceFrame()
          Gets the "spatialReferenceFrame" element
 TemporalReferenceFrameDocument.TemporalReferenceFrame getTemporalReferenceFrame()
          Gets the "temporalReferenceFrame" element
 TimePositionDocument.TimePosition getTimePosition()
          Gets the "timePosition" element
 boolean isSetInterfaces()
          True if has "interfaces" element
 boolean isSetPosition()
          True if has "position" element
 boolean isSetSmlLocation()
          True if has "location" element
 boolean isSetSpatialReferenceFrame()
          True if has "spatialReferenceFrame" element
 boolean isSetTemporalReferenceFrame()
          True if has "temporalReferenceFrame" element
 boolean isSetTimePosition()
          True if has "timePosition" element
 void setInterfaces(InterfacesDocument.Interfaces interfaces)
          Sets the "interfaces" element
 void setPosition(PositionDocument.Position position)
          Sets the "position" element
 void setSmlLocation(SmlLocation.SmlLocation2 smlLocation)
          Sets the "location" element
 void setSpatialReferenceFrame(SpatialReferenceFrameDocument.SpatialReferenceFrame spatialReferenceFrame)
          Sets the "spatialReferenceFrame" element
 void setTemporalReferenceFrame(TemporalReferenceFrameDocument.TemporalReferenceFrame temporalReferenceFrame)
          Sets the "temporalReferenceFrame" element
 void setTimePosition(TimePositionDocument.TimePosition timePosition)
          Sets the "timePosition" element
 void unsetInterfaces()
          Unsets the "interfaces" element
 void unsetPosition()
          Unsets the "position" element
 void unsetSmlLocation()
          Unsets the "location" element
 void unsetSpatialReferenceFrame()
          Unsets the "spatialReferenceFrame" element
 void unsetTemporalReferenceFrame()
          Unsets the "temporalReferenceFrame" element
 void unsetTimePosition()
          Unsets the "timePosition" 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

getSpatialReferenceFrame

SpatialReferenceFrameDocument.SpatialReferenceFrame getSpatialReferenceFrame()
Gets the "spatialReferenceFrame" element


isSetSpatialReferenceFrame

boolean isSetSpatialReferenceFrame()
True if has "spatialReferenceFrame" element


setSpatialReferenceFrame

void setSpatialReferenceFrame(SpatialReferenceFrameDocument.SpatialReferenceFrame spatialReferenceFrame)
Sets the "spatialReferenceFrame" element


addNewSpatialReferenceFrame

SpatialReferenceFrameDocument.SpatialReferenceFrame addNewSpatialReferenceFrame()
Appends and returns a new empty "spatialReferenceFrame" element


unsetSpatialReferenceFrame

void unsetSpatialReferenceFrame()
Unsets the "spatialReferenceFrame" element


getTemporalReferenceFrame

TemporalReferenceFrameDocument.TemporalReferenceFrame getTemporalReferenceFrame()
Gets the "temporalReferenceFrame" element


isSetTemporalReferenceFrame

boolean isSetTemporalReferenceFrame()
True if has "temporalReferenceFrame" element


setTemporalReferenceFrame

void setTemporalReferenceFrame(TemporalReferenceFrameDocument.TemporalReferenceFrame temporalReferenceFrame)
Sets the "temporalReferenceFrame" element


addNewTemporalReferenceFrame

TemporalReferenceFrameDocument.TemporalReferenceFrame addNewTemporalReferenceFrame()
Appends and returns a new empty "temporalReferenceFrame" element


unsetTemporalReferenceFrame

void unsetTemporalReferenceFrame()
Unsets the "temporalReferenceFrame" element


getSmlLocation

SmlLocation.SmlLocation2 getSmlLocation()
Gets the "location" element


isSetSmlLocation

boolean isSetSmlLocation()
True if has "location" element


setSmlLocation

void setSmlLocation(SmlLocation.SmlLocation2 smlLocation)
Sets the "location" element


addNewSmlLocation

SmlLocation.SmlLocation2 addNewSmlLocation()
Appends and returns a new empty "location" element


unsetSmlLocation

void unsetSmlLocation()
Unsets the "location" element


getPosition

PositionDocument.Position getPosition()
Gets the "position" element


isSetPosition

boolean isSetPosition()
True if has "position" element


setPosition

void setPosition(PositionDocument.Position position)
Sets the "position" element


addNewPosition

PositionDocument.Position addNewPosition()
Appends and returns a new empty "position" element


unsetPosition

void unsetPosition()
Unsets the "position" element


getTimePosition

TimePositionDocument.TimePosition getTimePosition()
Gets the "timePosition" element


isSetTimePosition

boolean isSetTimePosition()
True if has "timePosition" element


setTimePosition

void setTimePosition(TimePositionDocument.TimePosition timePosition)
Sets the "timePosition" element


addNewTimePosition

TimePositionDocument.TimePosition addNewTimePosition()
Appends and returns a new empty "timePosition" element


unsetTimePosition

void unsetTimePosition()
Unsets the "timePosition" element


getInterfaces

InterfacesDocument.Interfaces getInterfaces()
Gets the "interfaces" element


isSetInterfaces

boolean isSetInterfaces()
True if has "interfaces" element


setInterfaces

void setInterfaces(InterfacesDocument.Interfaces interfaces)
Sets the "interfaces" element


addNewInterfaces

InterfacesDocument.Interfaces addNewInterfaces()
Appends and returns a new empty "interfaces" element


unsetInterfaces

void unsetInterfaces()
Unsets the "interfaces" element



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