Uses of Interface
net.opengis.ows11.ResponsiblePartySubsetType

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

Uses of ResponsiblePartySubsetType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return ResponsiblePartySubsetType
 ResponsiblePartySubsetType Ows11Factory.createResponsiblePartySubsetType()
          Returns a new object of class 'Responsible Party Subset Type'.
 ResponsiblePartySubsetType ServiceProviderType.getServiceContact()
          Returns the value of the 'Service Contact' containment reference.
 

Methods in net.opengis.ows11 with parameters of type ResponsiblePartySubsetType
 void ServiceProviderType.setServiceContact(ResponsiblePartySubsetType value)
          Sets the value of the 'Service Contact' containment reference.
 

Uses of ResponsiblePartySubsetType in net.opengis.ows11.impl
 

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

Fields in net.opengis.ows11.impl declared as ResponsiblePartySubsetType
protected  ResponsiblePartySubsetType ServiceProviderTypeImpl.serviceContact
          The cached value of the 'Service Contact' containment reference.
 

Methods in net.opengis.ows11.impl that return ResponsiblePartySubsetType
 ResponsiblePartySubsetType Ows11FactoryImpl.createResponsiblePartySubsetType()
           
 ResponsiblePartySubsetType ServiceProviderTypeImpl.getServiceContact()
           
 

Methods in net.opengis.ows11.impl with parameters of type ResponsiblePartySubsetType
 org.eclipse.emf.common.notify.NotificationChain ServiceProviderTypeImpl.basicSetServiceContact(ResponsiblePartySubsetType newServiceContact, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ServiceProviderTypeImpl.setServiceContact(ResponsiblePartySubsetType newServiceContact)
           
 

Uses of ResponsiblePartySubsetType in net.opengis.ows11.util
 

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

Uses of ResponsiblePartySubsetType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type ResponsiblePartySubsetType
 boolean ServiceProviderTypeValidator.validateServiceContact(ResponsiblePartySubsetType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.