Uses of Interface
net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink
-
Packages that use ArrayLinkDocument.ArrayLink Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ArrayLinkDocument.ArrayLink in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ArrayLinkDocument.ArrayLink Modifier and Type Method Description ArrayLinkDocument.ArrayLinkArrayLinkDocument. addNewArrayLink()Appends and returns a new empty "ArrayLink" elementArrayLinkDocument.ArrayLinkConnectionDocument.Connection. addNewArrayLink()Appends and returns a new empty "ArrayLink" elementArrayLinkDocument.ArrayLinkArrayLinkDocument. getArrayLink()Gets the "ArrayLink" elementArrayLinkDocument.ArrayLinkConnectionDocument.Connection. getArrayLink()Gets the "ArrayLink" elementstatic ArrayLinkDocument.ArrayLinkArrayLinkDocument.ArrayLink.Factory. newInstance()static ArrayLinkDocument.ArrayLinkArrayLinkDocument.ArrayLink.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ArrayLinkDocument.ArrayLink Modifier and Type Method Description voidArrayLinkDocument. setArrayLink(ArrayLinkDocument.ArrayLink arrayLink)Sets the "ArrayLink" elementvoidConnectionDocument.Connection. setArrayLink(ArrayLinkDocument.ArrayLink arrayLink)Sets the "ArrayLink" element -
Uses of ArrayLinkDocument.ArrayLink in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ArrayLinkDocument.ArrayLink Modifier and Type Class Description static classArrayLinkDocumentImpl.ArrayLinkImplAn XML ArrayLink(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ArrayLinkDocument.ArrayLink Modifier and Type Method Description ArrayLinkDocument.ArrayLinkArrayLinkDocumentImpl. addNewArrayLink()Appends and returns a new empty "ArrayLink" elementArrayLinkDocument.ArrayLinkConnectionDocumentImpl.ConnectionImpl. addNewArrayLink()Appends and returns a new empty "ArrayLink" elementArrayLinkDocument.ArrayLinkArrayLinkDocumentImpl. getArrayLink()Gets the "ArrayLink" elementArrayLinkDocument.ArrayLinkConnectionDocumentImpl.ConnectionImpl. getArrayLink()Gets the "ArrayLink" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ArrayLinkDocument.ArrayLink Modifier and Type Method Description voidArrayLinkDocumentImpl. setArrayLink(ArrayLinkDocument.ArrayLink arrayLink)Sets the "ArrayLink" elementvoidConnectionDocumentImpl.ConnectionImpl. setArrayLink(ArrayLinkDocument.ArrayLink arrayLink)Sets the "ArrayLink" element
-