|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractDerivableComponentType
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.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 |
---|
SpatialReferenceFrameDocument.SpatialReferenceFrame getSpatialReferenceFrame()
boolean isSetSpatialReferenceFrame()
void setSpatialReferenceFrame(SpatialReferenceFrameDocument.SpatialReferenceFrame spatialReferenceFrame)
SpatialReferenceFrameDocument.SpatialReferenceFrame addNewSpatialReferenceFrame()
void unsetSpatialReferenceFrame()
TemporalReferenceFrameDocument.TemporalReferenceFrame getTemporalReferenceFrame()
boolean isSetTemporalReferenceFrame()
void setTemporalReferenceFrame(TemporalReferenceFrameDocument.TemporalReferenceFrame temporalReferenceFrame)
TemporalReferenceFrameDocument.TemporalReferenceFrame addNewTemporalReferenceFrame()
void unsetTemporalReferenceFrame()
SmlLocation.SmlLocation2 getSmlLocation()
boolean isSetSmlLocation()
void setSmlLocation(SmlLocation.SmlLocation2 smlLocation)
SmlLocation.SmlLocation2 addNewSmlLocation()
void unsetSmlLocation()
PositionDocument.Position getPosition()
boolean isSetPosition()
void setPosition(PositionDocument.Position position)
PositionDocument.Position addNewPosition()
void unsetPosition()
TimePositionDocument.TimePosition getTimePosition()
boolean isSetTimePosition()
void setTimePosition(TimePositionDocument.TimePosition timePosition)
TimePositionDocument.TimePosition addNewTimePosition()
void unsetTimePosition()
InterfacesDocument.Interfaces getInterfaces()
boolean isSetInterfaces()
void setInterfaces(InterfacesDocument.Interfaces interfaces)
InterfacesDocument.Interfaces addNewInterfaces()
void unsetInterfaces()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |