org.apache.ws.jaxme.xs.xml
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>
Field Summary | |
---|---|
static XsFormChoice | QUALIFIED |
static XsFormChoice | UNQUALIFIED |
Method Summary | |
---|---|
boolean | equals(Object o) |
String | getValue() |
int | hashCode() |
String | toString() |
static XsFormChoice | valueOf(String pValue) |