Uses of Interface
net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceIndex
-
Packages that use ArrayLinkDocument.ArrayLink.SourceIndex Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ArrayLinkDocument.ArrayLink.SourceIndex in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ArrayLinkDocument.ArrayLink.SourceIndex Modifier and Type Method Description ArrayLinkDocument.ArrayLink.SourceIndexArrayLinkDocument.ArrayLink. addNewSourceIndex()Appends and returns a new empty "sourceIndex" elementArrayLinkDocument.ArrayLink.SourceIndexArrayLinkDocument.ArrayLink. getSourceIndex()Gets the "sourceIndex" elementstatic ArrayLinkDocument.ArrayLink.SourceIndexArrayLinkDocument.ArrayLink.SourceIndex.Factory. newInstance()static ArrayLinkDocument.ArrayLink.SourceIndexArrayLinkDocument.ArrayLink.SourceIndex.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ArrayLinkDocument.ArrayLink.SourceIndex Modifier and Type Method Description voidArrayLinkDocument.ArrayLink. setSourceIndex(ArrayLinkDocument.ArrayLink.SourceIndex sourceIndex)Sets the "sourceIndex" element -
Uses of ArrayLinkDocument.ArrayLink.SourceIndex in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ArrayLinkDocument.ArrayLink.SourceIndex Modifier and Type Class Description static classArrayLinkDocumentImpl.ArrayLinkImpl.SourceIndexImplAn XML sourceIndex(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ArrayLinkDocument.ArrayLink.SourceIndex Modifier and Type Method Description ArrayLinkDocument.ArrayLink.SourceIndexArrayLinkDocumentImpl.ArrayLinkImpl. addNewSourceIndex()Appends and returns a new empty "sourceIndex" elementArrayLinkDocument.ArrayLink.SourceIndexArrayLinkDocumentImpl.ArrayLinkImpl. getSourceIndex()Gets the "sourceIndex" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ArrayLinkDocument.ArrayLink.SourceIndex Modifier and Type Method Description voidArrayLinkDocumentImpl.ArrayLinkImpl. setSourceIndex(ArrayLinkDocument.ArrayLink.SourceIndex sourceIndex)Sets the "sourceIndex" element
-