org.apache.ws.jaxme.xs.jaxb.impl
public class JAXBSimpleTypeImpl extends Object implements JAXBSimpleType
Constructor Summary | |
---|---|
protected | JAXBSimpleTypeImpl(XSType pMyType, XSSimpleType pBaseType) Creates a new instance of JAXBSimpleTypeImpl. |
Method Summary | |
---|---|
XSAtomicType | getAtomicType() |
XSEnumeration[] | getEnumerations() |
JAXBJavaType | getJAXBJavaType() |
JAXBTypesafeEnumClass | getJAXBTypesafeEnumClass() |
XSListType | getListType() |
String[][] | getPattern() |
XSType | getRestrictedType() |
XSUnionType | getUnionType() |
boolean | isAtomic() |
boolean | isList() |
boolean | isRestriction() |
boolean | isUnion() |
Creates a new instance of JAXBSimpleTypeImpl.