Package org.cxml
Class XadesCompleteCertificateRefs
java.lang.Object
org.cxml.XadesCompleteCertificateRefs
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the xadesCertRefs property.voidSets the value of the id property.voidsetXadesCertRefs(XadesCertRefs value) Sets the value of the xadesCertRefs property.
-
Field Details
-
id
-
xadesCertRefs
-
-
Constructor Details
-
XadesCompleteCertificateRefs
public XadesCompleteCertificateRefs()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getXadesCertRefs
Gets the value of the xadesCertRefs property.- Returns:
- possible object is
XadesCertRefs
-
setXadesCertRefs
Sets the value of the xadesCertRefs property.- Parameters:
value- allowed object isXadesCertRefs
-