public class Output extends Object implements Serializable
| Constructor and Description |
|---|
Output() |
Output(String outputType,
String outputValue,
Parameter[] outputparameters) |
| 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[] |
getOutputparameters()
Gets the outputparameters value for this Output.
|
Parameter |
getOutputparameters(int i) |
String |
getOutputType()
Gets the outputType value for this Output.
|
String |
getOutputValue()
Gets the outputValue value for this Output.
|
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 |
setOutputparameters(int i,
Parameter _value) |
void |
setOutputparameters(Parameter[] outputparameters)
Sets the outputparameters value for this Output.
|
void |
setOutputType(String outputType)
Sets the outputType value for this Output.
|
void |
setOutputValue(String outputValue)
Sets the outputValue value for this Output.
|
public String getOutputType()
public void setOutputType(String outputType)
outputType - public String getOutputValue()
public void setOutputValue(String outputValue)
outputValue - public Parameter[] getOutputparameters()
public void setOutputparameters(Parameter[] outputparameters)
outputparameters - public Parameter getOutputparameters(int i)
public void setOutputparameters(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.