Class AttributeCertificateContentType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.AttributeCertificateContentType
Java class for AttributeCertificateContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeCertificateContentType">
<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="Holder" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}EntityType"/>
<element name="Issuer" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}EntityType"/>
<element name="SignatureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AttCertValidityPeriod" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ValidityPeriodType"/>
<element name="Attributes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="Attribute" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AttributeType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="IssuerUniqueID" type="{http://www.w3.org/2001/XMLSchema}hexBinary" minOccurs="0"/>
<element name="Extensions" 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 ValidityPeriodTypeprotected ExtensionsTypeprotected EntityTypeprotected EntityTypeprotected byte[]protected BigIntegerprotected Stringprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attCertValidityPeriod property.Gets the value of the attributes property.Gets the value of the extensions property.Gets the value of the holder property.Gets the value of the issuer property.byte[]Gets the value of the issuerUniqueID property.Gets the value of the serialNumber property.Gets the value of the signatureAlgorithm property.Gets the value of the version property.voidSets the value of the attCertValidityPeriod property.voidSets the value of the attributes property.voidsetExtensions(ExtensionsType value) Sets the value of the extensions property.voidsetHolder(EntityType value) Sets the value of the holder property.voidsetIssuer(EntityType value) Sets the value of the issuer property.voidsetIssuerUniqueID(byte[] value) Sets the value of the issuerUniqueID property.voidsetSerialNumber(BigInteger value) Sets the value of the serialNumber property.voidsetSignatureAlgorithm(String value) Sets the value of the signatureAlgorithm property.voidsetVersion(BigInteger value) Sets the value of the version property.
-
Field Details
-
version
-
holder
-
issuer
-
signatureAlgorithm
-
serialNumber
-
attCertValidityPeriod
-
attributes
-
issuerUniqueID
protected byte[] issuerUniqueID -
extensions
-
-
Constructor Details
-
AttributeCertificateContentType
public AttributeCertificateContentType()
-
-
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
-
getHolder
Gets the value of the holder property.- Returns:
- possible object is
EntityType
-
setHolder
Sets the value of the holder property.- Parameters:
value- allowed object isEntityType
-
getIssuer
Gets the value of the issuer property.- Returns:
- possible object is
EntityType
-
setIssuer
Sets the value of the issuer property.- Parameters:
value- allowed object isEntityType
-
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
-
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
-
getAttCertValidityPeriod
Gets the value of the attCertValidityPeriod property.- Returns:
- possible object is
ValidityPeriodType
-
setAttCertValidityPeriod
Sets the value of the attCertValidityPeriod property.- Parameters:
value- allowed object isValidityPeriodType
-
getAttributes
Gets the value of the attributes property.- Returns:
- possible object is
AttributeCertificateContentType.Attributes
-
setAttributes
Sets the value of the attributes property.- Parameters:
value- allowed object isAttributeCertificateContentType.Attributes
-
getIssuerUniqueID
public byte[] getIssuerUniqueID()Gets the value of the issuerUniqueID property.- Returns:
- possible object is
String
-
setIssuerUniqueID
public void setIssuerUniqueID(byte[] value) Sets the value of the issuerUniqueID 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
-