public class CompoundResultType extends ResultType
Java class for CompoundResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompoundResultType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}ResultType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.w3.org/2002/03/xkms#}LocateResult"/>
<element ref="{http://www.w3.org/2002/03/xkms#}ValidateResult"/>
<element ref="{http://www.w3.org/2002/03/xkms#}RegisterResult"/>
<element ref="{http://www.w3.org/2002/03/xkms#}ReissueResult"/>
<element ref="{http://www.w3.org/2002/03/xkms#}RecoverResult"/>
<element ref="{http://www.w3.org/2002/03/xkms#}RevokeResult"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ResultType> |
locateResultOrValidateResultOrRegisterResult |
requestId, requestSignatureValue, resultMajor, resultMinorid, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
CompoundResultType() |
| Modifier and Type | Method and Description |
|---|---|
List<ResultType> |
getLocateResultOrValidateResultOrRegisterResult()
Gets the value of the locateResultOrValidateResultOrRegisterResult property.
|
getRequestId, getRequestSignatureValue, getResultMajor, getResultMinor, setRequestId, setRequestSignatureValue, setResultMajor, setResultMinorgetId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected List<ResultType> locateResultOrValidateResultOrRegisterResult
public List<ResultType> getLocateResultOrValidateResultOrRegisterResult()
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 locateResultOrValidateResultOrRegisterResult property.
For example, to add a new item, do as follows:
getLocateResultOrValidateResultOrRegisterResult().add(newItem);
Objects of the following type(s) are allowed in the list
LocateResultType
ValidateResultType
RegisterResultType
ReissueResultType
RecoverResultType
RevokeResultType
Apache CXF