public class XadesCertificateValues
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.util.List<java.lang.Object> |
xadesEncapsulatedX509CertificateOrXadesOtherCertificate |
| Constructor and Description |
|---|
XadesCertificateValues() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<java.lang.Object> |
getXadesEncapsulatedX509CertificateOrXadesOtherCertificate()
Gets the value of the xadesEncapsulatedX509CertificateOrXadesOtherCertificate property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.lang.String id
protected java.util.List<java.lang.Object> xadesEncapsulatedX509CertificateOrXadesOtherCertificate
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getXadesEncapsulatedX509CertificateOrXadesOtherCertificate()
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 set method 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
XadesEncapsulatedX509Certificate
XadesOtherCertificate
Copyright © 2018 SAP SE. All Rights Reserved.