Package com.sun.tools.xjc.model
Interface CClass
-
- All Superinterfaces:
CCustomizable,CElement,CNonElement,CTypeInfo,com.sun.xml.bind.v2.model.core.Element<NType,NClass>,com.sun.xml.bind.v2.model.annotation.Locatable,com.sun.xml.bind.v2.model.core.NonElement<NType,NClass>,com.sun.xml.bind.v2.model.core.TypeInfo<NType,NClass>,TypeUse
- All Known Implementing Classes:
CClassInfo,CClassRef
public interface CClass extends CNonElement, CElement
EitherCClassInfoorCClassRef.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
-
Methods inherited from interface com.sun.tools.xjc.model.CCustomizable
getCustomizations, getLocator, getSchemaComponent
-
Methods inherited from interface com.sun.tools.xjc.model.CElement
isAbstract, setAbstract
-
Methods inherited from interface com.sun.tools.xjc.model.CNonElement
getAdapterUse, getInfo, isCollection
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.Element
getElementName, getScope, getSubstitutionHead
-
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable
getLocation, getUpstream
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.NonElement
getTypeName, isSimpleType
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo
canBeReferencedByIDREF, getType
-
Methods inherited from interface com.sun.tools.xjc.model.TypeUse
createConstant, getExpectedMimeType, idUse
-
-