Uses of Interface
net.opengis.swes.x20.NotificationProducerMetadataType

Packages that use NotificationProducerMetadataType
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
 interface NotificationBrokerMetadataType
          An XML NotificationBrokerMetadataType(@http://www.opengis.net/swes/2.0).
 

Methods in net.opengis.swes.x20 that return NotificationProducerMetadataType
 NotificationProducerMetadataType NotificationProducerMetadataPropertyType.addNewNotificationProducerMetadata()
          Appends and returns a new empty "NotificationProducerMetadata" element
 NotificationProducerMetadataType NotificationProducerMetadataDocument.addNewNotificationProducerMetadata()
          Appends and returns a new empty "NotificationProducerMetadata" element
 NotificationProducerMetadataType NotificationProducerMetadataPropertyType.getNotificationProducerMetadata()
          Gets the "NotificationProducerMetadata" element
 NotificationProducerMetadataType NotificationProducerMetadataDocument.getNotificationProducerMetadata()
          Gets the "NotificationProducerMetadata" element
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.newInstance()
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(File file)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(InputStream is)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(Node node)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(Reader r)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(String xmlAsString)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(URL u)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(XMLStreamReader sr)
           
static NotificationProducerMetadataType NotificationProducerMetadataType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.swes.x20 with parameters of type NotificationProducerMetadataType
 void NotificationProducerMetadataPropertyType.setNotificationProducerMetadata(NotificationProducerMetadataType notificationProducerMetadata)
          Sets the "NotificationProducerMetadata" element
 void NotificationProducerMetadataDocument.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
 class NotificationBrokerMetadataTypeImpl
          An XML NotificationBrokerMetadataType(@http://www.opengis.net/swes/2.0).
 class NotificationProducerMetadataTypeImpl
          An XML NotificationProducerMetadataType(@http://www.opengis.net/swes/2.0).
 

Methods in net.opengis.swes.x20.impl that return NotificationProducerMetadataType
 NotificationProducerMetadataType NotificationProducerMetadataPropertyTypeImpl.addNewNotificationProducerMetadata()
          Appends and returns a new empty "NotificationProducerMetadata" element
 NotificationProducerMetadataType NotificationProducerMetadataDocumentImpl.addNewNotificationProducerMetadata()
          Appends and returns a new empty "NotificationProducerMetadata" element
 NotificationProducerMetadataType NotificationProducerMetadataPropertyTypeImpl.getNotificationProducerMetadata()
          Gets the "NotificationProducerMetadata" element
 NotificationProducerMetadataType NotificationProducerMetadataDocumentImpl.getNotificationProducerMetadata()
          Gets the "NotificationProducerMetadata" element
 

Methods in net.opengis.swes.x20.impl with parameters of type NotificationProducerMetadataType
 void NotificationProducerMetadataPropertyTypeImpl.setNotificationProducerMetadata(NotificationProducerMetadataType notificationProducerMetadata)
          Sets the "NotificationProducerMetadata" element
 void NotificationProducerMetadataDocumentImpl.setNotificationProducerMetadata(NotificationProducerMetadataType notificationProducerMetadata)
          Sets the "NotificationProducerMetadata" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.