Uses of Interface
com.sun.tools.xjc.model.CNonElement
-
Packages that use CNonElement Package Description com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC. -
-
Uses of CNonElement in com.sun.tools.xjc.model
Subinterfaces of CNonElement in com.sun.tools.xjc.model Modifier and Type Interface Description interfaceCClassEitherCClassInfoorCClassRef.Classes in com.sun.tools.xjc.model that implement CNonElement Modifier and Type Class Description classCArrayInfoBecause XJC doesn't generate the array binding, this class will never show up in the model constructed by XJC.classCBuiltinLeafInfoEncapsulates 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.classCClassInfoMutableClassInforepresentation.classCClassRefReference to an existing class.classCEnumLeafInfoTransducer 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 CNonElement Modifier and Type Field Description CNonElementCEnumLeafInfo. baseRepresents the underlying type of this enumeration and its conversion.Methods in com.sun.tools.xjc.model that return CNonElement Modifier and Type Method Description CNonElementCElementInfo. getContentType()CNonElementCArrayInfo. getInfo()Deprecated.CNonElementCBuiltinLeafInfo. getInfo()Deprecated.CNonElementCClassInfo. getInfo()Deprecated.CNonElementCClassRef. getInfo()Deprecated.CNonElementCEnumLeafInfo. getInfo()Deprecated.CNonElementCNonElement. getInfo()Deprecated.CNonElementTypeUse. getInfo()Individual item type.CNonElementCArrayInfo. getItemType()CNonElementCTypeRef. getTarget()CNonElementModel. getTypeInfo(NType type)CNonElementModel. getTypeInfo(com.sun.xml.bind.v2.model.core.Ref<NType,NClass> ref)Methods in com.sun.tools.xjc.model that return types with arguments of type CNonElement Modifier and Type Method Description List<CNonElement>CElementPropertyInfo. ref()Constructors in com.sun.tools.xjc.model with parameters of type CNonElement Constructor Description CArrayInfo(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)
-