Class AttributeCertificateContentType

java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.AttributeCertificateContentType

public class AttributeCertificateContentType extends Object

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>
 
  • Field Details

  • Constructor Details

    • AttributeCertificateContentType

      public AttributeCertificateContentType()
  • Method Details

    • getVersion

      public BigInteger getVersion()
      Gets the value of the version property.
      Returns:
      possible object is BigInteger
    • setVersion

      public void setVersion(BigInteger value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is BigInteger
    • getHolder

      public EntityType getHolder()
      Gets the value of the holder property.
      Returns:
      possible object is EntityType
    • setHolder

      public void setHolder(EntityType value)
      Sets the value of the holder property.
      Parameters:
      value - allowed object is EntityType
    • getIssuer

      public EntityType getIssuer()
      Gets the value of the issuer property.
      Returns:
      possible object is EntityType
    • setIssuer

      public void setIssuer(EntityType value)
      Sets the value of the issuer property.
      Parameters:
      value - allowed object is EntityType
    • getSignatureAlgorithm

      public String getSignatureAlgorithm()
      Gets the value of the signatureAlgorithm property.
      Returns:
      possible object is String
    • setSignatureAlgorithm

      public void setSignatureAlgorithm(String value)
      Sets the value of the signatureAlgorithm property.
      Parameters:
      value - allowed object is String
    • getSerialNumber

      public BigInteger getSerialNumber()
      Gets the value of the serialNumber property.
      Returns:
      possible object is BigInteger
    • setSerialNumber

      public void setSerialNumber(BigInteger value)
      Sets the value of the serialNumber property.
      Parameters:
      value - allowed object is BigInteger
    • getAttCertValidityPeriod

      public ValidityPeriodType getAttCertValidityPeriod()
      Gets the value of the attCertValidityPeriod property.
      Returns:
      possible object is ValidityPeriodType
    • setAttCertValidityPeriod

      public void setAttCertValidityPeriod(ValidityPeriodType value)
      Sets the value of the attCertValidityPeriod property.
      Parameters:
      value - allowed object is ValidityPeriodType
    • getAttributes

      Gets the value of the attributes property.
      Returns:
      possible object is AttributeCertificateContentType.Attributes
    • setAttributes

      public void setAttributes(AttributeCertificateContentType.Attributes value)
      Sets the value of the attributes property.
      Parameters:
      value - allowed object is AttributeCertificateContentType.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 is String
    • getExtensions

      public ExtensionsType getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsType
    • setExtensions

      public void setExtensions(ExtensionsType value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsType