Uses of Interface
net.opengis.cat.csw20.EchoedRequestType
-
Packages that use EchoedRequestType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of EchoedRequestType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return EchoedRequestType Modifier and Type Method Description EchoedRequestType
Csw20Factory. createEchoedRequestType()
Returns a new object of class 'Echoed Request Type'.EchoedRequestType
AcknowledgementType. getEchoedRequest()
Returns the value of the 'Echoed Request' containment reference.Methods in net.opengis.cat.csw20 with parameters of type EchoedRequestType Modifier and Type Method Description void
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 EchoedRequestType Modifier and Type Class Description class
EchoedRequestTypeImpl
An implementation of the model object 'Echoed Request Type'.Fields in net.opengis.cat.csw20.impl declared as EchoedRequestType Modifier and Type Field Description protected EchoedRequestType
AcknowledgementTypeImpl. echoedRequest
The cached value of the 'Echoed Request
' containment reference.Methods in net.opengis.cat.csw20.impl that return EchoedRequestType Modifier and Type Method Description EchoedRequestType
Csw20FactoryImpl. createEchoedRequestType()
EchoedRequestType
AcknowledgementTypeImpl. getEchoedRequest()
Methods in net.opengis.cat.csw20.impl with parameters of type EchoedRequestType Modifier and Type Method Description NotificationChain
AcknowledgementTypeImpl. basicSetEchoedRequest(EchoedRequestType newEchoedRequest, NotificationChain msgs)
void
AcknowledgementTypeImpl. setEchoedRequest(EchoedRequestType newEchoedRequest)
-