Package org.cxml
Class XadesReferenceInfo
- java.lang.Object
-
- org.cxml.XadesReferenceInfo
-
public class XadesReferenceInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DsDigestMethoddsDigestMethodprotected java.lang.StringdsDigestValueprotected java.lang.Stringidprotected java.lang.Stringuri
-
Constructor Summary
Constructors Constructor Description XadesReferenceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DsDigestMethodgetDsDigestMethod()Gets the value of the dsDigestMethod property.java.lang.StringgetDsDigestValue()Gets the value of the dsDigestValue property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetURI()Gets the value of the uri property.voidsetDsDigestMethod(DsDigestMethod value)Sets the value of the dsDigestMethod property.voidsetDsDigestValue(java.lang.String value)Sets the value of the dsDigestValue property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetURI(java.lang.String value)Sets the value of the uri property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
uri
protected java.lang.String uri
-
dsDigestMethod
protected DsDigestMethod dsDigestMethod
-
dsDigestValue
protected java.lang.String dsDigestValue
-
-
Method Detail
-
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
-
getURI
public java.lang.String getURI()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
public void setURI(java.lang.String value)
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getDsDigestMethod
public DsDigestMethod getDsDigestMethod()
Gets the value of the dsDigestMethod property.- Returns:
- possible object is
DsDigestMethod
-
setDsDigestMethod
public void setDsDigestMethod(DsDigestMethod value)
Sets the value of the dsDigestMethod property.- Parameters:
value- allowed object isDsDigestMethod
-
getDsDigestValue
public java.lang.String getDsDigestValue()
Gets the value of the dsDigestValue property.- Returns:
- possible object is
String
-
setDsDigestValue
public void setDsDigestValue(java.lang.String value)
Sets the value of the dsDigestValue property.- Parameters:
value- allowed object isString
-
-