Interface PolicyReferenceDocument.PolicyReference
-
- All Superinterfaces:
XmlObject,XmlTokenSource
- Enclosing interface:
- PolicyReferenceDocument
public static interface PolicyReferenceDocument.PolicyReference extends XmlObject
An XML PolicyReference(@http://schemas.xmlsoap.org/ws/2004/09/policy). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPolicyReferenceDocument.PolicyReference.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getDigest()Gets the "Digest" attributeStringgetDigestAlgorithm()Gets the "DigestAlgorithm" attributeStringgetURI()Gets the "URI" attributebooleanisSetDigest()True if has "Digest" attributebooleanisSetDigestAlgorithm()True if has "DigestAlgorithm" attributebooleanisSetURI()True if has "URI" attributevoidsetDigest(byte[] digest)Sets the "Digest" attributevoidsetDigestAlgorithm(String digestAlgorithm)Sets the "DigestAlgorithm" attributevoidsetURI(String uri)Sets the "URI" attributevoidunsetDigest()Unsets the "Digest" attributevoidunsetDigestAlgorithm()Unsets the "DigestAlgorithm" attributevoidunsetURI()Unsets the "URI" attributeXmlBase64BinaryxgetDigest()Gets (as xml) the "Digest" attributeXmlAnyURIxgetDigestAlgorithm()Gets (as xml) the "DigestAlgorithm" attributeXmlAnyURIxgetURI()Gets (as xml) the "URI" attributevoidxsetDigest(XmlBase64Binary digest)Sets (as xml) the "Digest" attributevoidxsetDigestAlgorithm(XmlAnyURI digestAlgorithm)Sets (as xml) the "DigestAlgorithm" attributevoidxsetURI(XmlAnyURI uri)Sets (as xml) the "URI" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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
-
type
static final SchemaType type
-
-
Method Detail
-
getURI
String getURI()
Gets the "URI" attribute
-
xgetURI
XmlAnyURI xgetURI()
Gets (as xml) the "URI" attribute
-
isSetURI
boolean isSetURI()
True if has "URI" attribute
-
setURI
void setURI(String uri)
Sets the "URI" attribute
-
xsetURI
void xsetURI(XmlAnyURI uri)
Sets (as xml) the "URI" attribute
-
unsetURI
void unsetURI()
Unsets the "URI" attribute
-
getDigest
byte[] getDigest()
Gets the "Digest" attribute
-
xgetDigest
XmlBase64Binary xgetDigest()
Gets (as xml) the "Digest" attribute
-
isSetDigest
boolean isSetDigest()
True if has "Digest" attribute
-
setDigest
void setDigest(byte[] digest)
Sets the "Digest" attribute
-
xsetDigest
void xsetDigest(XmlBase64Binary digest)
Sets (as xml) the "Digest" attribute
-
unsetDigest
void unsetDigest()
Unsets the "Digest" attribute
-
getDigestAlgorithm
String getDigestAlgorithm()
Gets the "DigestAlgorithm" attribute
-
xgetDigestAlgorithm
XmlAnyURI xgetDigestAlgorithm()
Gets (as xml) the "DigestAlgorithm" attribute
-
isSetDigestAlgorithm
boolean isSetDigestAlgorithm()
True if has "DigestAlgorithm" attribute
-
setDigestAlgorithm
void setDigestAlgorithm(String digestAlgorithm)
Sets the "DigestAlgorithm" attribute
-
xsetDigestAlgorithm
void xsetDigestAlgorithm(XmlAnyURI digestAlgorithm)
Sets (as xml) the "DigestAlgorithm" attribute
-
unsetDigestAlgorithm
void unsetDigestAlgorithm()
Unsets the "DigestAlgorithm" attribute
-
-