public static class WSDLToDataService.ModelProperty extends Object
Constructor and Description |
---|
ModelProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getSimpleType() |
WSDLToDataService.ModelBean |
getType() |
boolean |
isArray() |
void |
setArray(boolean array) |
void |
setName(String name) |
void |
setSimpleType(String simpleType) |
void |
setType(WSDLToDataService.ModelBean type) |
String |
toString() |
public String getName()
public void setName(String name)
public boolean isArray()
public void setArray(boolean array)
public String getSimpleType()
public void setSimpleType(String simpleType)
public WSDLToDataService.ModelBean getType()
public void setType(WSDLToDataService.ModelBean type)
Copyright © 2019 WSO2. All rights reserved.