public interface IncomingWssConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
IncomingWssConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getDecryptCrypto()
Gets the "decryptCrypto" element
|
String |
getDecryptPassword()
Gets the "decryptPassword" element
|
String |
getName()
Gets the "name" element
|
String |
getSignatureCrypto()
Gets the "signatureCrypto" element
|
void |
setDecryptCrypto(String decryptCrypto)
Sets the "decryptCrypto" element
|
void |
setDecryptPassword(String decryptPassword)
Sets the "decryptPassword" element
|
void |
setName(String name)
Sets the "name" element
|
void |
setSignatureCrypto(String signatureCrypto)
Sets the "signatureCrypto" element
|
org.apache.xmlbeans.XmlString |
xgetDecryptCrypto()
Gets (as xml) the "decryptCrypto" element
|
org.apache.xmlbeans.XmlString |
xgetDecryptPassword()
Gets (as xml) the "decryptPassword" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlString |
xgetSignatureCrypto()
Gets (as xml) the "signatureCrypto" element
|
void |
xsetDecryptCrypto(org.apache.xmlbeans.XmlString decryptCrypto)
Sets (as xml) the "decryptCrypto" element
|
void |
xsetDecryptPassword(org.apache.xmlbeans.XmlString decryptPassword)
Sets (as xml) the "decryptPassword" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetSignatureCrypto(org.apache.xmlbeans.XmlString signatureCrypto)
Sets (as xml) the "signatureCrypto" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getDecryptCrypto()
org.apache.xmlbeans.XmlString xgetDecryptCrypto()
void setDecryptCrypto(String decryptCrypto)
void xsetDecryptCrypto(org.apache.xmlbeans.XmlString decryptCrypto)
String getSignatureCrypto()
org.apache.xmlbeans.XmlString xgetSignatureCrypto()
void setSignatureCrypto(String signatureCrypto)
void xsetSignatureCrypto(org.apache.xmlbeans.XmlString signatureCrypto)
String getDecryptPassword()
org.apache.xmlbeans.XmlString xgetDecryptPassword()
void setDecryptPassword(String decryptPassword)
void xsetDecryptPassword(org.apache.xmlbeans.XmlString decryptPassword)
Copyright © 2019. All Rights Reserved.