Package org.sourceid.protocol.dsig10.xml
Interface ReferenceType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface ReferenceType extends XmlObject
An XML ReferenceType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classReferenceType.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 DigestMethodTypeaddNewDigestMethod()Appends and returns a new empty "DigestMethod" elementTransformsTypeaddNewTransforms()Appends and returns a new empty "Transforms" elementDigestMethodTypegetDigestMethod()Gets the "DigestMethod" elementbyte[]getDigestValue()Gets the "DigestValue" elementStringgetId()Gets the "Id" attributeTransformsTypegetTransforms()Gets the "Transforms" elementStringgetType()Gets the "Type" attributeStringgetURI()Gets the "URI" attributebooleanisSetId()True if has "Id" attributebooleanisSetTransforms()True if has "Transforms" elementbooleanisSetType()True if has "Type" attributebooleanisSetURI()True if has "URI" attributevoidsetDigestMethod(DigestMethodType digestMethod)Sets the "DigestMethod" elementvoidsetDigestValue(byte[] digestValue)Sets the "DigestValue" elementvoidsetId(String id)Sets the "Id" attributevoidsetTransforms(TransformsType transforms)Sets the "Transforms" elementvoidsetType(String type)Sets the "Type" attributevoidsetURI(String uri)Sets the "URI" attributevoidunsetId()Unsets the "Id" attributevoidunsetTransforms()Unsets the "Transforms" elementvoidunsetType()Unsets the "Type" attributevoidunsetURI()Unsets the "URI" attributeDigestValueTypexgetDigestValue()Gets (as xml) the "DigestValue" elementXmlIDxgetId()Gets (as xml) the "Id" attributeXmlAnyURIxgetType()Gets (as xml) the "Type" attributeXmlAnyURIxgetURI()Gets (as xml) the "URI" attributevoidxsetDigestValue(DigestValueType digestValue)Sets (as xml) the "DigestValue" elementvoidxsetId(XmlID id)Sets (as xml) the "Id" attributevoidxsetType(XmlAnyURI type)Sets (as xml) the "Type" 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
-
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
String getId()
Gets the "Id" attribute
-
xgetId
XmlID xgetId()
Gets (as xml) the "Id" attribute
-
isSetId
boolean isSetId()
True if has "Id" attribute
-
setId
void setId(String id)
Sets the "Id" attribute
-
xsetId
void xsetId(XmlID id)
Sets (as xml) the "Id" attribute
-
unsetId
void unsetId()
Unsets the "Id" attribute
-
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
-
getType
String getType()
Gets the "Type" attribute
-
xgetType
XmlAnyURI xgetType()
Gets (as xml) the "Type" attribute
-
isSetType
boolean isSetType()
True if has "Type" attribute
-
setType
void setType(String type)
Sets the "Type" attribute
-
xsetType
void xsetType(XmlAnyURI type)
Sets (as xml) the "Type" attribute
-
unsetType
void unsetType()
Unsets the "Type" attribute
-
-