org.apache.ws.jaxme.xs.types

Class XSAnyType

public class XSAnyType extends AbstractBuiltinType implements XSComplexType

The "anyType" is a type with arbitrary content.

Author: Jochen Wiedmann

Method Summary
XSAttributable[]getAttributes()
XsComplexContentTypegetComplexContentType()
XSComplexTypegetComplexType()
XSTypegetExtendedType()
static XSAnyTypegetInstance()
XsQNamegetName()
XSObjectgetParentObject()
XSParticlegetParticle()
XSTypegetRestrictedType()
XSSimpleContentTypegetSimpleContent()
XSSimpleTypegetSimpleType()
booleanhasSimpleContent()
booleanisBuiltin()
booleanisElementOnly()
booleanisEmpty()
booleanisExtension()
booleanisMixed()
booleanisRestriction()
booleanisSimple()
booleanisTopLevelObject()

Method Detail

getAttributes

public XSAttributable[] getAttributes()

getComplexContentType

public XsComplexContentType getComplexContentType()

getComplexType

public XSComplexType getComplexType()

getExtendedType

public XSType getExtendedType()

getInstance

public static final XSAnyType getInstance()

getName

public XsQName getName()

getParentObject

public XSObject getParentObject()

getParticle

public XSParticle getParticle()

getRestrictedType

public XSType getRestrictedType()

getSimpleContent

public XSSimpleContentType getSimpleContent()

getSimpleType

public XSSimpleType getSimpleType()

hasSimpleContent

public boolean hasSimpleContent()

isBuiltin

public boolean isBuiltin()

isElementOnly

public boolean isElementOnly()

isEmpty

public boolean isEmpty()

isExtension

public boolean isExtension()

isMixed

public boolean isMixed()

isRestriction

public boolean isRestriction()

isSimple

public boolean isSimple()

isTopLevelObject

public boolean isTopLevelObject()