Interface PolicyReferenceDocument.PolicyReference
- All Superinterfaces:
XmlObject,XmlTokenSource
- Enclosing interface:
- PolicyReferenceDocument
An XML PolicyReference(@http://schemas.xmlsoap.org/ws/2004/09/policy).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the "Digest" attributeGets the "DigestAlgorithm" attributegetURI()Gets the "URI" attributebooleanTrue if has "Digest" attributebooleanTrue if has "DigestAlgorithm" attributebooleanisSetURI()True if has "URI" attributevoidsetDigest(byte[] digest) Sets the "Digest" attributevoidsetDigestAlgorithm(String digestAlgorithm) Sets the "DigestAlgorithm" attributevoidSets the "URI" attributevoidUnsets the "Digest" attributevoidUnsets the "DigestAlgorithm" attributevoidunsetURI()Unsets the "URI" attributeGets (as xml) the "Digest" attributeGets (as xml) the "DigestAlgorithm" attributexgetURI()Gets (as xml) the "URI" attributevoidxsetDigest(XmlBase64Binary digest) Sets (as xml) the "Digest" attributevoidxsetDigestAlgorithm(XmlAnyURI digestAlgorithm) Sets (as xml) the "DigestAlgorithm" attributevoidSets (as xml) the "URI" attributeMethods 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, valueHashCodeMethods 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 Details
-
type
-
-
Method Details
-
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
Sets the "URI" attribute -
xsetURI
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
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
Sets the "DigestAlgorithm" attribute -
xsetDigestAlgorithm
Sets (as xml) the "DigestAlgorithm" attribute -
unsetDigestAlgorithm
void unsetDigestAlgorithm()Unsets the "DigestAlgorithm" attribute
-