org.xmlsoap.schemas.wsdl.soap
Class UseChoice

java.lang.Object
  extended byorg.xmlsoap.schemas.wsdl.soap.UseChoice
All Implemented Interfaces:
java.io.Serializable

public class UseChoice
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String _encoded
           
static java.lang.String _literal
           
static UseChoice encoded
           
static UseChoice literal
           
 
Constructor Summary
protected UseChoice(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static UseChoice fromString(java.lang.String value)
           
static UseChoice fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.Object readResolve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_literal

public static final java.lang.String _literal
See Also:
Constant Field Values

_encoded

public static final java.lang.String _encoded
See Also:
Constant Field Values

literal

public static final UseChoice literal

encoded

public static final UseChoice encoded
Constructor Detail

UseChoice

protected UseChoice(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static UseChoice fromValue(java.lang.String value)
                           throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

fromString

public static UseChoice fromString(java.lang.String value)
                            throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException