|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.di.trans.steps.webservices.wsdl.ComplexType
public final class ComplexType
A ComplexType contians a map of the elementName -> elementXmlType of all the elements in a named complex type.
| Method Summary | |
|---|---|
List<String> |
getElementNames()
Get the set of all element names contained in this complex type. |
QName |
getElementType(String elementName)
Given the name of an element contained within the complex type, get its xml type. |
String |
getName()
Get the complex type name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public QName getElementType(String elementName)
elementName - Name of element contained within complex type.
public List<String> getElementNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||