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

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

Uses of ContactType in net.opengis.ows.x11
 

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

Methods in net.opengis.ows.x11 with parameters of type ContactType
 void ResponsiblePartyType.setContactInfo(ContactType contactInfo)
          Sets the "ContactInfo" element
 void ResponsiblePartySubsetType.setContactInfo(ContactType contactInfo)
          Sets the "ContactInfo" element
 void ContactInfoDocument.setContactInfo(ContactType contactInfo)
          Sets the "ContactInfo" element
 

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

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

Methods in net.opengis.ows.x11.impl that return ContactType
 ContactType ResponsiblePartyTypeImpl.addNewContactInfo()
          Appends and returns a new empty "ContactInfo" element
 ContactType ResponsiblePartySubsetTypeImpl.addNewContactInfo()
          Appends and returns a new empty "ContactInfo" element
 ContactType ContactInfoDocumentImpl.addNewContactInfo()
          Appends and returns a new empty "ContactInfo" element
 ContactType ResponsiblePartyTypeImpl.getContactInfo()
          Gets the "ContactInfo" element
 ContactType ResponsiblePartySubsetTypeImpl.getContactInfo()
          Gets the "ContactInfo" element
 ContactType ContactInfoDocumentImpl.getContactInfo()
          Gets the "ContactInfo" element
 

Methods in net.opengis.ows.x11.impl with parameters of type ContactType
 void ResponsiblePartyTypeImpl.setContactInfo(ContactType contactInfo)
          Sets the "ContactInfo" element
 void ResponsiblePartySubsetTypeImpl.setContactInfo(ContactType contactInfo)
          Sets the "ContactInfo" element
 void ContactInfoDocumentImpl.setContactInfo(ContactType contactInfo)
          Sets the "ContactInfo" element
 



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