|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3.xmldsig.Reference
public class Reference
Java class for ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DigestMethod |
digestMethod
|
protected byte[] |
digestValue
|
protected String |
id
|
protected Transforms |
transforms
|
protected String |
type
|
protected String |
uri
|
| Constructor Summary | |
|---|---|
Reference()
Default no-arg constructor |
|
Reference(Transforms transforms,
DigestMethod digestMethod,
byte[] digestValue,
String id,
String uri,
String type)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
DigestMethod |
getDigestMethod()
Gets the value of the digestMethod property. |
byte[] |
getDigestValue()
Gets the value of the digestValue property. |
String |
getId()
Gets the value of the id property. |
Transforms |
getTransforms()
Gets the value of the transforms property. |
String |
getType()
Gets the value of the type property. |
String |
getURI()
Gets the value of the uri property. |
void |
setDigestMethod(DigestMethod value)
Sets the value of the digestMethod property. |
void |
setDigestValue(byte[] value)
Sets the value of the digestValue property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setTransforms(Transforms value)
Sets the value of the transforms property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setURI(String value)
Sets the value of the uri property. |
String |
toString()
|
Reference |
withDigestMethod(DigestMethod value)
|
Reference |
withDigestValue(byte[] value)
|
Reference |
withId(String value)
|
Reference |
withTransforms(Transforms value)
|
Reference |
withType(String value)
|
Reference |
withURI(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Transforms transforms
protected DigestMethod digestMethod
protected byte[] digestValue
protected String id
protected String uri
protected String type
| Constructor Detail |
|---|
public Reference()
public Reference(Transforms transforms,
DigestMethod digestMethod,
byte[] digestValue,
String id,
String uri,
String type)
| 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 byte[] getDigestValue()
public void setDigestValue(byte[] value)
value - allowed object is
byte[]public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getURI()
Stringpublic void setURI(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic Reference withTransforms(Transforms value)
public Reference withDigestMethod(DigestMethod value)
public Reference withDigestValue(byte[] value)
public Reference withId(String value)
public Reference withURI(String value)
public Reference withType(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||