Class XJCCMElementInfoOrigin
- java.lang.Object
-
- org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin.CMElementInfoOrigin<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.CElementInfo>
-
- org.jvnet.jaxb2_commons.xjc.model.concrete.origin.XJCCMElementInfoOrigin
-
- All Implemented Interfaces:
SchemaComponentAware,ElementOutlineGeneratorFactory,OutlineGeneratorFactory<MElementOutlineGenerator>,org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin.ElementInfoOrigin<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.CElementInfo>,org.jvnet.jaxb2_commons.xml.bind.model.MSourced<com.sun.tools.xjc.model.CElementInfo>,org.jvnet.jaxb2_commons.xml.bind.model.origin.MElementInfoOrigin
public class XJCCMElementInfoOrigin extends org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin.CMElementInfoOrigin<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.CElementInfo> implements ElementOutlineGeneratorFactory, SchemaComponentAware
-
-
Constructor Summary
Constructors Constructor Description XJCCMElementInfoOrigin(com.sun.tools.xjc.model.CElementInfo source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MElementOutlineGeneratorcreateGenerator(com.sun.tools.xjc.outline.Outline outline)com.sun.xml.xsom.XSComponentgetSchemaComponent()
-
-
-
Method Detail
-
createGenerator
public MElementOutlineGenerator createGenerator(com.sun.tools.xjc.outline.Outline outline)
- Specified by:
createGeneratorin interfaceOutlineGeneratorFactory<MElementOutlineGenerator>
-
getSchemaComponent
public com.sun.xml.xsom.XSComponent getSchemaComponent()
- Specified by:
getSchemaComponentin interfaceSchemaComponentAware
-
-