org.apache.ws.jaxme.xs.xml
Class XsFormChoice
java.lang.Object
   org.apache.ws.jaxme.xs.xml.XsFormChoice
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
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
QUALIFIED
public static final XsFormChoice QUALIFIED
UNQUALIFIED
public static final XsFormChoice UNQUALIFIED
toString
public java.lang.String toString()
- 
 
getValue
public java.lang.String getValue()
- 
 
hashCode
public int hashCode()
- 
 
equals
public boolean equals(java.lang.Object o)
- 
 
valueOf
public static XsFormChoice valueOf(java.lang.String pValue)
-