Uses of Interface
net.opengis.ows.x11.ResponsiblePartyType

Packages that use ResponsiblePartyType
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of ResponsiblePartyType in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return ResponsiblePartyType
 ResponsiblePartyType PointOfContactDocument.addNewPointOfContact()
          Appends and returns a new empty "PointOfContact" element
 ResponsiblePartyType PointOfContactDocument.getPointOfContact()
          Gets the "PointOfContact" element
static ResponsiblePartyType ResponsiblePartyType.Factory.newInstance()
           
static ResponsiblePartyType ResponsiblePartyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(File file)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(InputStream is)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(Node node)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(Reader r)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(String xmlAsString)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(URL u)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(XMLStreamReader sr)
           
static ResponsiblePartyType ResponsiblePartyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type ResponsiblePartyType
 void PointOfContactDocument.setPointOfContact(ResponsiblePartyType pointOfContact)
          Sets the "PointOfContact" element
 

Uses of ResponsiblePartyType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement ResponsiblePartyType
 class ResponsiblePartyTypeImpl
          An XML ResponsiblePartyType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return ResponsiblePartyType
 ResponsiblePartyType PointOfContactDocumentImpl.addNewPointOfContact()
          Appends and returns a new empty "PointOfContact" element
 ResponsiblePartyType PointOfContactDocumentImpl.getPointOfContact()
          Gets the "PointOfContact" element
 

Methods in net.opengis.ows.x11.impl with parameters of type ResponsiblePartyType
 void PointOfContactDocumentImpl.setPointOfContact(ResponsiblePartyType pointOfContact)
          Sets the "PointOfContact" element
 



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