Uses of Interface
net.opengis.sensorml.x20.LinkType
-
Packages that use LinkType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of LinkType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return LinkType Modifier and Type Method Description LinkTypeConnectionListType.Connection. addNewLink()Appends and returns a new empty "Link" elementLinkTypeLinkDocument. addNewLink()Appends and returns a new empty "Link" elementLinkTypeLinkPropertyType. addNewLink()Appends and returns a new empty "Link" elementLinkTypeConnectionListType.Connection. getLink()Gets the "Link" elementLinkTypeLinkDocument. getLink()Gets the "Link" elementLinkTypeLinkPropertyType. getLink()Gets the "Link" elementstatic LinkTypeLinkType.Factory. newInstance()static LinkTypeLinkType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(File file)static LinkTypeLinkType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(InputStream is)static LinkTypeLinkType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(Reader r)static LinkTypeLinkType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(String xmlAsString)static LinkTypeLinkType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(URL u)static LinkTypeLinkType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(XMLStreamReader sr)static LinkTypeLinkType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinkTypeLinkType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinkTypeLinkType.Factory. parse(Node node)static LinkTypeLinkType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type LinkType Modifier and Type Method Description voidConnectionListType.Connection. setLink(LinkType link)Sets the "Link" elementvoidLinkDocument. setLink(LinkType link)Sets the "Link" elementvoidLinkPropertyType. setLink(LinkType link)Sets the "Link" element -
Uses of LinkType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement LinkType Modifier and Type Class Description classLinkTypeImplAn XML LinkType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return LinkType Modifier and Type Method Description LinkTypeConnectionListTypeImpl.ConnectionImpl. addNewLink()Appends and returns a new empty "Link" elementLinkTypeLinkDocumentImpl. addNewLink()Appends and returns a new empty "Link" elementLinkTypeLinkPropertyTypeImpl. addNewLink()Appends and returns a new empty "Link" elementLinkTypeConnectionListTypeImpl.ConnectionImpl. getLink()Gets the "Link" elementLinkTypeLinkDocumentImpl. getLink()Gets the "Link" elementLinkTypeLinkPropertyTypeImpl. getLink()Gets the "Link" elementMethods in net.opengis.sensorml.x20.impl with parameters of type LinkType Modifier and Type Method Description voidConnectionListTypeImpl.ConnectionImpl. setLink(LinkType link)Sets the "Link" elementvoidLinkDocumentImpl. setLink(LinkType link)Sets the "Link" elementvoidLinkPropertyTypeImpl. setLink(LinkType link)Sets the "Link" element
-