public class Input extends Object implements Serializable
| Constructor and Description |
|---|
Input() |
Input(String inputType,
String inputValue,
Parameter[] inputparameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Parameter[] |
getInputparameters()
Gets the inputparameters value for this Input.
|
Parameter |
getInputparameters(int i) |
String |
getInputType()
Gets the inputType value for this Input.
|
String |
getInputValue()
Gets the inputValue value for this Input.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setInputparameters(int i,
Parameter _value) |
void |
setInputparameters(Parameter[] inputparameters)
Sets the inputparameters value for this Input.
|
void |
setInputType(String inputType)
Sets the inputType value for this Input.
|
void |
setInputValue(String inputValue)
Sets the inputValue value for this Input.
|
public String getInputType()
public void setInputType(String inputType)
inputType - public String getInputValue()
public void setInputValue(String inputValue)
inputValue - public Parameter[] getInputparameters()
public void setInputparameters(Parameter[] inputparameters)
inputparameters - public Parameter getInputparameters(int i)
public void setInputparameters(int i,
Parameter _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.