Uses of Interface
net.opengis.ows.x11.TelephoneType
-
Packages that use TelephoneType Package Description 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 Modifier and Type Method Description TelephoneTypeContactType. addNewPhone()Appends and returns a new empty "Phone" elementTelephoneTypeContactType. getPhone()Gets the "Phone" elementstatic TelephoneTypeTelephoneType.Factory. newInstance()static TelephoneTypeTelephoneType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TelephoneTypeTelephoneType.Factory. parse(File file)static TelephoneTypeTelephoneType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TelephoneTypeTelephoneType.Factory. parse(InputStream is)static TelephoneTypeTelephoneType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TelephoneTypeTelephoneType.Factory. parse(Reader r)static TelephoneTypeTelephoneType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TelephoneTypeTelephoneType.Factory. parse(String xmlAsString)static TelephoneTypeTelephoneType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TelephoneTypeTelephoneType.Factory. parse(URL u)static TelephoneTypeTelephoneType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TelephoneTypeTelephoneType.Factory. parse(XMLStreamReader sr)static TelephoneTypeTelephoneType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TelephoneTypeTelephoneType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TelephoneTypeTelephoneType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TelephoneTypeTelephoneType.Factory. parse(Node node)static TelephoneTypeTelephoneType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type TelephoneType Modifier and Type Method Description voidContactType. 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 Modifier and Type Class Description classTelephoneTypeImplAn XML TelephoneType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return TelephoneType Modifier and Type Method Description TelephoneTypeContactTypeImpl. addNewPhone()Appends and returns a new empty "Phone" elementTelephoneTypeContactTypeImpl. getPhone()Gets the "Phone" elementMethods in net.opengis.ows.x11.impl with parameters of type TelephoneType Modifier and Type Method Description voidContactTypeImpl. setPhone(TelephoneType phone)Sets the "Phone" element
-