public class DsReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DsDigestMethod |
dsDigestMethod |
protected java.lang.String |
dsDigestValue |
protected DsTransforms |
dsTransforms |
protected java.lang.String |
id |
protected java.lang.String |
type |
protected java.lang.String |
uri |
| Constructor and Description |
|---|
DsReference() |
| Modifier and Type | Method and Description |
|---|---|
DsDigestMethod |
getDsDigestMethod()
Gets the value of the dsDigestMethod property.
|
java.lang.String |
getDsDigestValue()
Gets the value of the dsDigestValue property.
|
DsTransforms |
getDsTransforms()
Gets the value of the dsTransforms property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getURI()
Gets the value of the uri property.
|
void |
setDsDigestMethod(DsDigestMethod value)
Sets the value of the dsDigestMethod property.
|
void |
setDsDigestValue(java.lang.String value)
Sets the value of the dsDigestValue property.
|
void |
setDsTransforms(DsTransforms value)
Sets the value of the dsTransforms property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setURI(java.lang.String value)
Sets the value of the uri property.
|
protected java.lang.String id
protected java.lang.String uri
protected java.lang.String type
protected DsTransforms dsTransforms
protected DsDigestMethod dsDigestMethod
protected java.lang.String dsDigestValue
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getURI()
Stringpublic void setURI(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic DsTransforms getDsTransforms()
DsTransformspublic void setDsTransforms(DsTransforms value)
value - allowed object is
DsTransformspublic DsDigestMethod getDsDigestMethod()
DsDigestMethodpublic void setDsDigestMethod(DsDigestMethod value)
value - allowed object is
DsDigestMethodpublic java.lang.String getDsDigestValue()
Stringpublic void setDsDigestValue(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.