|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.message.addressing.FaultSubcodeValues
public class FaultSubcodeValues
Java content class for FaultSubcodeValues element declaration.
The following schema fragment specifies the expected content contained within this java content object. (defined at http://schemas.xmlsoap.org/ws/2004/08/addressing line 110)
<xs:simpleType name="FaultSubcodeValues"> <xs:restriction base="xs:QName"> <xs:enumeration value="wsa:InvalidMessageInformationHeader"/> <xs:enumeration value="wsa:MessageInformationHeaderRequired"/> <xs:enumeration value="wsa:DestinationUnreachable"/> <xs:enumeration value="wsa:ActionNotSupported"/> <xs:enumeration value="wsa:EndpointUnavailable"/> </xs:restriction> </xs:simpleType>
Field Summary | |
---|---|
static javax.xml.namespace.QName |
V1
SubCode. |
static javax.xml.namespace.QName |
V2
SubCode. |
static javax.xml.namespace.QName |
V3
SubCode. |
static javax.xml.namespace.QName |
V4
SubCode. |
static javax.xml.namespace.QName |
V5
SubCode. |
static FaultSubcodeValues |
VALUE1
Enumeration value. |
static FaultSubcodeValues |
VALUE2
Enumeration value. |
static FaultSubcodeValues |
VALUE3
Enumeration value. |
static FaultSubcodeValues |
VALUE4
Enumeration value. |
static FaultSubcodeValues |
VALUE5
Enumeration value. |
Constructor Summary | |
---|---|
protected |
FaultSubcodeValues(javax.xml.namespace.QName value)
Creates a new instance. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static FaultSubcodeValues |
fromString(java.lang.String value)
Converts a string into an enumerated value. |
static FaultSubcodeValues |
fromValue(javax.xml.namespace.QName value)
Converts a QName into an enumerated value. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mType,
java.lang.Class<?> jType,
javax.xml.namespace.QName xType)
Gets a Deserializer instance for this class. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mType,
java.lang.Class<?> jType,
javax.xml.namespace.QName xType)
Gets a Serializer instance for this class. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type meta-data object. |
javax.xml.namespace.QName |
getValue()
Gets the value. |
int |
hashCode()
|
java.lang.Object |
readResolve()
Enforces that the only instances of this class are the ones defined as constants. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final javax.xml.namespace.QName V1
public static final javax.xml.namespace.QName V2
public static final javax.xml.namespace.QName V3
public static final javax.xml.namespace.QName V4
public static final javax.xml.namespace.QName V5
public static final FaultSubcodeValues VALUE1
public static final FaultSubcodeValues VALUE2
public static final FaultSubcodeValues VALUE3
public static final FaultSubcodeValues VALUE4
public static final FaultSubcodeValues VALUE5
Constructor Detail |
---|
protected FaultSubcodeValues(javax.xml.namespace.QName value)
value
- Fault codeMethod Detail |
---|
public static FaultSubcodeValues fromString(java.lang.String value) throws java.lang.IllegalArgumentException
value
- String
java.lang.IllegalArgumentException
- If the string does not match any valuepublic static FaultSubcodeValues fromValue(javax.xml.namespace.QName value) throws java.lang.IllegalArgumentException
value
- QName
java.lang.IllegalArgumentException
- If the QName does not match any valuepublic static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mType, java.lang.Class<?> jType, javax.xml.namespace.QName xType)
mType
- Mech typejType
- Java typexType
- XML type
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mType, java.lang.Class<?> jType, javax.xml.namespace.QName xType)
mType
- Mech typejType
- Java typexType
- XML type
public static org.apache.axis.description.TypeDesc getTypeDesc()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public javax.xml.namespace.QName getValue()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
- If an error occurspublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |