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

public class AttrCertIDType extends Object

Java class for AttrCertIDType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttrCertIDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Holder" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}EntityType" minOccurs="0"/>
         <element name="Issuer" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}EntityType"/>
         <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AttrCertIDType

      public AttrCertIDType()
  • Method Details

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