Class WebServiceField
- java.lang.Object
-
- org.pentaho.di.trans.steps.webservices.WebServiceField
-
-
Constructor Summary
Constructors Constructor Description WebServiceField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebServiceFieldclone()StringgetName()intgetType()StringgetWsName()StringgetXsdType()booleanisComplex()We consider a field to be complex if it's a type we don't recognize.voidsetName(String name)voidsetWsName(String wsName)voidsetXsdType(String xsdType)StringtoString()
-
-
-
Method Detail
-
clone
public WebServiceField clone()
-
getName
public String getName()
-
setName
public void setName(String name)
-
getWsName
public String getWsName()
-
setWsName
public void setWsName(String wsName)
-
getXsdType
public String getXsdType()
-
setXsdType
public void setXsdType(String xsdType)
-
getType
public int getType()
-
isComplex
public boolean isComplex()
We consider a field to be complex if it's a type we don't recognize. In that case, we will give back XML as a string.- Returns:
-
-