Interface AgreementMethodType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface AgreementMethodType extends XmlObject
An XML AgreementMethodType(@http://www.w3.org/2001/04/xmlenc#). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAgreementMethodType.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 KeyInfoTypeaddNewOriginatorKeyInfo()Appends and returns a new empty "OriginatorKeyInfo" elementKeyInfoTypeaddNewRecipientKeyInfo()Appends and returns a new empty "RecipientKeyInfo" elementStringgetAlgorithm()Gets the "Algorithm" attributebyte[]getKANonce()Gets the "KA-Nonce" elementKeyInfoTypegetOriginatorKeyInfo()Gets the "OriginatorKeyInfo" elementKeyInfoTypegetRecipientKeyInfo()Gets the "RecipientKeyInfo" elementbooleanisSetKANonce()True if has "KA-Nonce" elementbooleanisSetOriginatorKeyInfo()True if has "OriginatorKeyInfo" elementbooleanisSetRecipientKeyInfo()True if has "RecipientKeyInfo" elementvoidsetAlgorithm(String algorithm)Sets the "Algorithm" attributevoidsetKANonce(byte[] kaNonce)Sets the "KA-Nonce" elementvoidsetOriginatorKeyInfo(KeyInfoType originatorKeyInfo)Sets the "OriginatorKeyInfo" elementvoidsetRecipientKeyInfo(KeyInfoType recipientKeyInfo)Sets the "RecipientKeyInfo" elementvoidunsetKANonce()Unsets the "KA-Nonce" elementvoidunsetOriginatorKeyInfo()Unsets the "OriginatorKeyInfo" elementvoidunsetRecipientKeyInfo()Unsets the "RecipientKeyInfo" elementXmlAnyURIxgetAlgorithm()Gets (as xml) the "Algorithm" attributeXmlBase64BinaryxgetKANonce()Gets (as xml) the "KA-Nonce" elementvoidxsetAlgorithm(XmlAnyURI algorithm)Sets (as xml) the "Algorithm" attributevoidxsetKANonce(XmlBase64Binary kaNonce)Sets (as xml) the "KA-Nonce" element-
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
-
getKANonce
byte[] getKANonce()
Gets the "KA-Nonce" element
-
xgetKANonce
XmlBase64Binary xgetKANonce()
Gets (as xml) the "KA-Nonce" element
-
isSetKANonce
boolean isSetKANonce()
True if has "KA-Nonce" element
-
setKANonce
void setKANonce(byte[] kaNonce)
Sets the "KA-Nonce" element
-
xsetKANonce
void xsetKANonce(XmlBase64Binary kaNonce)
Sets (as xml) the "KA-Nonce" element
-
unsetKANonce
void unsetKANonce()
Unsets the "KA-Nonce" element
-
getOriginatorKeyInfo
KeyInfoType getOriginatorKeyInfo()
Gets the "OriginatorKeyInfo" element
-
isSetOriginatorKeyInfo
boolean isSetOriginatorKeyInfo()
True if has "OriginatorKeyInfo" element
-
setOriginatorKeyInfo
void setOriginatorKeyInfo(KeyInfoType originatorKeyInfo)
Sets the "OriginatorKeyInfo" element
-
addNewOriginatorKeyInfo
KeyInfoType addNewOriginatorKeyInfo()
Appends and returns a new empty "OriginatorKeyInfo" element
-
unsetOriginatorKeyInfo
void unsetOriginatorKeyInfo()
Unsets the "OriginatorKeyInfo" element
-
getRecipientKeyInfo
KeyInfoType getRecipientKeyInfo()
Gets the "RecipientKeyInfo" element
-
isSetRecipientKeyInfo
boolean isSetRecipientKeyInfo()
True if has "RecipientKeyInfo" element
-
setRecipientKeyInfo
void setRecipientKeyInfo(KeyInfoType recipientKeyInfo)
Sets the "RecipientKeyInfo" element
-
addNewRecipientKeyInfo
KeyInfoType addNewRecipientKeyInfo()
Appends and returns a new empty "RecipientKeyInfo" element
-
unsetRecipientKeyInfo
void unsetRecipientKeyInfo()
Unsets the "RecipientKeyInfo" element
-
getAlgorithm
String getAlgorithm()
Gets the "Algorithm" attribute
-
xgetAlgorithm
XmlAnyURI xgetAlgorithm()
Gets (as xml) the "Algorithm" attribute
-
setAlgorithm
void setAlgorithm(String algorithm)
Sets the "Algorithm" attribute
-
xsetAlgorithm
void xsetAlgorithm(XmlAnyURI algorithm)
Sets (as xml) the "Algorithm" attribute
-
-