Uses of Interface
net.opengis.wms.ContactPersonPrimaryDocument

Packages that use ContactPersonPrimaryDocument
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of ContactPersonPrimaryDocument in net.opengis.wms
 

Methods in net.opengis.wms that return ContactPersonPrimaryDocument
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.newInstance()
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(File file)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(InputStream is)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(Node node)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(Reader r)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(String xmlAsString)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(URL u)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(XMLStreamReader sr)
           
static ContactPersonPrimaryDocument ContactPersonPrimaryDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of ContactPersonPrimaryDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement ContactPersonPrimaryDocument
 class ContactPersonPrimaryDocumentImpl
          A document containing one ContactPersonPrimary(@http://www.opengis.net/wms) element.
 



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