Class OCSPContentType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.OCSPContentType
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected Stringprotected ExtensionsTypeprotected OCSPContentType.Responsesprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the producedAt property.Gets the value of the responderID property.Gets the value of the responseExtensions property.Gets the value of the responses property.Gets the value of the version property.voidSets the value of the producedAt property.voidsetResponderID(String value) Sets the value of the responderID property.voidSets the value of the responseExtensions property.voidSets the value of the responses property.voidsetVersion(BigInteger value) Sets the value of the version property.
-
Field Details
-
version
-
responderID
-
producedAt
-
responses
-
responseExtensions
-
-
Constructor Details
-
OCSPContentType
public OCSPContentType()
-
-
Method Details
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isBigInteger
-
getResponderID
Gets the value of the responderID property.- Returns:
- possible object is
String
-
setResponderID
Sets the value of the responderID property.- Parameters:
value- allowed object isString
-
getProducedAt
Gets the value of the producedAt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setProducedAt
Sets the value of the producedAt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getResponses
Gets the value of the responses property.- Returns:
- possible object is
OCSPContentType.Responses
-
setResponses
Sets the value of the responses property.- Parameters:
value- allowed object isOCSPContentType.Responses
-
getResponseExtensions
Gets the value of the responseExtensions property.- Returns:
- possible object is
ExtensionsType
-
setResponseExtensions
Sets the value of the responseExtensions property.- Parameters:
value- allowed object isExtensionsType
-