Package org.cxml
Class DsSignature
- java.lang.Object
-
- org.cxml.DsSignature
-
public class DsSignature extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DsKeyInfodsKeyInfoprotected java.util.List<DsObject>dsObjectprotected DsSignatureValuedsSignatureValueprotected DsSignedInfodsSignedInfoprotected java.lang.Stringidprotected java.lang.StringxmlnsDsprotected java.lang.StringxmlnsXades
-
Constructor Summary
Constructors Constructor Description DsSignature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DsKeyInfogetDsKeyInfo()Gets the value of the dsKeyInfo property.java.util.List<DsObject>getDsObject()Gets the value of the dsObject property.DsSignatureValuegetDsSignatureValue()Gets the value of the dsSignatureValue property.DsSignedInfogetDsSignedInfo()Gets the value of the dsSignedInfo property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetXmlnsDs()Gets the value of the xmlnsDs property.java.lang.StringgetXmlnsXades()Gets the value of the xmlnsXades property.voidsetDsKeyInfo(DsKeyInfo value)Sets the value of the dsKeyInfo property.voidsetDsSignatureValue(DsSignatureValue value)Sets the value of the dsSignatureValue property.voidsetDsSignedInfo(DsSignedInfo value)Sets the value of the dsSignedInfo property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetXmlnsDs(java.lang.String value)Sets the value of the xmlnsDs property.voidsetXmlnsXades(java.lang.String value)Sets the value of the xmlnsXades property.
-
-
-
Field Detail
-
xmlnsDs
protected java.lang.String xmlnsDs
-
xmlnsXades
protected java.lang.String xmlnsXades
-
id
protected java.lang.String id
-
dsSignedInfo
protected DsSignedInfo dsSignedInfo
-
dsSignatureValue
protected DsSignatureValue dsSignatureValue
-
dsKeyInfo
protected DsKeyInfo dsKeyInfo
-
dsObject
protected java.util.List<DsObject> dsObject
-
-
Method Detail
-
getXmlnsDs
public java.lang.String getXmlnsDs()
Gets the value of the xmlnsDs property.- Returns:
- possible object is
String
-
setXmlnsDs
public void setXmlnsDs(java.lang.String value)
Sets the value of the xmlnsDs property.- Parameters:
value- allowed object isString
-
getXmlnsXades
public java.lang.String getXmlnsXades()
Gets the value of the xmlnsXades property.- Returns:
- possible object is
String
-
setXmlnsXades
public void setXmlnsXades(java.lang.String value)
Sets the value of the xmlnsXades property.- Parameters:
value- allowed object isString
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getDsSignedInfo
public DsSignedInfo getDsSignedInfo()
Gets the value of the dsSignedInfo property.- Returns:
- possible object is
DsSignedInfo
-
setDsSignedInfo
public void setDsSignedInfo(DsSignedInfo value)
Sets the value of the dsSignedInfo property.- Parameters:
value- allowed object isDsSignedInfo
-
getDsSignatureValue
public DsSignatureValue getDsSignatureValue()
Gets the value of the dsSignatureValue property.- Returns:
- possible object is
DsSignatureValue
-
setDsSignatureValue
public void setDsSignatureValue(DsSignatureValue value)
Sets the value of the dsSignatureValue property.- Parameters:
value- allowed object isDsSignatureValue
-
getDsKeyInfo
public DsKeyInfo getDsKeyInfo()
Gets the value of the dsKeyInfo property.- Returns:
- possible object is
DsKeyInfo
-
setDsKeyInfo
public void setDsKeyInfo(DsKeyInfo value)
Sets the value of the dsKeyInfo property.- Parameters:
value- allowed object isDsKeyInfo
-
getDsObject
public java.util.List<DsObject> 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
-
-