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 ResponsiblePartyTypeWcs10Factory. createResponsiblePartyType()Returns a new object of class 'Responsible Party Type'.ResponsiblePartyTypeServiceType. 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 voidServiceType. 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 classResponsiblePartyTypeImplAn implementation of the model object 'Responsible Party Type'.Fields in net.opengis.wcs10.impl declared as ResponsiblePartyType Modifier and Type Field Description protected ResponsiblePartyTypeServiceTypeImpl. responsiblePartyThe cached value of the 'Responsible Party' containment reference.Methods in net.opengis.wcs10.impl that return ResponsiblePartyType Modifier and Type Method Description ResponsiblePartyTypeWcs10FactoryImpl. createResponsiblePartyType()ResponsiblePartyTypeServiceTypeImpl. getResponsibleParty()Methods in net.opengis.wcs10.impl with parameters of type ResponsiblePartyType Modifier and Type Method Description NotificationChainServiceTypeImpl. basicSetResponsibleParty(ResponsiblePartyType newResponsibleParty, NotificationChain msgs)voidServiceTypeImpl. 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 ObjectWcs10Switch. 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 booleanServiceTypeValidator. validateResponsibleParty(ResponsiblePartyType value)
-