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>
| Modifier and Type | Field and Description |
|---|---|
static XsFormChoice |
QUALIFIED |
static XsFormChoice |
UNQUALIFIED |
public static final XsFormChoice QUALIFIED
public static final XsFormChoice UNQUALIFIED
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic static XsFormChoice valueOf(java.lang.String pValue)