Class PendingRequestType

Direct Known Subclasses:
StatusRequestType

public class PendingRequestType extends RequestAbstractType

Java class for PendingRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PendingRequestType">
   <complexContent>
     <extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
       <attribute name="ResponseId" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • responseId

      protected String responseId
  • Constructor Details

    • PendingRequestType

      public PendingRequestType()
  • Method Details

    • getResponseId

      public String getResponseId()
      Gets the value of the responseId property.
      Returns:
      possible object is String
    • setResponseId

      public void setResponseId(String value)
      Sets the value of the responseId property.
      Parameters:
      value - allowed object is String