Package org.cxml
Class DsReference
- java.lang.Object
-
- org.cxml.DsReference
-
public class DsReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DsDigestMethoddsDigestMethodprotected java.lang.StringdsDigestValueprotected DsTransformsdsTransformsprotected java.lang.Stringidprotected java.lang.Stringtypeprotected java.lang.Stringuri
-
Constructor Summary
Constructors Constructor Description DsReference()
-
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.DsTransformsgetDsTransforms()Gets the value of the dsTransforms property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetType()Gets the value of the type 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.voidsetDsTransforms(DsTransforms value)Sets the value of the dsTransforms property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetType(java.lang.String value)Sets the value of the type 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
-
type
protected java.lang.String type
-
dsTransforms
protected DsTransforms dsTransforms
-
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
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getDsTransforms
public DsTransforms getDsTransforms()
Gets the value of the dsTransforms property.- Returns:
- possible object is
DsTransforms
-
setDsTransforms
public void setDsTransforms(DsTransforms value)
Sets the value of the dsTransforms property.- Parameters:
value- allowed object isDsTransforms
-
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
-
-