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>
| Modifier and Type | Field and Description |
|---|---|
protected List<RequestAbstractType> |
locateRequestOrValidateRequestOrRegisterRequest |
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanismid, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
CompoundRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<RequestAbstractType> |
getLocateRequestOrValidateRequestOrRegisterRequest()
Gets the value of the locateRequestOrValidateRequestOrRegisterRequest property.
|
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimitgetId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected List<RequestAbstractType> locateRequestOrValidateRequestOrRegisterRequest
public List<RequestAbstractType> getLocateRequestOrValidateRequestOrRegisterRequest()
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 set method 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
LocateRequestType
ValidateRequestType
RegisterRequestType
ReissueRequestType
RecoverRequestType
RevokeRequestType
Apache CXF