public interface SecurityStoreType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityStoreType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
SecurityStoreType.Type
An XML type(@http://xmlns.kaazing.org/2014/09/gateway).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Gets the "file" element
|
String |
getPasswordFile()
Gets the "password-file" element
|
SecurityStoreType.Type.Enum |
getType()
Gets the "type" element
|
boolean |
isSetPasswordFile()
True if has "password-file" element
|
boolean |
isSetType()
True if has "type" element
|
void |
setFile(String file)
Sets the "file" element
|
void |
setPasswordFile(String passwordFile)
Sets the "password-file" element
|
void |
setType(SecurityStoreType.Type.Enum type)
Sets the "type" element
|
void |
unsetPasswordFile()
Unsets the "password-file" element
|
void |
unsetType()
Unsets the "type" element
|
CollapsedString |
xgetFile()
Gets (as xml) the "file" element
|
CollapsedString |
xgetPasswordFile()
Gets (as xml) the "password-file" element
|
SecurityStoreType.Type |
xgetType()
Gets (as xml) the "type" element
|
void |
xsetFile(CollapsedString file)
Sets (as xml) the "file" element
|
void |
xsetPasswordFile(CollapsedString passwordFile)
Sets (as xml) the "password-file" element
|
void |
xsetType(SecurityStoreType.Type type)
Sets (as xml) the "type" 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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextSecurityStoreType.Type.Enum getType()
SecurityStoreType.Type xgetType()
boolean isSetType()
void setType(SecurityStoreType.Type.Enum type)
void xsetType(SecurityStoreType.Type type)
void unsetType()
String getFile()
CollapsedString xgetFile()
void setFile(String file)
void xsetFile(CollapsedString file)
String getPasswordFile()
CollapsedString xgetPasswordFile()
boolean isSetPasswordFile()
void setPasswordFile(String passwordFile)
void xsetPasswordFile(CollapsedString passwordFile)
void unsetPasswordFile()
Copyright © 2014–2016. All rights reserved.