public interface DirectoryServicePropertiesType extends ServicePropertiesType
| Modifier and Type | Interface and Description |
|---|---|
static class |
DirectoryServicePropertiesType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
DirectoryServicePropertiesType.Options
An XML options(@http://xmlns.kaazing.org/2015/11/gateway).
|
static interface |
DirectoryServicePropertiesType.SymbolicLinks
An XML symbolic-links(@http://xmlns.kaazing.org/2015/11/gateway).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
LocationType |
addNewLocation()
Appends and returns a new empty value (as xml) as the last "location" element
|
String |
getDirectory()
Gets the "directory" element
|
String |
getErrorPagesDirectory()
Gets the "error-pages-directory" element
|
LocationType[] |
getLocationArray()
Gets array of all "location" elements
|
LocationType |
getLocationArray(int i)
Gets ith "location" element
|
DirectoryServicePropertiesType.Options.Enum |
getOptions()
Gets the "options" element
|
DirectoryServicePropertiesType.SymbolicLinks.Enum |
getSymbolicLinks()
Gets the "symbolic-links" element
|
String |
getWelcomeFile()
Gets the "welcome-file" element
|
LocationType |
insertNewLocation(int i)
Inserts and returns a new empty value (as xml) as the ith "location" element
|
boolean |
isSetErrorPagesDirectory()
True if has "error-pages-directory" element
|
boolean |
isSetOptions()
True if has "options" element
|
boolean |
isSetSymbolicLinks()
True if has "symbolic-links" element
|
boolean |
isSetWelcomeFile()
True if has "welcome-file" element
|
void |
removeLocation(int i)
Removes the ith "location" element
|
void |
setDirectory(String directory)
Sets the "directory" element
|
void |
setErrorPagesDirectory(String errorPagesDirectory)
Sets the "error-pages-directory" element
|
void |
setLocationArray(int i,
LocationType location)
Sets ith "location" element
|
void |
setLocationArray(LocationType[] locationArray)
Sets array of all "location" element
|
void |
setOptions(DirectoryServicePropertiesType.Options.Enum options)
Sets the "options" element
|
void |
setSymbolicLinks(DirectoryServicePropertiesType.SymbolicLinks.Enum symbolicLinks)
Sets the "symbolic-links" element
|
void |
setWelcomeFile(String welcomeFile)
Sets the "welcome-file" element
|
int |
sizeOfLocationArray()
Returns number of "location" element
|
void |
unsetErrorPagesDirectory()
Unsets the "error-pages-directory" element
|
void |
unsetOptions()
Unsets the "options" element
|
void |
unsetSymbolicLinks()
Unsets the "symbolic-links" element
|
void |
unsetWelcomeFile()
Unsets the "welcome-file" element
|
CollapsedString |
xgetDirectory()
Gets (as xml) the "directory" element
|
CollapsedString |
xgetErrorPagesDirectory()
Gets (as xml) the "error-pages-directory" element
|
DirectoryServicePropertiesType.Options |
xgetOptions()
Gets (as xml) the "options" element
|
DirectoryServicePropertiesType.SymbolicLinks |
xgetSymbolicLinks()
Gets (as xml) the "symbolic-links" element
|
CollapsedString |
xgetWelcomeFile()
Gets (as xml) the "welcome-file" element
|
void |
xsetDirectory(CollapsedString directory)
Sets (as xml) the "directory" element
|
void |
xsetErrorPagesDirectory(CollapsedString errorPagesDirectory)
Sets (as xml) the "error-pages-directory" element
|
void |
xsetOptions(DirectoryServicePropertiesType.Options options)
Sets (as xml) the "options" element
|
void |
xsetSymbolicLinks(DirectoryServicePropertiesType.SymbolicLinks symbolicLinks)
Sets (as xml) the "symbolic-links" element
|
void |
xsetWelcomeFile(CollapsedString welcomeFile)
Sets (as xml) the "welcome-file" 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, xmlTextString getDirectory()
CollapsedString xgetDirectory()
void setDirectory(String directory)
void xsetDirectory(CollapsedString directory)
String getWelcomeFile()
CollapsedString xgetWelcomeFile()
boolean isSetWelcomeFile()
void setWelcomeFile(String welcomeFile)
void xsetWelcomeFile(CollapsedString welcomeFile)
void unsetWelcomeFile()
String getErrorPagesDirectory()
CollapsedString xgetErrorPagesDirectory()
boolean isSetErrorPagesDirectory()
void setErrorPagesDirectory(String errorPagesDirectory)
void xsetErrorPagesDirectory(CollapsedString errorPagesDirectory)
void unsetErrorPagesDirectory()
DirectoryServicePropertiesType.SymbolicLinks.Enum getSymbolicLinks()
DirectoryServicePropertiesType.SymbolicLinks xgetSymbolicLinks()
boolean isSetSymbolicLinks()
void setSymbolicLinks(DirectoryServicePropertiesType.SymbolicLinks.Enum symbolicLinks)
void xsetSymbolicLinks(DirectoryServicePropertiesType.SymbolicLinks symbolicLinks)
void unsetSymbolicLinks()
DirectoryServicePropertiesType.Options.Enum getOptions()
DirectoryServicePropertiesType.Options xgetOptions()
boolean isSetOptions()
void setOptions(DirectoryServicePropertiesType.Options.Enum options)
void xsetOptions(DirectoryServicePropertiesType.Options options)
void unsetOptions()
LocationType[] getLocationArray()
LocationType getLocationArray(int i)
int sizeOfLocationArray()
void setLocationArray(LocationType[] locationArray)
void setLocationArray(int i,
LocationType location)
LocationType insertNewLocation(int i)
LocationType addNewLocation()
void removeLocation(int i)
Copyright © 2014–2016. All rights reserved.