public class DsSignedInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DsCanonicalizationMethod |
dsCanonicalizationMethod |
protected java.util.List<DsReference> |
dsReference |
protected DsSignatureMethod |
dsSignatureMethod |
protected java.lang.String |
id |
| Constructor and Description |
|---|
DsSignedInfo() |
| Modifier and Type | Method and Description |
|---|---|
DsCanonicalizationMethod |
getDsCanonicalizationMethod()
Gets the value of the dsCanonicalizationMethod property.
|
java.util.List<DsReference> |
getDsReference()
Gets the value of the dsReference property.
|
DsSignatureMethod |
getDsSignatureMethod()
Gets the value of the dsSignatureMethod property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setDsCanonicalizationMethod(DsCanonicalizationMethod value)
Sets the value of the dsCanonicalizationMethod property.
|
void |
setDsSignatureMethod(DsSignatureMethod value)
Sets the value of the dsSignatureMethod property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.lang.String id
protected DsCanonicalizationMethod dsCanonicalizationMethod
protected DsSignatureMethod dsSignatureMethod
protected java.util.List<DsReference> dsReference
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic DsCanonicalizationMethod getDsCanonicalizationMethod()
DsCanonicalizationMethodpublic void setDsCanonicalizationMethod(DsCanonicalizationMethod value)
value - allowed object is
DsCanonicalizationMethodpublic DsSignatureMethod getDsSignatureMethod()
DsSignatureMethodpublic void setDsSignatureMethod(DsSignatureMethod value)
value - allowed object is
DsSignatureMethodpublic java.util.List<DsReference> getDsReference()
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 dsReference property.
For example, to add a new item, do as follows:
getDsReference().add(newItem);
Objects of the following type(s) are allowed in the list
DsReference
Copyright © 2018 SAP SE. All Rights Reserved.