|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface PolicyReferenceDocument.PolicyReference
An XML PolicyReference(@http://schemas.xmlsoap.org/ws/2004/09/policy). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
PolicyReferenceDocument.PolicyReference.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
|---|---|
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 |
boolean |
isSetURI()
True if has "URI" 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 |
void |
unsetURI()
Unsets the "URI" attribute |
XmlBase64Binary |
xgetDigest()
Gets (as xml) the "Digest" attribute |
XmlAnyURI |
xgetDigestAlgorithm()
Gets (as xml) the "DigestAlgorithm" attribute |
XmlAnyURI |
xgetURI()
Gets (as xml) the "URI" attribute |
void |
xsetDigest(XmlBase64Binary digest)
Sets (as xml) the "Digest" attribute |
void |
xsetDigestAlgorithm(XmlAnyURI digestAlgorithm)
Sets (as xml) the "DigestAlgorithm" attribute |
void |
xsetURI(XmlAnyURI uri)
Sets (as xml) the "URI" attribute |
| Methods inherited from interface org.apache.xmlbeans.XmlObject |
|---|
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 |
| Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
|---|
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 |
| Field Detail |
|---|
static final SchemaType type
| Method Detail |
|---|
String getURI()
XmlAnyURI xgetURI()
boolean isSetURI()
void setURI(String uri)
void xsetURI(XmlAnyURI uri)
void unsetURI()
byte[] getDigest()
XmlBase64Binary xgetDigest()
boolean isSetDigest()
void setDigest(byte[] digest)
void xsetDigest(XmlBase64Binary digest)
void unsetDigest()
String getDigestAlgorithm()
XmlAnyURI xgetDigestAlgorithm()
boolean isSetDigestAlgorithm()
void setDigestAlgorithm(String digestAlgorithm)
void xsetDigestAlgorithm(XmlAnyURI digestAlgorithm)
void unsetDigestAlgorithm()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||