Uses of Interface
net.opengis.wcs10.ResponsiblePartyType
-
Packages that use ResponsiblePartyType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of ResponsiblePartyType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ResponsiblePartyType Modifier and Type Method Description ResponsiblePartyType
Wcs10Factory. createResponsiblePartyType()
Returns a new object of class 'Responsible Party Type'.ResponsiblePartyType
ServiceType. getResponsibleParty()
Returns the value of the 'Responsible Party' containment reference.Methods in net.opengis.wcs10 with parameters of type ResponsiblePartyType Modifier and Type Method Description void
ServiceType. setResponsibleParty(ResponsiblePartyType value)
Sets the value of the 'Responsible Party
' containment reference. -
Uses of ResponsiblePartyType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ResponsiblePartyType Modifier and Type Class Description class
ResponsiblePartyTypeImpl
An implementation of the model object 'Responsible Party Type'.Fields in net.opengis.wcs10.impl declared as ResponsiblePartyType Modifier and Type Field Description protected ResponsiblePartyType
ServiceTypeImpl. responsibleParty
The cached value of the 'Responsible Party
' containment reference.Methods in net.opengis.wcs10.impl that return ResponsiblePartyType Modifier and Type Method Description ResponsiblePartyType
Wcs10FactoryImpl. createResponsiblePartyType()
ResponsiblePartyType
ServiceTypeImpl. getResponsibleParty()
Methods in net.opengis.wcs10.impl with parameters of type ResponsiblePartyType Modifier and Type Method Description NotificationChain
ServiceTypeImpl. basicSetResponsibleParty(ResponsiblePartyType newResponsibleParty, NotificationChain msgs)
void
ServiceTypeImpl. setResponsibleParty(ResponsiblePartyType newResponsibleParty)
-
Uses of ResponsiblePartyType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ResponsiblePartyType Modifier and Type Method Description Object
Wcs10Switch. caseResponsiblePartyType(ResponsiblePartyType object)
Returns the result of interpreting the object as an instance of 'Responsible Party Type'. -
Uses of ResponsiblePartyType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type ResponsiblePartyType Modifier and Type Method Description boolean
ServiceTypeValidator. validateResponsibleParty(ResponsiblePartyType value)
-