public class BoundValueParameter extends Object implements Serializable
Constructor and Description |
---|
BoundValueParameter() |
BoundValueParameter(String parameterId,
String value) |
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
|
String |
getParameterId()
Gets the parameterId value for this BoundValueParameter.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
String |
getValue()
Gets the value value for this BoundValueParameter.
|
int |
hashCode() |
void |
setParameterId(String parameterId)
Sets the parameterId value for this BoundValueParameter.
|
void |
setValue(String value)
Sets the value value for this BoundValueParameter.
|
public String getParameterId()
public void setParameterId(String parameterId)
parameterId
- public String getValue()
public void setValue(String value)
value
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)