|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeystoreConfigurationType
An XML KeystoreConfigurationType(@http://schemas.scai.fraunhofer.de/config/wsag4j). This is a complex type.
Nested Class Summary | |
---|---|
static class |
KeystoreConfigurationType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
String |
getAlias()
Gets the "Alias" element |
String |
getAliasPassword()
Gets the "AliasPassword" element |
String |
getKeystoreFile()
Gets the "KeystoreFile" element |
String |
getKeystorePassword()
Gets the "KeystorePassword" element |
String |
getKeystoreType()
Gets the "KeystoreType" element |
void |
setAlias(String alias)
Sets the "Alias" element |
void |
setAliasPassword(String aliasPassword)
Sets the "AliasPassword" element |
void |
setKeystoreFile(String keystoreFile)
Sets the "KeystoreFile" element |
void |
setKeystorePassword(String keystorePassword)
Sets the "KeystorePassword" element |
void |
setKeystoreType(String keystoreType)
Sets the "KeystoreType" element |
org.apache.xmlbeans.XmlString |
xgetAlias()
Gets (as xml) the "Alias" element |
org.apache.xmlbeans.XmlString |
xgetAliasPassword()
Gets (as xml) the "AliasPassword" element |
org.apache.xmlbeans.XmlString |
xgetKeystoreFile()
Gets (as xml) the "KeystoreFile" element |
org.apache.xmlbeans.XmlString |
xgetKeystorePassword()
Gets (as xml) the "KeystorePassword" element |
org.apache.xmlbeans.XmlString |
xgetKeystoreType()
Gets (as xml) the "KeystoreType" element |
void |
xsetAlias(org.apache.xmlbeans.XmlString alias)
Sets (as xml) the "Alias" element |
void |
xsetAliasPassword(org.apache.xmlbeans.XmlString aliasPassword)
Sets (as xml) the "AliasPassword" element |
void |
xsetKeystoreFile(org.apache.xmlbeans.XmlString keystoreFile)
Sets (as xml) the "KeystoreFile" element |
void |
xsetKeystorePassword(org.apache.xmlbeans.XmlString keystorePassword)
Sets (as xml) the "KeystorePassword" element |
void |
xsetKeystoreType(org.apache.xmlbeans.XmlString keystoreType)
Sets (as xml) the "KeystoreType" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
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 |
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String getKeystoreType()
org.apache.xmlbeans.XmlString xgetKeystoreType()
void setKeystoreType(String keystoreType)
void xsetKeystoreType(org.apache.xmlbeans.XmlString keystoreType)
String getKeystoreFile()
org.apache.xmlbeans.XmlString xgetKeystoreFile()
void setKeystoreFile(String keystoreFile)
void xsetKeystoreFile(org.apache.xmlbeans.XmlString keystoreFile)
String getKeystorePassword()
org.apache.xmlbeans.XmlString xgetKeystorePassword()
void setKeystorePassword(String keystorePassword)
void xsetKeystorePassword(org.apache.xmlbeans.XmlString keystorePassword)
String getAlias()
org.apache.xmlbeans.XmlString xgetAlias()
void setAlias(String alias)
void xsetAlias(org.apache.xmlbeans.XmlString alias)
String getAliasPassword()
org.apache.xmlbeans.XmlString xgetAliasPassword()
void setAliasPassword(String aliasPassword)
void xsetAliasPassword(org.apache.xmlbeans.XmlString aliasPassword)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |