org.apache.ws.jaxme.xs.xml
Class XsFormChoice

java.lang.Object
  extended by org.apache.ws.jaxme.xs.xml.XsFormChoice

public class XsFormChoice
extends java.lang.Object

Implementation of the following simple type:

  <xs:simpleType name="formChoice">
    <xs:annotation>
      <xs:documentation>
        A utility type, not for public use
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="qualified"/>
      <xs:enumeration value="unqualified"/>
    </xs:restriction>
  </xs:simpleType>
 

Author:
Jochen Wiedmann

Field Summary
static XsFormChoice QUALIFIED
           
static XsFormChoice UNQUALIFIED
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
static XsFormChoice valueOf(java.lang.String pValue)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

QUALIFIED

public static final XsFormChoice QUALIFIED

UNQUALIFIED

public static final XsFormChoice UNQUALIFIED
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public java.lang.String getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

valueOf

public static XsFormChoice valueOf(java.lang.String pValue)