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>
| Modifier and Type | Field and Description |
|---|---|
protected QueryKeyBindingType |
queryKeyBinding |
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanismid, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
ValidateRequestType() |
| Modifier and Type | Method and Description |
|---|---|
QueryKeyBindingType |
getQueryKeyBinding()
Gets the value of the queryKeyBinding property.
|
void |
setQueryKeyBinding(QueryKeyBindingType value)
Sets the value of the queryKeyBinding property.
|
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimitgetId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected QueryKeyBindingType queryKeyBinding
public QueryKeyBindingType getQueryKeyBinding()
QueryKeyBindingTypepublic void setQueryKeyBinding(QueryKeyBindingType value)
value - allowed object is
QueryKeyBindingTypeApache CXF