Uses of Interface
com.sun.tools.xjc.model.CNonElement
Packages that use CNonElement
Package
Description
Implementation of the
org.glassfish.jaxb.core.v2.model.core package for XJC.-
Uses of CNonElement in com.sun.tools.xjc.model
Subinterfaces of CNonElement in com.sun.tools.xjc.modelClasses in com.sun.tools.xjc.model that implement CNonElementModifier and TypeClassDescriptionfinal classBecause XJC doesn't generate the array binding, this class will never show up in the model constructed by XJC.classEncapsulates the default handling for leaf classes (which are bound to text in XML.) In particular this class knows how to convert the lexical value into the Java class according to this default rule.final classMutableClassInforepresentation.final classReference to an existing class.final classTransducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec.Fields in com.sun.tools.xjc.model declared as CNonElementModifier and TypeFieldDescriptionfinal CNonElementCEnumLeafInfo.baseRepresents the underlying type of this enumeration and its conversion.Methods in com.sun.tools.xjc.model that return CNonElementModifier and TypeMethodDescriptionCElementInfo.getContentType()CArrayInfo.getInfo()Deprecated.CBuiltinLeafInfo.getInfo()Deprecated.CClassInfo.getInfo()Deprecated.CClassRef.getInfo()Deprecated.CEnumLeafInfo.getInfo()Deprecated.CNonElement.getInfo()Deprecated.TypeUse.getInfo()Individual item type.CArrayInfo.getItemType()CTypeRef.getTarget()Model.getTypeInfo(NType type) Model.getTypeInfo(org.glassfish.jaxb.core.v2.model.core.Ref<NType, NClass> ref) Methods in com.sun.tools.xjc.model that return types with arguments of type CNonElementConstructors in com.sun.tools.xjc.model with parameters of type CNonElementModifierConstructorDescriptionCArrayInfo(Model model, CNonElement itemType, XSComponent source, CCustomizations customizations) CEnumLeafInfo(Model model, QName typeName, CClassInfoParent container, String shortName, CNonElement base, Collection<CEnumConstant> _members, XSComponent source, CCustomizations customizations, Locator _sourceLocator) CTypeRef(CNonElement type, XSElementDecl decl) CTypeRef(CNonElement type, QName elementName, QName typeName, boolean nillable, XmlString defaultValue)