Apache CXF API

org.apache.cxf.xkms.model.xkms
Class CompoundRequestType

java.lang.Object
  extended by org.apache.cxf.xkms.model.xkms.MessageAbstractType
      extended by org.apache.cxf.xkms.model.xkms.RequestAbstractType
          extended by 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
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
CompoundRequestType()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locateRequestOrValidateRequestOrRegisterRequest

protected List<RequestAbstractType> locateRequestOrValidateRequestOrRegisterRequest
Constructor Detail

CompoundRequestType

public CompoundRequestType()
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 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 RegisterRequestType ReissueRequestType ValidateRequestType RecoverRequestType RevokeRequestType LocateRequestType


Apache CXF API

Apache CXF