Apache CXF API

org.apache.cxf.xkms.model.xkms
Class CompoundResultType

java.lang.Object
  extended by org.apache.cxf.xkms.model.xkms.MessageAbstractType
      extended by org.apache.cxf.xkms.model.xkms.ResultType
          extended by org.apache.cxf.xkms.model.xkms.CompoundResultType

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>
 


Field Summary
protected  List<ResultType> locateResultOrValidateResultOrRegisterResult
           
 
Fields inherited from class org.apache.cxf.xkms.model.xkms.ResultType
requestId, requestSignatureValue, resultMajor, resultMinor
 
Fields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
id, messageExtension, nonce, opaqueClientData, service, signature
 
Constructor Summary
CompoundResultType()
           
 
Method Summary
 List<ResultType> getLocateResultOrValidateResultOrRegisterResult()
          Gets the value of the locateResultOrValidateResultOrRegisterResult property.
 
Methods inherited from class org.apache.cxf.xkms.model.xkms.ResultType
getRequestId, getRequestSignatureValue, getResultMajor, getResultMinor, setRequestId, setRequestSignatureValue, setResultMajor, setResultMinor
 
Methods inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locateResultOrValidateResultOrRegisterResult

protected List<ResultType> locateResultOrValidateResultOrRegisterResult
Constructor Detail

CompoundResultType

public CompoundResultType()
Method Detail

getLocateResultOrValidateResultOrRegisterResult

public List<ResultType> getLocateResultOrValidateResultOrRegisterResult()
Gets the value of the locateResultOrValidateResultOrRegisterResult 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 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 RecoverResultType LocateResultType RevokeResultType ReissueResultType ValidateResultType RegisterResultType


Apache CXF API

Apache CXF