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

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

Uses of AddressType in net.opengis.ows.x11
 

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

Methods in net.opengis.ows.x11 with parameters of type AddressType
 void ContactType.setAddress(AddressType address)
          Sets the "Address" element
 

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

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

Methods in net.opengis.ows.x11.impl that return AddressType
 AddressType ContactTypeImpl.addNewAddress()
          Appends and returns a new empty "Address" element
 AddressType ContactTypeImpl.getAddress()
          Gets the "Address" element
 

Methods in net.opengis.ows.x11.impl with parameters of type AddressType
 void ContactTypeImpl.setAddress(AddressType address)
          Sets the "Address" element
 



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