public interface JavaToWsdlType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
JavaToWsdlType.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 |
---|---|
MappingType |
addNewMapping()
Appends and returns a new empty "mapping" element
|
NamespacesType |
addNewNamespaces()
Appends and returns a new empty "namespaces" element
|
ServiceType |
addNewService()
Appends and returns a new empty "service" element
|
WsxmlType |
addNewWebservices()
Appends and returns a new empty "webservices" element
|
MappingType |
getMapping()
Gets the "mapping" element
|
NamespacesType |
getNamespaces()
Gets the "namespaces" element
|
ServiceType |
getService()
Gets the "service" element
|
WsxmlType |
getWebservices()
Gets the "webservices" element
|
boolean |
isSetMapping()
True if has "mapping" element
|
boolean |
isSetWebservices()
True if has "webservices" element
|
void |
setMapping(MappingType mapping)
Sets the "mapping" element
|
void |
setNamespaces(NamespacesType namespaces)
Sets the "namespaces" element
|
void |
setService(ServiceType service)
Sets the "service" element
|
void |
setWebservices(WsxmlType webservices)
Sets the "webservices" element
|
void |
unsetMapping()
Unsets the "mapping" element
|
void |
unsetWebservices()
Unsets the "webservices" 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()
void setService(ServiceType service)
ServiceType addNewService()
NamespacesType getNamespaces()
void setNamespaces(NamespacesType namespaces)
NamespacesType addNewNamespaces()
MappingType getMapping()
boolean isSetMapping()
void setMapping(MappingType mapping)
MappingType addNewMapping()
void unsetMapping()
WsxmlType getWebservices()
boolean isSetWebservices()
void setWebservices(WsxmlType webservices)
WsxmlType addNewWebservices()
void unsetWebservices()
Copyright © 2019. All Rights Reserved.