Package org.apache.cxf.xkms.model.xkms
Class CompoundRequestType
java.lang.Object
org.apache.cxf.xkms.model.xkms.MessageAbstractType
org.apache.cxf.xkms.model.xkms.RequestAbstractType
org.apache.cxf.xkms.model.xkms.CompoundRequestType
Java class for CompoundRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompoundRequestType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
<choice maxOccurs="unbounded">
<element ref="{http://www.w3.org/2002/03/xkms#}LocateRequest"/>
<element ref="{http://www.w3.org/2002/03/xkms#}ValidateRequest"/>
<element ref="{http://www.w3.org/2002/03/xkms#}RegisterRequest"/>
<element ref="{http://www.w3.org/2002/03/xkms#}ReissueRequest"/>
<element ref="{http://www.w3.org/2002/03/xkms#}RecoverRequest"/>
<element ref="{http://www.w3.org/2002/03/xkms#}RevokeRequest"/>
</choice>
</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 locateRequestOrValidateRequestOrRegisterRequest 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
-
locateRequestOrValidateRequestOrRegisterRequest
-
-
Constructor Details
-
CompoundRequestType
public CompoundRequestType()
-
-
Method Details
-
getLocateRequestOrValidateRequestOrRegisterRequest
Gets the value of the locateRequestOrValidateRequestOrRegisterRequest property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the locateRequestOrValidateRequestOrRegisterRequest property.For example, to add a new item, do as follows:
getLocateRequestOrValidateRequestOrRegisterRequest().add(newItem);Objects of the following type(s) are allowed in the list
LocateRequestTypeRecoverRequestTypeRegisterRequestTypeReissueRequestTypeRevokeRequestTypeValidateRequestType
-