Package org.apache.cxf.xkms.model.xkms
Class ValidateRequestType
java.lang.Object
org.apache.cxf.xkms.model.xkms.MessageAbstractType
org.apache.cxf.xkms.model.xkms.RequestAbstractType
org.apache.cxf.xkms.model.xkms.ValidateRequestType
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
FieldsFields inherited from class org.apache.cxf.xkms.model.xkms.RequestAbstractType
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanismFields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
id, messageExtension, nonce, opaqueClientData, service, signature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the queryKeyBinding property.voidSets the value of the queryKeyBinding property.Methods inherited from class org.apache.cxf.xkms.model.xkms.RequestAbstractType
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimitMethods inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignature
-
Field Details
-
queryKeyBinding
-
-
Constructor Details
-
ValidateRequestType
public ValidateRequestType()
-
-
Method Details
-
getQueryKeyBinding
Gets the value of the queryKeyBinding property.- Returns:
- possible object is
QueryKeyBindingType
-
setQueryKeyBinding
Sets the value of the queryKeyBinding property.- Parameters:
value- allowed object isQueryKeyBindingType
-