Class 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 Details

    • locateRequestOrValidateRequestOrRegisterRequest

      protected List<RequestAbstractType> locateRequestOrValidateRequestOrRegisterRequest
  • Constructor Details

    • CompoundRequestType

      public CompoundRequestType()
  • Method Details

    • 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 Jakarta XML Binding 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 RecoverRequestType RegisterRequestType ReissueRequestType RevokeRequestType ValidateRequestType