Uses of Interface
net.opengis.swes.x20.NotificationProducerMetadataType
-
Packages that use NotificationProducerMetadataType Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of NotificationProducerMetadataType in net.opengis.swes.x20
Subinterfaces of NotificationProducerMetadataType in net.opengis.swes.x20 Modifier and Type Interface Description interfaceNotificationBrokerMetadataTypeAn XML NotificationBrokerMetadataType(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20 that return NotificationProducerMetadataType Modifier and Type Method Description NotificationProducerMetadataTypeNotificationProducerMetadataDocument. addNewNotificationProducerMetadata()Appends and returns a new empty "NotificationProducerMetadata" elementNotificationProducerMetadataTypeNotificationProducerMetadataPropertyType. addNewNotificationProducerMetadata()Appends and returns a new empty "NotificationProducerMetadata" elementNotificationProducerMetadataTypeNotificationProducerMetadataDocument. getNotificationProducerMetadata()Gets the "NotificationProducerMetadata" elementNotificationProducerMetadataTypeNotificationProducerMetadataPropertyType. getNotificationProducerMetadata()Gets the "NotificationProducerMetadata" elementstatic NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. newInstance()static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(File file)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(InputStream is)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(Reader r)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(String xmlAsString)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(URL u)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(XMLStreamReader sr)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(Node node)static NotificationProducerMetadataTypeNotificationProducerMetadataType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type NotificationProducerMetadataType Modifier and Type Method Description voidNotificationProducerMetadataDocument. setNotificationProducerMetadata(NotificationProducerMetadataType notificationProducerMetadata)Sets the "NotificationProducerMetadata" elementvoidNotificationProducerMetadataPropertyType. setNotificationProducerMetadata(NotificationProducerMetadataType notificationProducerMetadata)Sets the "NotificationProducerMetadata" element -
Uses of NotificationProducerMetadataType in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement NotificationProducerMetadataType Modifier and Type Class Description classNotificationBrokerMetadataTypeImplAn XML NotificationBrokerMetadataType(@http://www.opengis.net/swes/2.0).classNotificationProducerMetadataTypeImplAn XML NotificationProducerMetadataType(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return NotificationProducerMetadataType Modifier and Type Method Description NotificationProducerMetadataTypeNotificationProducerMetadataDocumentImpl. addNewNotificationProducerMetadata()Appends and returns a new empty "NotificationProducerMetadata" elementNotificationProducerMetadataTypeNotificationProducerMetadataPropertyTypeImpl. addNewNotificationProducerMetadata()Appends and returns a new empty "NotificationProducerMetadata" elementNotificationProducerMetadataTypeNotificationProducerMetadataDocumentImpl. getNotificationProducerMetadata()Gets the "NotificationProducerMetadata" elementNotificationProducerMetadataTypeNotificationProducerMetadataPropertyTypeImpl. getNotificationProducerMetadata()Gets the "NotificationProducerMetadata" elementMethods in net.opengis.swes.x20.impl with parameters of type NotificationProducerMetadataType Modifier and Type Method Description voidNotificationProducerMetadataDocumentImpl. setNotificationProducerMetadata(NotificationProducerMetadataType notificationProducerMetadata)Sets the "NotificationProducerMetadata" elementvoidNotificationProducerMetadataPropertyTypeImpl. setNotificationProducerMetadata(NotificationProducerMetadataType notificationProducerMetadata)Sets the "NotificationProducerMetadata" element
-