Uses of Interface
net.opengis.ows11.ResponsiblePartyType

Packages that use ResponsiblePartyType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
 

Uses of ResponsiblePartyType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return ResponsiblePartyType
 ResponsiblePartyType Ows11Factory.createResponsiblePartyType()
          Returns a new object of class 'Responsible Party Type'.
 ResponsiblePartyType DocumentRoot.getPointOfContact()
          Returns the value of the 'Point Of Contact' containment reference.
 

Methods in net.opengis.ows11 with parameters of type ResponsiblePartyType
 void DocumentRoot.setPointOfContact(ResponsiblePartyType value)
          Sets the value of the 'Point Of Contact' containment reference.
 

Uses of ResponsiblePartyType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement ResponsiblePartyType
 class ResponsiblePartyTypeImpl
          An implementation of the model object 'Responsible Party Type'.
 

Methods in net.opengis.ows11.impl that return ResponsiblePartyType
 ResponsiblePartyType Ows11FactoryImpl.createResponsiblePartyType()
           
 ResponsiblePartyType DocumentRootImpl.getPointOfContact()
           
 

Methods in net.opengis.ows11.impl with parameters of type ResponsiblePartyType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetPointOfContact(ResponsiblePartyType newPointOfContact, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setPointOfContact(ResponsiblePartyType newPointOfContact)
           
 

Uses of ResponsiblePartyType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type ResponsiblePartyType
 java.lang.Object Ows11Switch.caseResponsiblePartyType(ResponsiblePartyType object)
          Returns the result of interpreting the object as an instance of 'Responsible Party Type'.
 boolean Ows11Validator.validateResponsiblePartyType(ResponsiblePartyType responsiblePartyType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ResponsiblePartyType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type ResponsiblePartyType
 boolean DocumentRootValidator.validatePointOfContact(ResponsiblePartyType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.