|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ws.jaxme.xs.impl.XSSimpleTypeImpl
org.apache.ws.jaxme.xs.impl.XSSimpleTypeRestrictionImpl
org.apache.ws.jaxme.xs.impl.XSUnionTypeRestrictionImpl
public class XSUnionTypeRestrictionImpl
| Constructor Summary | |
|---|---|
protected |
XSUnionTypeRestrictionImpl(XSType pParent,
XSType pRestrictedType,
XsGSimpleRestrictionModel pRestriction)
|
| Method Summary | |
|---|---|
XSType[] |
getMemberTypes()
Returns the array of member types. |
XSUnionType |
getUnionType()
Returns the union type details. |
boolean |
isUnion()
Returns whether the simple type is a union. |
| Methods inherited from class org.apache.ws.jaxme.xs.impl.XSSimpleTypeRestrictionImpl |
|---|
getBaseType, getEnumerations, getPattern, getRestrictedType, getRestriction, isRestriction |
| Methods inherited from class org.apache.ws.jaxme.xs.impl.XSSimpleTypeImpl |
|---|
getAtomicType, getListType, isAtomic, isList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected XSUnionTypeRestrictionImpl(XSType pParent,
XSType pRestrictedType,
XsGSimpleRestrictionModel pRestriction)
throws org.xml.sax.SAXException
org.xml.sax.SAXException| Method Detail |
|---|
public boolean isUnion()
XSSimpleTypeReturns whether the simple type is a union.
isUnion in interface XSSimpleTypeisUnion in class XSSimpleTypeImplpublic XSUnionType getUnionType()
XSSimpleTypeReturns the union type details.
getUnionType in interface XSSimpleTypegetUnionType in class XSSimpleTypeImplpublic XSType[] getMemberTypes()
XSUnionTypeReturns the array of member types. Each member type is, of course, a simple type.
getMemberTypes in interface XSUnionType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||