org.ogf.graap.wsag4j.types.configuration
Interface KeystoreConfigurationType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
KeystoreConfigurationTypeImpl

public interface KeystoreConfigurationType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getKeystoreType

String getKeystoreType()
Gets the "KeystoreType" element


xgetKeystoreType

org.apache.xmlbeans.XmlString xgetKeystoreType()
Gets (as xml) the "KeystoreType" element


setKeystoreType

void setKeystoreType(String keystoreType)
Sets the "KeystoreType" element


xsetKeystoreType

void xsetKeystoreType(org.apache.xmlbeans.XmlString keystoreType)
Sets (as xml) the "KeystoreType" element


getKeystoreFile

String getKeystoreFile()
Gets the "KeystoreFile" element


xgetKeystoreFile

org.apache.xmlbeans.XmlString xgetKeystoreFile()
Gets (as xml) the "KeystoreFile" element


setKeystoreFile

void setKeystoreFile(String keystoreFile)
Sets the "KeystoreFile" element


xsetKeystoreFile

void xsetKeystoreFile(org.apache.xmlbeans.XmlString keystoreFile)
Sets (as xml) the "KeystoreFile" element


getKeystorePassword

String getKeystorePassword()
Gets the "KeystorePassword" element


xgetKeystorePassword

org.apache.xmlbeans.XmlString xgetKeystorePassword()
Gets (as xml) the "KeystorePassword" element


setKeystorePassword

void setKeystorePassword(String keystorePassword)
Sets the "KeystorePassword" element


xsetKeystorePassword

void xsetKeystorePassword(org.apache.xmlbeans.XmlString keystorePassword)
Sets (as xml) the "KeystorePassword" element


getAlias

String getAlias()
Gets the "Alias" element


xgetAlias

org.apache.xmlbeans.XmlString xgetAlias()
Gets (as xml) the "Alias" element


setAlias

void setAlias(String alias)
Sets the "Alias" element


xsetAlias

void xsetAlias(org.apache.xmlbeans.XmlString alias)
Sets (as xml) the "Alias" element


getAliasPassword

String getAliasPassword()
Gets the "AliasPassword" element


xgetAliasPassword

org.apache.xmlbeans.XmlString xgetAliasPassword()
Gets (as xml) the "AliasPassword" element


setAliasPassword

void setAliasPassword(String aliasPassword)
Sets the "AliasPassword" element


xsetAliasPassword

void xsetAliasPassword(org.apache.xmlbeans.XmlString aliasPassword)
Sets (as xml) the "AliasPassword" element



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.