Interface CTModifyVerifier
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTModifyVerifier extends XmlObject
An XML CT_ModifyVerifier(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTModifyVerifier.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 long
getAlgIdExt()
Gets the "algIdExt" attributejava.lang.String
getAlgIdExtSource()
Gets the "algIdExtSource" attributeSTAlgClass.Enum
getCryptAlgorithmClass()
Gets the "cryptAlgorithmClass" attributelong
getCryptAlgorithmSid()
Gets the "cryptAlgorithmSid" attributeSTAlgType.Enum
getCryptAlgorithmType()
Gets the "cryptAlgorithmType" attributejava.lang.String
getCryptProvider()
Gets the "cryptProvider" attributeSTCryptProv.Enum
getCryptProviderType()
Gets the "cryptProviderType" attributelong
getCryptProviderTypeExt()
Gets the "cryptProviderTypeExt" attributejava.lang.String
getCryptProviderTypeExtSource()
Gets the "cryptProviderTypeExtSource" attributejava.lang.String
getHashData()
Gets the "hashData" attributejava.lang.String
getSaltData()
Gets the "saltData" attributelong
getSpinCount()
Gets the "spinCount" attributeboolean
isSetAlgIdExt()
True if has "algIdExt" attributeboolean
isSetAlgIdExtSource()
True if has "algIdExtSource" attributeboolean
isSetCryptProvider()
True if has "cryptProvider" attributeboolean
isSetCryptProviderTypeExt()
True if has "cryptProviderTypeExt" attributeboolean
isSetCryptProviderTypeExtSource()
True if has "cryptProviderTypeExtSource" attributevoid
setAlgIdExt(long algIdExt)
Sets the "algIdExt" attributevoid
setAlgIdExtSource(java.lang.String algIdExtSource)
Sets the "algIdExtSource" attributevoid
setCryptAlgorithmClass(STAlgClass.Enum cryptAlgorithmClass)
Sets the "cryptAlgorithmClass" attributevoid
setCryptAlgorithmSid(long cryptAlgorithmSid)
Sets the "cryptAlgorithmSid" attributevoid
setCryptAlgorithmType(STAlgType.Enum cryptAlgorithmType)
Sets the "cryptAlgorithmType" attributevoid
setCryptProvider(java.lang.String cryptProvider)
Sets the "cryptProvider" attributevoid
setCryptProviderType(STCryptProv.Enum cryptProviderType)
Sets the "cryptProviderType" attributevoid
setCryptProviderTypeExt(long cryptProviderTypeExt)
Sets the "cryptProviderTypeExt" attributevoid
setCryptProviderTypeExtSource(java.lang.String cryptProviderTypeExtSource)
Sets the "cryptProviderTypeExtSource" attributevoid
setHashData(java.lang.String hashData)
Sets the "hashData" attributevoid
setSaltData(java.lang.String saltData)
Sets the "saltData" attributevoid
setSpinCount(long spinCount)
Sets the "spinCount" attributevoid
unsetAlgIdExt()
Unsets the "algIdExt" attributevoid
unsetAlgIdExtSource()
Unsets the "algIdExtSource" attributevoid
unsetCryptProvider()
Unsets the "cryptProvider" attributevoid
unsetCryptProviderTypeExt()
Unsets the "cryptProviderTypeExt" attributevoid
unsetCryptProviderTypeExtSource()
Unsets the "cryptProviderTypeExtSource" attributeXmlUnsignedInt
xgetAlgIdExt()
Gets (as xml) the "algIdExt" attributeXmlString
xgetAlgIdExtSource()
Gets (as xml) the "algIdExtSource" attributeSTAlgClass
xgetCryptAlgorithmClass()
Gets (as xml) the "cryptAlgorithmClass" attributeXmlUnsignedInt
xgetCryptAlgorithmSid()
Gets (as xml) the "cryptAlgorithmSid" attributeSTAlgType
xgetCryptAlgorithmType()
Gets (as xml) the "cryptAlgorithmType" attributeXmlString
xgetCryptProvider()
Gets (as xml) the "cryptProvider" attributeSTCryptProv
xgetCryptProviderType()
Gets (as xml) the "cryptProviderType" attributeXmlUnsignedInt
xgetCryptProviderTypeExt()
Gets (as xml) the "cryptProviderTypeExt" attributeXmlString
xgetCryptProviderTypeExtSource()
Gets (as xml) the "cryptProviderTypeExtSource" attributeXmlString
xgetHashData()
Gets (as xml) the "hashData" attributeXmlString
xgetSaltData()
Gets (as xml) the "saltData" attributeXmlUnsignedInt
xgetSpinCount()
Gets (as xml) the "spinCount" attributevoid
xsetAlgIdExt(XmlUnsignedInt algIdExt)
Sets (as xml) the "algIdExt" attributevoid
xsetAlgIdExtSource(XmlString algIdExtSource)
Sets (as xml) the "algIdExtSource" attributevoid
xsetCryptAlgorithmClass(STAlgClass cryptAlgorithmClass)
Sets (as xml) the "cryptAlgorithmClass" attributevoid
xsetCryptAlgorithmSid(XmlUnsignedInt cryptAlgorithmSid)
Sets (as xml) the "cryptAlgorithmSid" attributevoid
xsetCryptAlgorithmType(STAlgType cryptAlgorithmType)
Sets (as xml) the "cryptAlgorithmType" attributevoid
xsetCryptProvider(XmlString cryptProvider)
Sets (as xml) the "cryptProvider" attributevoid
xsetCryptProviderType(STCryptProv cryptProviderType)
Sets (as xml) the "cryptProviderType" attributevoid
xsetCryptProviderTypeExt(XmlUnsignedInt cryptProviderTypeExt)
Sets (as xml) the "cryptProviderTypeExt" attributevoid
xsetCryptProviderTypeExtSource(XmlString cryptProviderTypeExtSource)
Sets (as xml) the "cryptProviderTypeExtSource" attributevoid
xsetHashData(XmlString hashData)
Sets (as xml) the "hashData" attributevoid
xsetSaltData(XmlString saltData)
Sets (as xml) the "saltData" attributevoid
xsetSpinCount(XmlUnsignedInt spinCount)
Sets (as xml) the "spinCount" 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
-
getCryptProviderType
STCryptProv.Enum getCryptProviderType()
Gets the "cryptProviderType" attribute
-
xgetCryptProviderType
STCryptProv xgetCryptProviderType()
Gets (as xml) the "cryptProviderType" attribute
-
setCryptProviderType
void setCryptProviderType(STCryptProv.Enum cryptProviderType)
Sets the "cryptProviderType" attribute
-
xsetCryptProviderType
void xsetCryptProviderType(STCryptProv cryptProviderType)
Sets (as xml) the "cryptProviderType" attribute
-
getCryptAlgorithmClass
STAlgClass.Enum getCryptAlgorithmClass()
Gets the "cryptAlgorithmClass" attribute
-
xgetCryptAlgorithmClass
STAlgClass xgetCryptAlgorithmClass()
Gets (as xml) the "cryptAlgorithmClass" attribute
-
setCryptAlgorithmClass
void setCryptAlgorithmClass(STAlgClass.Enum cryptAlgorithmClass)
Sets the "cryptAlgorithmClass" attribute
-
xsetCryptAlgorithmClass
void xsetCryptAlgorithmClass(STAlgClass cryptAlgorithmClass)
Sets (as xml) the "cryptAlgorithmClass" attribute
-
getCryptAlgorithmType
STAlgType.Enum getCryptAlgorithmType()
Gets the "cryptAlgorithmType" attribute
-
xgetCryptAlgorithmType
STAlgType xgetCryptAlgorithmType()
Gets (as xml) the "cryptAlgorithmType" attribute
-
setCryptAlgorithmType
void setCryptAlgorithmType(STAlgType.Enum cryptAlgorithmType)
Sets the "cryptAlgorithmType" attribute
-
xsetCryptAlgorithmType
void xsetCryptAlgorithmType(STAlgType cryptAlgorithmType)
Sets (as xml) the "cryptAlgorithmType" attribute
-
getCryptAlgorithmSid
long getCryptAlgorithmSid()
Gets the "cryptAlgorithmSid" attribute
-
xgetCryptAlgorithmSid
XmlUnsignedInt xgetCryptAlgorithmSid()
Gets (as xml) the "cryptAlgorithmSid" attribute
-
setCryptAlgorithmSid
void setCryptAlgorithmSid(long cryptAlgorithmSid)
Sets the "cryptAlgorithmSid" attribute
-
xsetCryptAlgorithmSid
void xsetCryptAlgorithmSid(XmlUnsignedInt cryptAlgorithmSid)
Sets (as xml) the "cryptAlgorithmSid" attribute
-
getSpinCount
long getSpinCount()
Gets the "spinCount" attribute
-
xgetSpinCount
XmlUnsignedInt xgetSpinCount()
Gets (as xml) the "spinCount" attribute
-
setSpinCount
void setSpinCount(long spinCount)
Sets the "spinCount" attribute
-
xsetSpinCount
void xsetSpinCount(XmlUnsignedInt spinCount)
Sets (as xml) the "spinCount" attribute
-
getSaltData
java.lang.String getSaltData()
Gets the "saltData" attribute
-
xgetSaltData
XmlString xgetSaltData()
Gets (as xml) the "saltData" attribute
-
setSaltData
void setSaltData(java.lang.String saltData)
Sets the "saltData" attribute
-
xsetSaltData
void xsetSaltData(XmlString saltData)
Sets (as xml) the "saltData" attribute
-
getHashData
java.lang.String getHashData()
Gets the "hashData" attribute
-
xgetHashData
XmlString xgetHashData()
Gets (as xml) the "hashData" attribute
-
setHashData
void setHashData(java.lang.String hashData)
Sets the "hashData" attribute
-
xsetHashData
void xsetHashData(XmlString hashData)
Sets (as xml) the "hashData" attribute
-
getCryptProvider
java.lang.String getCryptProvider()
Gets the "cryptProvider" attribute
-
xgetCryptProvider
XmlString xgetCryptProvider()
Gets (as xml) the "cryptProvider" attribute
-
isSetCryptProvider
boolean isSetCryptProvider()
True if has "cryptProvider" attribute
-
setCryptProvider
void setCryptProvider(java.lang.String cryptProvider)
Sets the "cryptProvider" attribute
-
xsetCryptProvider
void xsetCryptProvider(XmlString cryptProvider)
Sets (as xml) the "cryptProvider" attribute
-
unsetCryptProvider
void unsetCryptProvider()
Unsets the "cryptProvider" attribute
-
getAlgIdExt
long getAlgIdExt()
Gets the "algIdExt" attribute
-
xgetAlgIdExt
XmlUnsignedInt xgetAlgIdExt()
Gets (as xml) the "algIdExt" attribute
-
isSetAlgIdExt
boolean isSetAlgIdExt()
True if has "algIdExt" attribute
-
setAlgIdExt
void setAlgIdExt(long algIdExt)
Sets the "algIdExt" attribute
-
xsetAlgIdExt
void xsetAlgIdExt(XmlUnsignedInt algIdExt)
Sets (as xml) the "algIdExt" attribute
-
unsetAlgIdExt
void unsetAlgIdExt()
Unsets the "algIdExt" attribute
-
getAlgIdExtSource
java.lang.String getAlgIdExtSource()
Gets the "algIdExtSource" attribute
-
xgetAlgIdExtSource
XmlString xgetAlgIdExtSource()
Gets (as xml) the "algIdExtSource" attribute
-
isSetAlgIdExtSource
boolean isSetAlgIdExtSource()
True if has "algIdExtSource" attribute
-
setAlgIdExtSource
void setAlgIdExtSource(java.lang.String algIdExtSource)
Sets the "algIdExtSource" attribute
-
xsetAlgIdExtSource
void xsetAlgIdExtSource(XmlString algIdExtSource)
Sets (as xml) the "algIdExtSource" attribute
-
unsetAlgIdExtSource
void unsetAlgIdExtSource()
Unsets the "algIdExtSource" attribute
-
getCryptProviderTypeExt
long getCryptProviderTypeExt()
Gets the "cryptProviderTypeExt" attribute
-
xgetCryptProviderTypeExt
XmlUnsignedInt xgetCryptProviderTypeExt()
Gets (as xml) the "cryptProviderTypeExt" attribute
-
isSetCryptProviderTypeExt
boolean isSetCryptProviderTypeExt()
True if has "cryptProviderTypeExt" attribute
-
setCryptProviderTypeExt
void setCryptProviderTypeExt(long cryptProviderTypeExt)
Sets the "cryptProviderTypeExt" attribute
-
xsetCryptProviderTypeExt
void xsetCryptProviderTypeExt(XmlUnsignedInt cryptProviderTypeExt)
Sets (as xml) the "cryptProviderTypeExt" attribute
-
unsetCryptProviderTypeExt
void unsetCryptProviderTypeExt()
Unsets the "cryptProviderTypeExt" attribute
-
getCryptProviderTypeExtSource
java.lang.String getCryptProviderTypeExtSource()
Gets the "cryptProviderTypeExtSource" attribute
-
xgetCryptProviderTypeExtSource
XmlString xgetCryptProviderTypeExtSource()
Gets (as xml) the "cryptProviderTypeExtSource" attribute
-
isSetCryptProviderTypeExtSource
boolean isSetCryptProviderTypeExtSource()
True if has "cryptProviderTypeExtSource" attribute
-
setCryptProviderTypeExtSource
void setCryptProviderTypeExtSource(java.lang.String cryptProviderTypeExtSource)
Sets the "cryptProviderTypeExtSource" attribute
-
xsetCryptProviderTypeExtSource
void xsetCryptProviderTypeExtSource(XmlString cryptProviderTypeExtSource)
Sets (as xml) the "cryptProviderTypeExtSource" attribute
-
unsetCryptProviderTypeExtSource
void unsetCryptProviderTypeExtSource()
Unsets the "cryptProviderTypeExtSource" attribute
-
-