Uses of Interface
net.opengis.ows10.ResponsiblePartySubsetType
-
Packages that use ResponsiblePartySubsetType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of ResponsiblePartySubsetType in net.opengis.ows10
Methods in net.opengis.ows10 that return ResponsiblePartySubsetType Modifier and Type Method Description ResponsiblePartySubsetType
Ows10Factory. 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.ows10 with parameters of type ResponsiblePartySubsetType Modifier and Type Method Description void
ServiceProviderType. setServiceContact(ResponsiblePartySubsetType value)
Sets the value of the 'Service Contact
' containment reference. -
Uses of ResponsiblePartySubsetType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement ResponsiblePartySubsetType Modifier and Type Class Description class
ResponsiblePartySubsetTypeImpl
An implementation of the model object 'Responsible Party Subset Type'.Fields in net.opengis.ows10.impl declared as ResponsiblePartySubsetType Modifier and Type Field Description protected ResponsiblePartySubsetType
ServiceProviderTypeImpl. serviceContact
The cached value of the 'Service Contact
' containment reference.Methods in net.opengis.ows10.impl that return ResponsiblePartySubsetType Modifier and Type Method Description ResponsiblePartySubsetType
Ows10FactoryImpl. createResponsiblePartySubsetType()
ResponsiblePartySubsetType
ServiceProviderTypeImpl. getServiceContact()
Methods in net.opengis.ows10.impl with parameters of type ResponsiblePartySubsetType Modifier and Type Method Description NotificationChain
ServiceProviderTypeImpl. basicSetServiceContact(ResponsiblePartySubsetType newServiceContact, NotificationChain msgs)
void
ServiceProviderTypeImpl. setServiceContact(ResponsiblePartySubsetType newServiceContact)
-
Uses of ResponsiblePartySubsetType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type ResponsiblePartySubsetType Modifier and Type Method Description boolean
ServiceProviderTypeValidator. validateServiceContact(ResponsiblePartySubsetType value)
-