org.apache.ws.jaxme.xs.xml

Class XsFormChoice

public class XsFormChoice extends 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 XsFormChoiceQUALIFIED
static XsFormChoiceUNQUALIFIED
Method Summary
booleanequals(Object o)
StringgetValue()
inthashCode()
StringtoString()
static XsFormChoicevalueOf(String pValue)

Field Detail

QUALIFIED

public static final XsFormChoice QUALIFIED

UNQUALIFIED

public static final XsFormChoice UNQUALIFIED

Method Detail

equals

public boolean equals(Object o)

getValue

public String getValue()

hashCode

public int hashCode()

toString

public String toString()

valueOf

public static XsFormChoice valueOf(String pValue)