public static interface PolicyReferenceDocument.PolicyReference
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
PolicyReferenceDocument.PolicyReference.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDigest()
Gets the "Digest" attribute
|
String |
getDigestAlgorithm()
Gets the "DigestAlgorithm" attribute
|
String |
getURI()
Gets the "URI" attribute
|
boolean |
isSetDigest()
True if has "Digest" attribute
|
boolean |
isSetDigestAlgorithm()
True if has "DigestAlgorithm" attribute
|
void |
setDigest(byte[] digest)
Sets the "Digest" attribute
|
void |
setDigestAlgorithm(String digestAlgorithm)
Sets the "DigestAlgorithm" attribute
|
void |
setURI(String uri)
Sets the "URI" attribute
|
void |
unsetDigest()
Unsets the "Digest" attribute
|
void |
unsetDigestAlgorithm()
Unsets the "DigestAlgorithm" attribute
|
org.apache.xmlbeans.XmlBase64Binary |
xgetDigest()
Gets (as xml) the "Digest" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetDigestAlgorithm()
Gets (as xml) the "DigestAlgorithm" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetURI()
Gets (as xml) the "URI" attribute
|
void |
xsetDigest(org.apache.xmlbeans.XmlBase64Binary digest)
Sets (as xml) the "Digest" attribute
|
void |
xsetDigestAlgorithm(org.apache.xmlbeans.XmlAnyURI digestAlgorithm)
Sets (as xml) the "DigestAlgorithm" attribute
|
void |
xsetURI(org.apache.xmlbeans.XmlAnyURI uri)
Sets (as xml) the "URI" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getURI()
org.apache.xmlbeans.XmlAnyURI xgetURI()
void setURI(String uri)
void xsetURI(org.apache.xmlbeans.XmlAnyURI uri)
byte[] getDigest()
org.apache.xmlbeans.XmlBase64Binary xgetDigest()
boolean isSetDigest()
void setDigest(byte[] digest)
void xsetDigest(org.apache.xmlbeans.XmlBase64Binary digest)
void unsetDigest()
String getDigestAlgorithm()
org.apache.xmlbeans.XmlAnyURI xgetDigestAlgorithm()
boolean isSetDigestAlgorithm()
void setDigestAlgorithm(String digestAlgorithm)
void xsetDigestAlgorithm(org.apache.xmlbeans.XmlAnyURI digestAlgorithm)
void unsetDigestAlgorithm()
Copyright © 2019. All Rights Reserved.