public class SoapType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
_value1 |
static String |
_value10 |
static String |
_value2 |
static String |
_value3 |
static String |
_value4 |
static String |
_value5 |
static String |
_value6 |
static String |
_value7 |
static String |
_value8 |
static String |
_value9 |
static SoapType |
value1 |
static SoapType |
value10 |
static SoapType |
value2 |
static SoapType |
value3 |
static SoapType |
value4 |
static SoapType |
value5 |
static SoapType |
value6 |
static SoapType |
value7 |
static SoapType |
value8 |
static SoapType |
value9 |
Modifier | Constructor and Description |
---|---|
protected |
SoapType(String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static SoapType |
fromString(String value) |
static SoapType |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _value1
public static final String _value2
public static final String _value3
public static final String _value4
public static final String _value5
public static final String _value6
public static final String _value7
public static final String _value8
public static final String _value9
public static final String _value10
public static final SoapType value1
public static final SoapType value2
public static final SoapType value3
public static final SoapType value4
public static final SoapType value5
public static final SoapType value6
public static final SoapType value7
public static final SoapType value8
public static final SoapType value9
public static final SoapType value10
protected SoapType(String value)
public String getValue()
public static SoapType fromValue(String value) throws IllegalArgumentException
IllegalArgumentException
public static SoapType fromString(String value) throws IllegalArgumentException
IllegalArgumentException
public Object readResolve() throws ObjectStreamException
ObjectStreamException
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2014. All rights reserved.