public class WsdlOpReturnType extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
_isArray |
protected ComplexType |
_itemComplexType |
protected QName |
_itemXmlType |
protected QName |
_xmlType |
| 限定符 | 构造器和说明 |
|---|---|
protected |
WsdlOpReturnType()
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ComplexType |
getItemComplexType() |
QName |
getItemXmlType()
If the return type is an array, get the xml type of the items in the array.
|
QName |
getXmlType()
Get the Xml type.
|
boolean |
isArray()
Is this an array type?
|
protected QName _xmlType
protected boolean _isArray
protected QName _itemXmlType
protected ComplexType _itemComplexType
public QName getXmlType()
public QName getItemXmlType()
public boolean isArray()
public ComplexType getItemComplexType()
Copyright © 2024 Hitachi Vantara. All rights reserved.