public interface WsdlToJavaType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
WsdlToJavaType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
WsdlToJavaType.ParameterStyle
An XML parameter-style(@).
|
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
|
WsxmlType |
addNewWebservices()
Appends and returns a new empty "webservices" element
|
String |
getLocation()
Gets the "location" attribute
|
MappingType |
getMapping()
Gets the "mapping" element
|
WsdlToJavaType.ParameterStyle.Enum |
getParameterStyle()
Gets the "parameter-style" attribute
|
WsxmlType |
getWebservices()
Gets the "webservices" element
|
boolean |
isSetMapping()
True if has "mapping" element
|
boolean |
isSetParameterStyle()
True if has "parameter-style" attribute
|
boolean |
isSetWebservices()
True if has "webservices" element
|
void |
setLocation(String location)
Sets the "location" attribute
|
void |
setMapping(MappingType mapping)
Sets the "mapping" element
|
void |
setParameterStyle(WsdlToJavaType.ParameterStyle.Enum parameterStyle)
Sets the "parameter-style" attribute
|
void |
setWebservices(WsxmlType webservices)
Sets the "webservices" element
|
void |
unsetMapping()
Unsets the "mapping" element
|
void |
unsetParameterStyle()
Unsets the "parameter-style" attribute
|
void |
unsetWebservices()
Unsets the "webservices" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetLocation()
Gets (as xml) the "location" attribute
|
WsdlToJavaType.ParameterStyle |
xgetParameterStyle()
Gets (as xml) the "parameter-style" attribute
|
void |
xsetLocation(org.apache.xmlbeans.XmlAnyURI location)
Sets (as xml) the "location" attribute
|
void |
xsetParameterStyle(WsdlToJavaType.ParameterStyle parameterStyle)
Sets (as xml) the "parameter-style" attribute
|
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
MappingType getMapping()
boolean isSetMapping()
void setMapping(MappingType mapping)
MappingType addNewMapping()
void unsetMapping()
WsxmlType getWebservices()
boolean isSetWebservices()
void setWebservices(WsxmlType webservices)
WsxmlType addNewWebservices()
void unsetWebservices()
String getLocation()
org.apache.xmlbeans.XmlAnyURI xgetLocation()
void setLocation(String location)
void xsetLocation(org.apache.xmlbeans.XmlAnyURI location)
WsdlToJavaType.ParameterStyle.Enum getParameterStyle()
WsdlToJavaType.ParameterStyle xgetParameterStyle()
boolean isSetParameterStyle()
void setParameterStyle(WsdlToJavaType.ParameterStyle.Enum parameterStyle)
void xsetParameterStyle(WsdlToJavaType.ParameterStyle parameterStyle)
void unsetParameterStyle()
Copyright © 2019. All Rights Reserved.