Package org.cxml
Class XadesCompleteCertificateRefs
- java.lang.Object
-
- org.cxml.XadesCompleteCertificateRefs
-
public class XadesCompleteCertificateRefs extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected XadesCertRefsxadesCertRefs
-
Constructor Summary
Constructors Constructor Description XadesCompleteCertificateRefs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.XadesCertRefsgetXadesCertRefs()Gets the value of the xadesCertRefs property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetXadesCertRefs(XadesCertRefs value)Sets the value of the xadesCertRefs property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
xadesCertRefs
protected XadesCertRefs xadesCertRefs
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getXadesCertRefs
public XadesCertRefs getXadesCertRefs()
Gets the value of the xadesCertRefs property.- Returns:
- possible object is
XadesCertRefs
-
setXadesCertRefs
public void setXadesCertRefs(XadesCertRefs value)
Sets the value of the xadesCertRefs property.- Parameters:
value- allowed object isXadesCertRefs
-
-