Uses of Interface
net.opengis.ows11.ResponsiblePartySubsetType
- 
Packages that use ResponsiblePartySubsetType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation org.geotools.metadata.iso.citation Citation implementation.
- 
- 
Uses of ResponsiblePartySubsetType in net.opengis.ows11Methods in net.opengis.ows11 that return ResponsiblePartySubsetType Modifier and Type Method Description ResponsiblePartySubsetTypeOws11Factory. createResponsiblePartySubsetType()Returns a new object of class 'Responsible Party Subset Type'.ResponsiblePartySubsetTypeServiceProviderType. getServiceContact()Returns the value of the 'Service Contact' containment reference.Methods in net.opengis.ows11 with parameters of type ResponsiblePartySubsetType Modifier and Type Method Description voidServiceProviderType. setServiceContact(ResponsiblePartySubsetType value)Sets the value of the 'Service Contact' containment reference.
- 
Uses of ResponsiblePartySubsetType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement ResponsiblePartySubsetType Modifier and Type Class Description classResponsiblePartySubsetTypeImplAn implementation of the model object 'Responsible Party Subset Type'.Fields in net.opengis.ows11.impl declared as ResponsiblePartySubsetType Modifier and Type Field Description protected ResponsiblePartySubsetTypeServiceProviderTypeImpl. serviceContactThe cached value of the 'Service Contact' containment reference.Methods in net.opengis.ows11.impl that return ResponsiblePartySubsetType Modifier and Type Method Description ResponsiblePartySubsetTypeOws11FactoryImpl. createResponsiblePartySubsetType()ResponsiblePartySubsetTypeServiceProviderTypeImpl. getServiceContact()Methods in net.opengis.ows11.impl with parameters of type ResponsiblePartySubsetType Modifier and Type Method Description NotificationChainServiceProviderTypeImpl. basicSetServiceContact(ResponsiblePartySubsetType newServiceContact, NotificationChain msgs)voidServiceProviderTypeImpl. setServiceContact(ResponsiblePartySubsetType newServiceContact)
- 
Uses of ResponsiblePartySubsetType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type ResponsiblePartySubsetType Modifier and Type Method Description ObjectOws11Switch. caseResponsiblePartySubsetType(ResponsiblePartySubsetType object)Returns the result of interpreting the object as an instance of 'Responsible Party Subset Type'.booleanOws11Validator. validateResponsiblePartySubsetType(ResponsiblePartySubsetType responsiblePartySubsetType, DiagnosticChain diagnostics, Map context)
- 
Uses of ResponsiblePartySubsetType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type ResponsiblePartySubsetType Modifier and Type Method Description booleanServiceProviderTypeValidator. validateServiceContact(ResponsiblePartySubsetType value)
- 
Uses of ResponsiblePartySubsetType in org.geotools.metadata.iso.citationConstructors in org.geotools.metadata.iso.citation with parameters of type ResponsiblePartySubsetType Constructor Description ResponsiblePartyImpl(ResponsiblePartySubsetType rpSubset)
 
-