public class WsdlTypes
extends java.lang.Object
| Constructor and Description |
|---|
WsdlTypes()
Create a new instance of WsdlTypes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addType(WsdlParamInfo type)
Add a new parameter type.
|
javax.xml.namespace.QName |
getLocalNamespace()
Get the local namespace.
|
WsdlParamInfo |
getType(java.lang.String typeName)
Get the type with the specified name.
|
java.util.HashMap |
getTypes()
Get all types.
|
javax.xml.namespace.QName |
getXmlNamespace()
Get the xml namespace.
|
void |
setLocalNamespace(javax.xml.namespace.QName thisLocalNamespace)
Set the local namespace.
|
void |
setXmlNamespace(javax.xml.namespace.QName thisXmlNamespace)
Set the xml namespace.
|
public void setLocalNamespace(javax.xml.namespace.QName thisLocalNamespace)
thisLocalNamespace - the local namespace.public javax.xml.namespace.QName getLocalNamespace()
public void setXmlNamespace(javax.xml.namespace.QName thisXmlNamespace)
thisXmlNamespace - the xml namespace.public javax.xml.namespace.QName getXmlNamespace()
public boolean addType(WsdlParamInfo type)
type - the type to add.public WsdlParamInfo getType(java.lang.String typeName)
typeName - the type name.public java.util.HashMap getTypes()