Apache CXF API

org.apache.cxf.xkms.model.xkms
Class ValidateRequestType

java.lang.Object
  extended by org.apache.cxf.xkms.model.xkms.MessageAbstractType
      extended by org.apache.cxf.xkms.model.xkms.RequestAbstractType
          extended by org.apache.cxf.xkms.model.xkms.ValidateRequestType

public class ValidateRequestType
extends RequestAbstractType

Java class for ValidateRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ValidateRequestType">
   <complexContent>
     <extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
       <sequence>
         <element ref="{http://www.w3.org/2002/03/xkms#}QueryKeyBinding"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  QueryKeyBindingType queryKeyBinding
           
 
Fields inherited from class org.apache.cxf.xkms.model.xkms.RequestAbstractType
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanism
 
Fields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
id, messageExtension, nonce, opaqueClientData, service, signature
 
Constructor Summary
ValidateRequestType()
           
 
Method Summary
 QueryKeyBindingType getQueryKeyBinding()
          Gets the value of the queryKeyBinding property.
 void setQueryKeyBinding(QueryKeyBindingType value)
          Sets the value of the queryKeyBinding property.
 
Methods inherited from class org.apache.cxf.xkms.model.xkms.RequestAbstractType
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimit
 
Methods inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryKeyBinding

protected QueryKeyBindingType queryKeyBinding
Constructor Detail

ValidateRequestType

public ValidateRequestType()
Method Detail

getQueryKeyBinding

public QueryKeyBindingType getQueryKeyBinding()
Gets the value of the queryKeyBinding property.

Returns:
possible object is QueryKeyBindingType

setQueryKeyBinding

public void setQueryKeyBinding(QueryKeyBindingType value)
Sets the value of the queryKeyBinding property.

Parameters:
value - allowed object is QueryKeyBindingType

Apache CXF API

Apache CXF