xades4j.xml.bind.xades
Class XmlCertIDType

java.lang.Object
  extended by xades4j.xml.bind.xades.XmlCertIDType

public class XmlCertIDType
extends Object

Java class for CertIDType complex type.

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

 <complexType name="CertIDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CertDigest" type="{http://uri.etsi.org/01903/v1.3.2#}DigestAlgAndValueType"/>
         <element name="IssuerSerial" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/>
       </sequence>
       <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XmlDigestAlgAndValueType certDigest
           
protected  XmlX509IssuerSerialType issuerSerial
           
protected  String uri
           
 
Constructor Summary
XmlCertIDType()
           
 
Method Summary
 XmlDigestAlgAndValueType getCertDigest()
          Gets the value of the certDigest property.
 XmlX509IssuerSerialType getIssuerSerial()
          Gets the value of the issuerSerial property.
 String getURI()
          Gets the value of the uri property.
 void setCertDigest(XmlDigestAlgAndValueType value)
          Sets the value of the certDigest property.
 void setIssuerSerial(XmlX509IssuerSerialType value)
          Sets the value of the issuerSerial property.
 void setURI(String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

certDigest

protected XmlDigestAlgAndValueType certDigest

issuerSerial

protected XmlX509IssuerSerialType issuerSerial

uri

protected String uri
Constructor Detail

XmlCertIDType

public XmlCertIDType()
Method Detail

getCertDigest

public XmlDigestAlgAndValueType getCertDigest()
Gets the value of the certDigest property.

Returns:
possible object is XmlDigestAlgAndValueType

setCertDigest

public void setCertDigest(XmlDigestAlgAndValueType value)
Sets the value of the certDigest property.

Parameters:
value - allowed object is XmlDigestAlgAndValueType

getIssuerSerial

public XmlX509IssuerSerialType getIssuerSerial()
Gets the value of the issuerSerial property.

Returns:
possible object is XmlX509IssuerSerialType

setIssuerSerial

public void setIssuerSerial(XmlX509IssuerSerialType value)
Sets the value of the issuerSerial property.

Parameters:
value - allowed object is XmlX509IssuerSerialType

getURI

public String getURI()
Gets the value of the uri property.

Returns:
possible object is String

setURI

public void setURI(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.