public interface ConfigurationType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ConfigurationType.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 |
---|---|
GlobalType |
addNewGlobal()
Appends and returns a new empty "global" element
|
JavaToWsdlType |
addNewJavaWsdl()
Appends and returns a new empty "java-wsdl" element
|
WsdlToJavaType |
addNewWsdlJava()
Appends and returns a new empty "wsdl-java" element
|
GlobalType |
getGlobal()
Gets the "global" element
|
JavaToWsdlType |
getJavaWsdl()
Gets the "java-wsdl" element
|
WsdlToJavaType |
getWsdlJava()
Gets the "wsdl-java" element
|
boolean |
isSetGlobal()
True if has "global" element
|
boolean |
isSetJavaWsdl()
True if has "java-wsdl" element
|
boolean |
isSetWsdlJava()
True if has "wsdl-java" element
|
void |
setGlobal(GlobalType global)
Sets the "global" element
|
void |
setJavaWsdl(JavaToWsdlType javaWsdl)
Sets the "java-wsdl" element
|
void |
setWsdlJava(WsdlToJavaType wsdlJava)
Sets the "wsdl-java" element
|
void |
unsetGlobal()
Unsets the "global" element
|
void |
unsetJavaWsdl()
Unsets the "java-wsdl" element
|
void |
unsetWsdlJava()
Unsets the "wsdl-java" 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
GlobalType getGlobal()
boolean isSetGlobal()
void setGlobal(GlobalType global)
GlobalType addNewGlobal()
void unsetGlobal()
JavaToWsdlType getJavaWsdl()
boolean isSetJavaWsdl()
void setJavaWsdl(JavaToWsdlType javaWsdl)
JavaToWsdlType addNewJavaWsdl()
void unsetJavaWsdl()
WsdlToJavaType getWsdlJava()
boolean isSetWsdlJava()
void setWsdlJava(WsdlToJavaType wsdlJava)
WsdlToJavaType addNewWsdlJava()
void unsetWsdlJava()
Copyright © 2019. All Rights Reserved.