Package org.cxml
Class DsSignature
java.lang.Object
org.cxml.DsSignature
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DsKeyInfoprotected DsSignatureValueprotected DsSignedInfoprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsKeyInfo property.Gets the value of the dsObject property.Gets the value of the dsSignatureValue property.Gets the value of the dsSignedInfo property.getId()Gets the value of the id property.Gets the value of the xmlnsDs property.Gets the value of the xmlnsXades property.voidsetDsKeyInfo(DsKeyInfo value) Sets the value of the dsKeyInfo property.voidSets the value of the dsSignatureValue property.voidsetDsSignedInfo(DsSignedInfo value) Sets the value of the dsSignedInfo property.voidSets the value of the id property.voidsetXmlnsDs(String value) Sets the value of the xmlnsDs property.voidsetXmlnsXades(String value) Sets the value of the xmlnsXades property.
-
Field Details
-
xmlnsDs
-
xmlnsXades
-
id
-
dsSignedInfo
-
dsSignatureValue
-
dsKeyInfo
-
dsObject
-
-
Constructor Details
-
DsSignature
public DsSignature()
-
-
Method Details
-
getXmlnsDs
Gets the value of the xmlnsDs property.- Returns:
- possible object is
String
-
setXmlnsDs
Sets the value of the xmlnsDs property.- Parameters:
value- allowed object isString
-
getXmlnsXades
Gets the value of the xmlnsXades property.- Returns:
- possible object is
String
-
setXmlnsXades
Sets the value of the xmlnsXades property.- Parameters:
value- allowed object isString
-
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
-
getDsSignedInfo
Gets the value of the dsSignedInfo property.- Returns:
- possible object is
DsSignedInfo
-
setDsSignedInfo
Sets the value of the dsSignedInfo property.- Parameters:
value- allowed object isDsSignedInfo
-
getDsSignatureValue
Gets the value of the dsSignatureValue property.- Returns:
- possible object is
DsSignatureValue
-
setDsSignatureValue
Sets the value of the dsSignatureValue property.- Parameters:
value- allowed object isDsSignatureValue
-
getDsKeyInfo
Gets the value of the dsKeyInfo property.- Returns:
- possible object is
DsKeyInfo
-
setDsKeyInfo
Sets the value of the dsKeyInfo property.- Parameters:
value- allowed object isDsKeyInfo
-
getDsObject
Gets the value of the dsObject 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 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
-