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

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

Uses of TelephoneType in net.opengis.ows.x11
 

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

Methods in net.opengis.ows.x11 with parameters of type TelephoneType
 void ContactType.setPhone(TelephoneType phone)
          Sets the "Phone" element
 

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

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

Methods in net.opengis.ows.x11.impl that return TelephoneType
 TelephoneType ContactTypeImpl.addNewPhone()
          Appends and returns a new empty "Phone" element
 TelephoneType ContactTypeImpl.getPhone()
          Gets the "Phone" element
 

Methods in net.opengis.ows.x11.impl with parameters of type TelephoneType
 void ContactTypeImpl.setPhone(TelephoneType phone)
          Sets the "Phone" element
 



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