Package org.cxml
Class XadesAttrAuthoritiesCertValues
java.lang.Object
org.cxml.XadesAttrAuthoritiesCertValues
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the xadesEncapsulatedX509CertificateOrXadesOtherCertificate property.voidSets the value of the id property.
-
Field Details
-
id
-
xadesEncapsulatedX509CertificateOrXadesOtherCertificate
-
-
Constructor Details
-
XadesAttrAuthoritiesCertValues
public XadesAttrAuthoritiesCertValues()
-
-
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
-
getXadesEncapsulatedX509CertificateOrXadesOtherCertificate
Gets the value of the xadesEncapsulatedX509CertificateOrXadesOtherCertificate property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the xadesEncapsulatedX509CertificateOrXadesOtherCertificate property.For example, to add a new item, do as follows:
getXadesEncapsulatedX509CertificateOrXadesOtherCertificate().add(newItem);Objects of the following type(s) are allowed in the list
XadesEncapsulatedX509CertificateXadesOtherCertificate
-