|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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 org.apache.xmlbeans.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 |
java.lang.String |
getDigestAlgorithm()
Gets the "DigestAlgorithm" attribute |
java.lang.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(java.lang.String digestAlgorithm)
Sets the "DigestAlgorithm" attribute |
void |
setURI(java.lang.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 |
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 org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.lang.String getURI()
org.apache.xmlbeans.XmlAnyURI xgetURI()
void setURI(java.lang.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()
java.lang.String getDigestAlgorithm()
org.apache.xmlbeans.XmlAnyURI xgetDigestAlgorithm()
boolean isSetDigestAlgorithm()
void setDigestAlgorithm(java.lang.String digestAlgorithm)
void xsetDigestAlgorithm(org.apache.xmlbeans.XmlAnyURI digestAlgorithm)
void unsetDigestAlgorithm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |