Package org.cxml
Class DsReference
java.lang.Object
org.cxml.DsReference
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DsDigestMethodprotected Stringprotected DsTransformsprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsDigestMethod property.Gets the value of the dsDigestValue property.Gets the value of the dsTransforms property.getId()Gets the value of the id property.getType()Gets the value of the type property.getURI()Gets the value of the uri property.voidsetDsDigestMethod(DsDigestMethod value) Sets the value of the dsDigestMethod property.voidsetDsDigestValue(String value) Sets the value of the dsDigestValue property.voidsetDsTransforms(DsTransforms value) Sets the value of the dsTransforms property.voidSets the value of the id property.voidSets the value of the type property.voidSets the value of the uri property.
-
Field Details
-
id
-
uri
-
type
-
dsTransforms
-
dsDigestMethod
-
dsDigestValue
-
-
Constructor Details
-
DsReference
public DsReference()
-
-
Method Details
-
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
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getDsTransforms
Gets the value of the dsTransforms property.- Returns:
- possible object is
DsTransforms
-
setDsTransforms
Sets the value of the dsTransforms property.- Parameters:
value- allowed object isDsTransforms
-
getDsDigestMethod
Gets the value of the dsDigestMethod property.- Returns:
- possible object is
DsDigestMethod
-
setDsDigestMethod
Sets the value of the dsDigestMethod property.- Parameters:
value- allowed object isDsDigestMethod
-
getDsDigestValue
Gets the value of the dsDigestValue property.- Returns:
- possible object is
String
-
setDsDigestValue
Sets the value of the dsDigestValue property.- Parameters:
value- allowed object isString
-