Uses of Interface
net.opengis.cat.csw20.EchoedRequestType
Packages that use EchoedRequestType
-
Uses of EchoedRequestType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return EchoedRequestTypeModifier and TypeMethodDescriptionCsw20Factory.createEchoedRequestType()
Returns a new object of class 'Echoed Request Type'.AcknowledgementType.getEchoedRequest()
Returns the value of the 'Echoed Request' containment reference.Methods in net.opengis.cat.csw20 with parameters of type EchoedRequestTypeModifier and TypeMethodDescriptionvoid
AcknowledgementType.setEchoedRequest
(EchoedRequestType value) Sets the value of the 'Echoed Request
' containment reference. -
Uses of EchoedRequestType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement EchoedRequestTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Echoed Request Type'.Fields in net.opengis.cat.csw20.impl declared as EchoedRequestTypeModifier and TypeFieldDescriptionprotected EchoedRequestType
AcknowledgementTypeImpl.echoedRequest
The cached value of the 'Echoed Request
' containment reference.Methods in net.opengis.cat.csw20.impl that return EchoedRequestTypeModifier and TypeMethodDescriptionCsw20FactoryImpl.createEchoedRequestType()
AcknowledgementTypeImpl.getEchoedRequest()
Methods in net.opengis.cat.csw20.impl with parameters of type EchoedRequestTypeModifier and TypeMethodDescriptionNotificationChain
AcknowledgementTypeImpl.basicSetEchoedRequest
(EchoedRequestType newEchoedRequest, NotificationChain msgs) void
AcknowledgementTypeImpl.setEchoedRequest
(EchoedRequestType newEchoedRequest)