org.w3.x2000.x09.xmldsig
Interface ReferenceType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ReferenceTypeImpl

public interface ReferenceType
extends org.apache.xmlbeans.XmlObject

An XML ReferenceType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.


Nested Class Summary
static class ReferenceType.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
 DigestMethodType addNewDigestMethod()
          Appends and returns a new empty "DigestMethod" element
 TransformsType addNewTransforms()
          Appends and returns a new empty "Transforms" element
 DigestMethodType getDigestMethod()
          Gets the "DigestMethod" element
 byte[] getDigestValue()
          Gets the "DigestValue" element
 java.lang.String getId()
          Gets the "Id" attribute
 TransformsType getTransforms()
          Gets the "Transforms" element
 java.lang.String getType()
          Gets the "Type" attribute
 java.lang.String getURI()
          Gets the "URI" attribute
 boolean isSetId()
          True if has "Id" attribute
 boolean isSetTransforms()
          True if has "Transforms" element
 boolean isSetType()
          True if has "Type" attribute
 boolean isSetURI()
          True if has "URI" attribute
 void setDigestMethod(DigestMethodType digestMethod)
          Sets the "DigestMethod" element
 void setDigestValue(byte[] digestValue)
          Sets the "DigestValue" element
 void setId(java.lang.String id)
          Sets the "Id" attribute
 void setTransforms(TransformsType transforms)
          Sets the "Transforms" element
 void setType(java.lang.String type)
          Sets the "Type" attribute
 void setURI(java.lang.String uri)
          Sets the "URI" attribute
 void unsetId()
          Unsets the "Id" attribute
 void unsetTransforms()
          Unsets the "Transforms" element
 void unsetType()
          Unsets the "Type" attribute
 void unsetURI()
          Unsets the "URI" attribute
 DigestValueType xgetDigestValue()
          Gets (as xml) the "DigestValue" element
 org.apache.xmlbeans.XmlID xgetId()
          Gets (as xml) the "Id" attribute
 org.apache.xmlbeans.XmlAnyURI xgetType()
          Gets (as xml) the "Type" attribute
 org.apache.xmlbeans.XmlAnyURI xgetURI()
          Gets (as xml) the "URI" attribute
 void xsetDigestValue(DigestValueType digestValue)
          Sets (as xml) the "DigestValue" element
 void xsetId(org.apache.xmlbeans.XmlID id)
          Sets (as xml) the "Id" attribute
 void xsetType(org.apache.xmlbeans.XmlAnyURI type)
          Sets (as xml) the "Type" 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

getTransforms

TransformsType getTransforms()
Gets the "Transforms" element


isSetTransforms

boolean isSetTransforms()
True if has "Transforms" element


setTransforms

void setTransforms(TransformsType transforms)
Sets the "Transforms" element


addNewTransforms

TransformsType addNewTransforms()
Appends and returns a new empty "Transforms" element


unsetTransforms

void unsetTransforms()
Unsets the "Transforms" element


getDigestMethod

DigestMethodType getDigestMethod()
Gets the "DigestMethod" element


setDigestMethod

void setDigestMethod(DigestMethodType digestMethod)
Sets the "DigestMethod" element


addNewDigestMethod

DigestMethodType addNewDigestMethod()
Appends and returns a new empty "DigestMethod" element


getDigestValue

byte[] getDigestValue()
Gets the "DigestValue" element


xgetDigestValue

DigestValueType xgetDigestValue()
Gets (as xml) the "DigestValue" element


setDigestValue

void setDigestValue(byte[] digestValue)
Sets the "DigestValue" element


xsetDigestValue

void xsetDigestValue(DigestValueType digestValue)
Sets (as xml) the "DigestValue" element


getId

java.lang.String getId()
Gets the "Id" attribute


xgetId

org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "Id" attribute


isSetId

boolean isSetId()
True if has "Id" attribute


setId

void setId(java.lang.String id)
Sets the "Id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "Id" attribute


unsetId

void unsetId()
Unsets the "Id" attribute


getURI

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


xgetURI

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


isSetURI

boolean isSetURI()
True if has "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


unsetURI

void unsetURI()
Unsets the "URI" attribute


getType

java.lang.String getType()
Gets the "Type" attribute


xgetType

org.apache.xmlbeans.XmlAnyURI xgetType()
Gets (as xml) the "Type" attribute


isSetType

boolean isSetType()
True if has "Type" attribute


setType

void setType(java.lang.String type)
Sets the "Type" attribute


xsetType

void xsetType(org.apache.xmlbeans.XmlAnyURI type)
Sets (as xml) the "Type" attribute


unsetType

void unsetType()
Unsets the "Type" attribute



Copyright © 2009. All Rights Reserved.