public class DsSignature
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DsKeyInfo |
dsKeyInfo |
protected java.util.List<DsObject> |
dsObject |
protected DsSignatureValue |
dsSignatureValue |
protected DsSignedInfo |
dsSignedInfo |
protected java.lang.String |
id |
protected java.lang.String |
xmlnsDs |
protected java.lang.String |
xmlnsXades |
| Constructor and Description |
|---|
DsSignature() |
| Modifier and Type | Method and Description |
|---|---|
DsKeyInfo |
getDsKeyInfo()
Gets the value of the dsKeyInfo property.
|
java.util.List<DsObject> |
getDsObject()
Gets the value of the dsObject property.
|
DsSignatureValue |
getDsSignatureValue()
Gets the value of the dsSignatureValue property.
|
DsSignedInfo |
getDsSignedInfo()
Gets the value of the dsSignedInfo property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getXmlnsDs()
Gets the value of the xmlnsDs property.
|
java.lang.String |
getXmlnsXades()
Gets the value of the xmlnsXades property.
|
void |
setDsKeyInfo(DsKeyInfo value)
Sets the value of the dsKeyInfo property.
|
void |
setDsSignatureValue(DsSignatureValue value)
Sets the value of the dsSignatureValue property.
|
void |
setDsSignedInfo(DsSignedInfo value)
Sets the value of the dsSignedInfo property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setXmlnsDs(java.lang.String value)
Sets the value of the xmlnsDs property.
|
void |
setXmlnsXades(java.lang.String value)
Sets the value of the xmlnsXades property.
|
protected java.lang.String xmlnsDs
protected java.lang.String xmlnsXades
protected java.lang.String id
protected DsSignedInfo dsSignedInfo
protected DsSignatureValue dsSignatureValue
protected DsKeyInfo dsKeyInfo
protected java.util.List<DsObject> dsObject
public java.lang.String getXmlnsDs()
Stringpublic void setXmlnsDs(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getXmlnsXades()
Stringpublic void setXmlnsXades(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic DsSignedInfo getDsSignedInfo()
DsSignedInfopublic void setDsSignedInfo(DsSignedInfo value)
value - allowed object is
DsSignedInfopublic DsSignatureValue getDsSignatureValue()
DsSignatureValuepublic void setDsSignatureValue(DsSignatureValue value)
value - allowed object is
DsSignatureValuepublic DsKeyInfo getDsKeyInfo()
DsKeyInfopublic void setDsKeyInfo(DsKeyInfo value)
value - allowed object is
DsKeyInfopublic java.util.List<DsObject> getDsObject()
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 dsObject property.
For example, to add a new item, do as follows:
getDsObject().add(newItem);
Objects of the following type(s) are allowed in the list
DsObject
Copyright © 2018 SAP SE. All Rights Reserved.