public static interface ConfigurationDocument.Configuration
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ConfigurationDocument.Configuration.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 |
---|---|
J2EeMappingFileType |
addNewJ2EeMappingFile()
Appends and returns a new empty "j2eeMappingFile" element
|
ModelfileType |
addNewModelfile()
Appends and returns a new empty "modelfile" element
|
ServiceType |
addNewService()
Appends and returns a new empty "service" element
|
WsdlType |
addNewWsdl()
Appends and returns a new empty "wsdl" element
|
J2EeMappingFileType |
getJ2EeMappingFile()
Gets the "j2eeMappingFile" element
|
ModelfileType |
getModelfile()
Gets the "modelfile" element
|
ServiceType |
getService()
Gets the "service" element
|
WsdlType |
getWsdl()
Gets the "wsdl" element
|
boolean |
isSetJ2EeMappingFile()
True if has "j2eeMappingFile" element
|
boolean |
isSetModelfile()
True if has "modelfile" element
|
boolean |
isSetService()
True if has "service" element
|
boolean |
isSetWsdl()
True if has "wsdl" element
|
void |
setJ2EeMappingFile(J2EeMappingFileType j2EeMappingFile)
Sets the "j2eeMappingFile" element
|
void |
setModelfile(ModelfileType modelfile)
Sets the "modelfile" element
|
void |
setService(ServiceType service)
Sets the "service" element
|
void |
setWsdl(WsdlType wsdl)
Sets the "wsdl" element
|
void |
unsetJ2EeMappingFile()
Unsets the "j2eeMappingFile" element
|
void |
unsetModelfile()
Unsets the "modelfile" element
|
void |
unsetService()
Unsets the "service" element
|
void |
unsetWsdl()
Unsets the "wsdl" 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
ServiceType getService()
boolean isSetService()
void setService(ServiceType service)
ServiceType addNewService()
void unsetService()
WsdlType getWsdl()
boolean isSetWsdl()
void setWsdl(WsdlType wsdl)
WsdlType addNewWsdl()
void unsetWsdl()
ModelfileType getModelfile()
boolean isSetModelfile()
void setModelfile(ModelfileType modelfile)
ModelfileType addNewModelfile()
void unsetModelfile()
J2EeMappingFileType getJ2EeMappingFile()
boolean isSetJ2EeMappingFile()
void setJ2EeMappingFile(J2EeMappingFileType j2EeMappingFile)
J2EeMappingFileType addNewJ2EeMappingFile()
void unsetJ2EeMappingFile()
Copyright © 2019. All Rights Reserved.