Class CertificateContentType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CertificateContentType
Java class for CertificateContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateContentType">
<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="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="SignatureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ValidityPeriod" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ValidityPeriodType"/>
<element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Extensions" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ExtensionsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsTypeprotected Stringprotected BigIntegerprotected Stringprotected Stringprotected ValidityPeriodTypeprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.Gets the value of the issuer property.Gets the value of the serialNumber property.Gets the value of the signatureAlgorithm property.Gets the value of the subject property.Gets the value of the validityPeriod property.Gets the value of the version property.voidsetExtensions(ExtensionsType value) Sets the value of the extensions property.voidSets the value of the issuer property.voidsetSerialNumber(BigInteger value) Sets the value of the serialNumber property.voidsetSignatureAlgorithm(String value) Sets the value of the signatureAlgorithm property.voidsetSubject(String value) Sets the value of the subject property.voidSets the value of the validityPeriod property.voidsetVersion(BigInteger value) Sets the value of the version property.
-
Field Details
-
version
-
serialNumber
-
signatureAlgorithm
-
issuer
-
validityPeriod
-
subject
-
extensions
-
-
Constructor Details
-
CertificateContentType
public CertificateContentType()
-
-
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
-
getSerialNumber
Gets the value of the serialNumber property.- Returns:
- possible object is
BigInteger
-
setSerialNumber
Sets the value of the serialNumber property.- Parameters:
value- allowed object isBigInteger
-
getSignatureAlgorithm
Gets the value of the signatureAlgorithm property.- Returns:
- possible object is
String
-
setSignatureAlgorithm
Sets the value of the signatureAlgorithm property.- Parameters:
value- allowed object isString
-
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
-
getValidityPeriod
Gets the value of the validityPeriod property.- Returns:
- possible object is
ValidityPeriodType
-
setValidityPeriod
Sets the value of the validityPeriod property.- Parameters:
value- allowed object isValidityPeriodType
-
getSubject
Gets the value of the subject property.- Returns:
- possible object is
String
-
setSubject
Sets the value of the subject property.- Parameters:
value- allowed object isString
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsType
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsType
-