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