public class PolicyReference extends BaseAddressingType
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">
<attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Digest" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
<attribute name="DigestAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="http://schemas.xmlsoap.org/ws/2004/09/policy/Sha1Exc" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
digest |
protected String |
digestAlgorithm |
protected String |
uri |
otherAttributes| Constructor and Description |
|---|
PolicyReference() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDigest()
Gets the value of the digest property.
|
String |
getDigestAlgorithm()
Gets the value of the digestAlgorithm property.
|
String |
getURI()
Gets the value of the uri property.
|
void |
setDigest(byte[] value)
Sets the value of the digest property.
|
void |
setDigestAlgorithm(String value)
Sets the value of the digestAlgorithm property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
addOtherAttribute, addOtherAttributes, getOtherAttributesprotected String uri
protected byte[] digest
protected String digestAlgorithm
public void setURI(String value)
value - allowed object is Stringpublic byte[] getDigest()
public void setDigest(byte[] value)
value - allowed object is byte[]public String getDigestAlgorithm()
StringCopyright © 2012 JBoss by Red Hat. All Rights Reserved.