Interface EncryptedType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Subinterfaces:
EncryptedDataType,EncryptedKeyType
public interface EncryptedType extends XmlObject
An XML EncryptedType(@http://www.w3.org/2001/04/xmlenc#). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEncryptedType.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 CipherDataTypeaddNewCipherData()Appends and returns a new empty "CipherData" elementEncryptionMethodTypeaddNewEncryptionMethod()Appends and returns a new empty "EncryptionMethod" elementEncryptionPropertiesTypeaddNewEncryptionProperties()Appends and returns a new empty "EncryptionProperties" elementKeyInfoTypeaddNewKeyInfo()Appends and returns a new empty "KeyInfo" elementCipherDataTypegetCipherData()Gets the "CipherData" elementStringgetEncoding()Gets the "Encoding" attributeEncryptionMethodTypegetEncryptionMethod()Gets the "EncryptionMethod" elementEncryptionPropertiesTypegetEncryptionProperties()Gets the "EncryptionProperties" elementStringgetId()Gets the "Id" attributeKeyInfoTypegetKeyInfo()Gets the "KeyInfo" elementStringgetMimeType()Gets the "MimeType" attributeStringgetType()Gets the "Type" attributebooleanisSetEncoding()True if has "Encoding" attributebooleanisSetEncryptionMethod()True if has "EncryptionMethod" elementbooleanisSetEncryptionProperties()True if has "EncryptionProperties" elementbooleanisSetId()True if has "Id" attributebooleanisSetKeyInfo()True if has "KeyInfo" elementbooleanisSetMimeType()True if has "MimeType" attributebooleanisSetType()True if has "Type" attributevoidsetCipherData(CipherDataType cipherData)Sets the "CipherData" elementvoidsetEncoding(String encoding)Sets the "Encoding" attributevoidsetEncryptionMethod(EncryptionMethodType encryptionMethod)Sets the "EncryptionMethod" elementvoidsetEncryptionProperties(EncryptionPropertiesType encryptionProperties)Sets the "EncryptionProperties" elementvoidsetId(String id)Sets the "Id" attributevoidsetKeyInfo(KeyInfoType keyInfo)Sets the "KeyInfo" elementvoidsetMimeType(String mimeType)Sets the "MimeType" attributevoidsetType(String type)Sets the "Type" attributevoidunsetEncoding()Unsets the "Encoding" attributevoidunsetEncryptionMethod()Unsets the "EncryptionMethod" elementvoidunsetEncryptionProperties()Unsets the "EncryptionProperties" elementvoidunsetId()Unsets the "Id" attributevoidunsetKeyInfo()Unsets the "KeyInfo" elementvoidunsetMimeType()Unsets the "MimeType" attributevoidunsetType()Unsets the "Type" attributeXmlAnyURIxgetEncoding()Gets (as xml) the "Encoding" attributeXmlIDxgetId()Gets (as xml) the "Id" attributeXmlStringxgetMimeType()Gets (as xml) the "MimeType" attributeXmlAnyURIxgetType()Gets (as xml) the "Type" attributevoidxsetEncoding(XmlAnyURI encoding)Sets (as xml) the "Encoding" attributevoidxsetId(XmlID id)Sets (as xml) the "Id" attributevoidxsetMimeType(XmlString mimeType)Sets (as xml) the "MimeType" attributevoidxsetType(XmlAnyURI type)Sets (as xml) the "Type" 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
-
getEncryptionMethod
EncryptionMethodType getEncryptionMethod()
Gets the "EncryptionMethod" element
-
isSetEncryptionMethod
boolean isSetEncryptionMethod()
True if has "EncryptionMethod" element
-
setEncryptionMethod
void setEncryptionMethod(EncryptionMethodType encryptionMethod)
Sets the "EncryptionMethod" element
-
addNewEncryptionMethod
EncryptionMethodType addNewEncryptionMethod()
Appends and returns a new empty "EncryptionMethod" element
-
unsetEncryptionMethod
void unsetEncryptionMethod()
Unsets the "EncryptionMethod" element
-
getKeyInfo
KeyInfoType getKeyInfo()
Gets the "KeyInfo" element
-
isSetKeyInfo
boolean isSetKeyInfo()
True if has "KeyInfo" element
-
setKeyInfo
void setKeyInfo(KeyInfoType keyInfo)
Sets the "KeyInfo" element
-
addNewKeyInfo
KeyInfoType addNewKeyInfo()
Appends and returns a new empty "KeyInfo" element
-
unsetKeyInfo
void unsetKeyInfo()
Unsets the "KeyInfo" element
-
getCipherData
CipherDataType getCipherData()
Gets the "CipherData" element
-
setCipherData
void setCipherData(CipherDataType cipherData)
Sets the "CipherData" element
-
addNewCipherData
CipherDataType addNewCipherData()
Appends and returns a new empty "CipherData" element
-
getEncryptionProperties
EncryptionPropertiesType getEncryptionProperties()
Gets the "EncryptionProperties" element
-
isSetEncryptionProperties
boolean isSetEncryptionProperties()
True if has "EncryptionProperties" element
-
setEncryptionProperties
void setEncryptionProperties(EncryptionPropertiesType encryptionProperties)
Sets the "EncryptionProperties" element
-
addNewEncryptionProperties
EncryptionPropertiesType addNewEncryptionProperties()
Appends and returns a new empty "EncryptionProperties" element
-
unsetEncryptionProperties
void unsetEncryptionProperties()
Unsets the "EncryptionProperties" 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
-
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
-
getMimeType
String getMimeType()
Gets the "MimeType" attribute
-
xgetMimeType
XmlString xgetMimeType()
Gets (as xml) the "MimeType" attribute
-
isSetMimeType
boolean isSetMimeType()
True if has "MimeType" attribute
-
setMimeType
void setMimeType(String mimeType)
Sets the "MimeType" attribute
-
xsetMimeType
void xsetMimeType(XmlString mimeType)
Sets (as xml) the "MimeType" attribute
-
unsetMimeType
void unsetMimeType()
Unsets the "MimeType" attribute
-
getEncoding
String getEncoding()
Gets the "Encoding" attribute
-
xgetEncoding
XmlAnyURI xgetEncoding()
Gets (as xml) the "Encoding" attribute
-
isSetEncoding
boolean isSetEncoding()
True if has "Encoding" attribute
-
setEncoding
void setEncoding(String encoding)
Sets the "Encoding" attribute
-
xsetEncoding
void xsetEncoding(XmlAnyURI encoding)
Sets (as xml) the "Encoding" attribute
-
unsetEncoding
void unsetEncoding()
Unsets the "Encoding" attribute
-
-