Class SingleResponseType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.SingleResponseType
Java class for SingleResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SingleResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertID">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="IssuerNameHash" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
<element name="IssuerKeyHash" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
<element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="CertStatus" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
<element name="ThisUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="NextUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SingleExtensions" 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 SingleResponseType.CertIDprotected VerificationResultTypeprotected XMLGregorianCalendarprotected ExtensionsTypeprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certID property.Gets the value of the certStatus property.Gets the value of the nextUpdate property.Gets the value of the singleExtensions property.Gets the value of the thisUpdate property.voidSets the value of the certID property.voidSets the value of the certStatus property.voidSets the value of the nextUpdate property.voidSets the value of the singleExtensions property.voidSets the value of the thisUpdate property.
-
Field Details
-
certID
-
certStatus
-
thisUpdate
-
nextUpdate
-
singleExtensions
-
-
Constructor Details
-
SingleResponseType
public SingleResponseType()
-
-
Method Details
-
getCertID
Gets the value of the certID property.- Returns:
- possible object is
SingleResponseType.CertID
-
setCertID
Sets the value of the certID property.- Parameters:
value- allowed object isSingleResponseType.CertID
-
getCertStatus
Gets the value of the certStatus property.- Returns:
- possible object is
VerificationResultType
-
setCertStatus
Sets the value of the certStatus property.- Parameters:
value- allowed object isVerificationResultType
-
getThisUpdate
Gets the value of the thisUpdate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setThisUpdate
Sets the value of the thisUpdate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getNextUpdate
Gets the value of the nextUpdate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNextUpdate
Sets the value of the nextUpdate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSingleExtensions
Gets the value of the singleExtensions property.- Returns:
- possible object is
ExtensionsType
-
setSingleExtensions
Sets the value of the singleExtensions property.- Parameters:
value- allowed object isExtensionsType
-