Class CRLContentType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CRLContentType
Java class for CRLContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CRLContentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Signature" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
<element name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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="RevokedCertificates" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="UserCertificate" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="RevocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="CrlEntryExtensions" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ExtensionsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="CrlExtensions" 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 ExtensionsTypeprotected Stringprotected XMLGregorianCalendarprotected CRLContentType.RevokedCertificatesprotected VerificationResultTypeprotected XMLGregorianCalendarprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the crlExtensions property.Gets the value of the issuer property.Gets the value of the nextUpdate property.Gets the value of the revokedCertificates property.Gets the value of the signature property.Gets the value of the thisUpdate property.Gets the value of the version property.voidsetCrlExtensions(ExtensionsType value) Sets the value of the crlExtensions property.voidSets the value of the issuer property.voidSets the value of the nextUpdate property.voidSets the value of the revokedCertificates property.voidSets the value of the signature property.voidSets the value of the thisUpdate property.voidsetVersion(BigInteger value) Sets the value of the version property.
-
Field Details
-
version
-
signature
-
issuer
-
thisUpdate
-
nextUpdate
-
revokedCertificates
-
crlExtensions
-
-
Constructor Details
-
CRLContentType
public CRLContentType()
-
-
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
-
getSignature
Gets the value of the signature property.- Returns:
- possible object is
VerificationResultType
-
setSignature
Sets the value of the signature property.- Parameters:
value- allowed object isVerificationResultType
-
getIssuer
Gets the value of the issuer property.- Returns:
- possible object is
String
-
setIssuer
Sets the value of the issuer property.- Parameters:
value- allowed object isString
-
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
-
getRevokedCertificates
Gets the value of the revokedCertificates property.- Returns:
- possible object is
CRLContentType.RevokedCertificates
-
setRevokedCertificates
Sets the value of the revokedCertificates property.- Parameters:
value- allowed object isCRLContentType.RevokedCertificates
-
getCrlExtensions
Gets the value of the crlExtensions property.- Returns:
- possible object is
ExtensionsType
-
setCrlExtensions
Sets the value of the crlExtensions property.- Parameters:
value- allowed object isExtensionsType
-