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
-
public class CompoundRequestType extends RequestAbstractType
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
Fields Modifier and Type Field Description protected List<RequestAbstractType>locateRequestOrValidateRequestOrRegisterRequest-
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
Constructors Constructor Description CompoundRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RequestAbstractType>getLocateRequestOrValidateRequestOrRegisterRequest()Gets the value of the locateRequestOrValidateRequestOrRegisterRequest 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
-
-
-
-
Field Detail
-
locateRequestOrValidateRequestOrRegisterRequest
protected List<RequestAbstractType> locateRequestOrValidateRequestOrRegisterRequest
-
-
Method Detail
-
getLocateRequestOrValidateRequestOrRegisterRequest
public List<RequestAbstractType> 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 JAXB 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
-
-