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 WebServiceField
clone()
String
getName()
int
getType()
String
getWsName()
String
getXsdType()
boolean
isComplex()
We consider a field to be complex if it's a type we don't recognize.void
setName(String name)
void
setWsName(String wsName)
void
setXsdType(String xsdType)
String
toString()
-
-
-
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:
-
-