public class Parameter extends Object
Constructor and Description |
---|
Parameter() |
Parameter(ParameterType type,
int ind,
String aValue) |
Parameter(ParameterType type,
int ind,
String aValue,
boolean isEncoded,
String defaultValue) |
Parameter(ParameterType type,
String aValue) |
Parameter(String type,
int pos,
String aValue) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
int |
getIndex() |
Class<?> |
getJavaType() |
String |
getName() |
ParameterType |
getType() |
boolean |
isEncoded() |
void |
setDefaultValue(String dValue) |
void |
setEncoded(boolean encoded) |
void |
setJavaType(Class<?> jType) |
void |
setName(String value) |
void |
setType(String stype) |
public Parameter()
public Parameter(ParameterType type, String aValue)
public Parameter(ParameterType type, int ind, String aValue)
public Parameter(ParameterType type, int ind, String aValue, boolean isEncoded, String defaultValue)
public int getIndex()
public String getName()
public void setName(String value)
public ParameterType getType()
public void setType(String stype)
public boolean isEncoded()
public void setEncoded(boolean encoded)
public String getDefaultValue()
public void setDefaultValue(String dValue)
public void setJavaType(Class<?> jType)
public Class<?> getJavaType()
Apache CXF