org.xmlsoap.schemas.ws.x2004.x09.policy
Interface PolicyReferenceDocument.PolicyReference

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
PolicyReferenceDocumentImpl.PolicyReferenceImpl
Enclosing interface:
PolicyReferenceDocument

public static interface PolicyReferenceDocument.PolicyReference
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getURI

java.lang.String getURI()
Gets the "URI" attribute


xgetURI

org.apache.xmlbeans.XmlAnyURI xgetURI()
Gets (as xml) the "URI" attribute


setURI

void setURI(java.lang.String uri)
Sets the "URI" attribute


xsetURI

void xsetURI(org.apache.xmlbeans.XmlAnyURI uri)
Sets (as xml) the "URI" attribute


getDigest

byte[] getDigest()
Gets the "Digest" attribute


xgetDigest

org.apache.xmlbeans.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(org.apache.xmlbeans.XmlBase64Binary digest)
Sets (as xml) the "Digest" attribute


unsetDigest

void unsetDigest()
Unsets the "Digest" attribute


getDigestAlgorithm

java.lang.String getDigestAlgorithm()
Gets the "DigestAlgorithm" attribute


xgetDigestAlgorithm

org.apache.xmlbeans.XmlAnyURI xgetDigestAlgorithm()
Gets (as xml) the "DigestAlgorithm" attribute


isSetDigestAlgorithm

boolean isSetDigestAlgorithm()
True if has "DigestAlgorithm" attribute


setDigestAlgorithm

void setDigestAlgorithm(java.lang.String digestAlgorithm)
Sets the "DigestAlgorithm" attribute


xsetDigestAlgorithm

void xsetDigestAlgorithm(org.apache.xmlbeans.XmlAnyURI digestAlgorithm)
Sets (as xml) the "DigestAlgorithm" attribute


unsetDigestAlgorithm

void unsetDigestAlgorithm()
Unsets the "DigestAlgorithm" attribute



Copyright © 2009. All Rights Reserved.