Package org.cxml
Class XadesAttributeCertificateRefs
java.lang.Object
org.cxml.XadesAttributeCertificateRefs
-
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
-
XadesAttributeCertificateRefs
public XadesAttributeCertificateRefs()
-
-
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
-