java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.OCSPContentType

public class OCSPContentType extends Object

Java class for OCSPContentType complex type.

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

 <complexType name="OCSPContentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="ResponderID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="producedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Responses">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="SingleResponse" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SingleResponseType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ResponseExtensions" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ExtensionsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OCSPContentType

      public OCSPContentType()
  • Method Details

    • getVersion

      public BigInteger getVersion()
      Gets the value of the version property.
      Returns:
      possible object is BigInteger
    • setVersion

      public void setVersion(BigInteger value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is BigInteger
    • getResponderID

      public String getResponderID()
      Gets the value of the responderID property.
      Returns:
      possible object is String
    • setResponderID

      public void setResponderID(String value)
      Sets the value of the responderID property.
      Parameters:
      value - allowed object is String
    • getProducedAt

      public XMLGregorianCalendar getProducedAt()
      Gets the value of the producedAt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setProducedAt

      public void setProducedAt(XMLGregorianCalendar value)
      Sets the value of the producedAt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getResponses

      public OCSPContentType.Responses getResponses()
      Gets the value of the responses property.
      Returns:
      possible object is OCSPContentType.Responses
    • setResponses

      public void setResponses(OCSPContentType.Responses value)
      Sets the value of the responses property.
      Parameters:
      value - allowed object is OCSPContentType.Responses
    • getResponseExtensions

      public ExtensionsType getResponseExtensions()
      Gets the value of the responseExtensions property.
      Returns:
      possible object is ExtensionsType
    • setResponseExtensions

      public void setResponseExtensions(ExtensionsType value)
      Sets the value of the responseExtensions property.
      Parameters:
      value - allowed object is ExtensionsType