|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.iShopService.ideal3.generated.Reference
public class Reference
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
</sequence>
<attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Reference()
|
|
| Method Summary | |
|---|---|
DigestMethod |
getDigestMethod()
Gets the value of the digestMethod property. |
java.lang.String |
getDigestValue()
Gets the value of the digestValue property. |
Transforms |
getTransforms()
Gets the value of the transforms property. |
java.lang.String |
getURI()
Gets the value of the uri property. |
void |
setDigestMethod(DigestMethod value)
Sets the value of the digestMethod property. |
void |
setDigestValue(java.lang.String value)
Sets the value of the digestValue property. |
void |
setTransforms(Transforms value)
Sets the value of the transforms property. |
void |
setURI(java.lang.String value)
Sets the value of the uri property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Reference()
| Method Detail |
|---|
public Transforms getTransforms()
Transformspublic void setTransforms(Transforms value)
value - allowed object is
Transformspublic DigestMethod getDigestMethod()
DigestMethodpublic void setDigestMethod(DigestMethod value)
value - allowed object is
DigestMethodpublic java.lang.String getDigestValue()
Stringpublic void setDigestValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getURI()
Stringpublic void setURI(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||