|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxades4j.xml.bind.xades.XmlCertIDType
public class XmlCertIDType
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 |
|---|
protected XmlDigestAlgAndValueType certDigest
protected XmlX509IssuerSerialType issuerSerial
protected String uri
| Constructor Detail |
|---|
public XmlCertIDType()
| Method Detail |
|---|
public XmlDigestAlgAndValueType getCertDigest()
XmlDigestAlgAndValueTypepublic void setCertDigest(XmlDigestAlgAndValueType value)
value - allowed object is
XmlDigestAlgAndValueTypepublic XmlX509IssuerSerialType getIssuerSerial()
XmlX509IssuerSerialTypepublic void setIssuerSerial(XmlX509IssuerSerialType value)
value - allowed object is
XmlX509IssuerSerialTypepublic String getURI()
Stringpublic void setURI(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||