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.csw20Methods in net.opengis.cat.csw20 that return EchoedRequestType Modifier and Type Method Description EchoedRequestTypeCsw20Factory. createEchoedRequestType()Returns a new object of class 'Echoed Request Type'.EchoedRequestTypeAcknowledgementType. 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 voidAcknowledgementType. setEchoedRequest(EchoedRequestType value)Sets the value of the 'Echoed Request' containment reference.
- 
Uses of EchoedRequestType in net.opengis.cat.csw20.implClasses in net.opengis.cat.csw20.impl that implement EchoedRequestType Modifier and Type Class Description classEchoedRequestTypeImplAn implementation of the model object 'Echoed Request Type'.Fields in net.opengis.cat.csw20.impl declared as EchoedRequestType Modifier and Type Field Description protected EchoedRequestTypeAcknowledgementTypeImpl. echoedRequestThe cached value of the 'Echoed Request' containment reference.Methods in net.opengis.cat.csw20.impl that return EchoedRequestType Modifier and Type Method Description EchoedRequestTypeCsw20FactoryImpl. createEchoedRequestType()EchoedRequestTypeAcknowledgementTypeImpl. getEchoedRequest()Methods in net.opengis.cat.csw20.impl with parameters of type EchoedRequestType Modifier and Type Method Description NotificationChainAcknowledgementTypeImpl. basicSetEchoedRequest(EchoedRequestType newEchoedRequest, NotificationChain msgs)voidAcknowledgementTypeImpl. setEchoedRequest(EchoedRequestType newEchoedRequest)
 
-