Interface CipherReferenceType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CipherReferenceType extends XmlObject
An XML CipherReferenceType(@http://www.w3.org/2001/04/xmlenc#). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCipherReferenceType.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 TransformsTypeaddNewTransforms()Appends and returns a new empty "Transforms" elementTransformsTypegetTransforms()Gets the "Transforms" elementStringgetURI()Gets the "URI" attributebooleanisSetTransforms()True if has "Transforms" elementvoidsetTransforms(TransformsType transforms)Sets the "Transforms" elementvoidsetURI(String uri)Sets the "URI" attributevoidunsetTransforms()Unsets the "Transforms" elementXmlAnyURIxgetURI()Gets (as xml) the "URI" 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
-
getURI
String getURI()
Gets the "URI" attribute
-
xgetURI
XmlAnyURI xgetURI()
Gets (as xml) the "URI" attribute
-
setURI
void setURI(String uri)
Sets the "URI" attribute
-
xsetURI
void xsetURI(XmlAnyURI uri)
Sets (as xml) the "URI" attribute
-
-