Class XJCCMPropertyInfoOrigin
- java.lang.Object
-
- org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin.CMPropertyInfoOrigin<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.CPropertyInfo>
-
- org.jvnet.jaxb2_commons.xjc.model.concrete.origin.XJCCMPropertyInfoOrigin
-
- All Implemented Interfaces:
SchemaComponentAware,OutlineGeneratorFactory<MPropertyOutlineGenerator>,PropertyOutlineGeneratorFactory,org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin.PropertyInfoOrigin<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.CPropertyInfo>,org.jvnet.jaxb2_commons.xml.bind.model.MSourced<com.sun.tools.xjc.model.CPropertyInfo>,org.jvnet.jaxb2_commons.xml.bind.model.origin.MPropertyInfoOrigin
public class XJCCMPropertyInfoOrigin extends org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin.CMPropertyInfoOrigin<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.CPropertyInfo> implements PropertyOutlineGeneratorFactory, SchemaComponentAware
-
-
Constructor Summary
Constructors Constructor Description XJCCMPropertyInfoOrigin(com.sun.tools.xjc.model.CPropertyInfo source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MPropertyOutlineGeneratorcreateGenerator(com.sun.tools.xjc.outline.Outline outline)com.sun.xml.xsom.XSComponentgetSchemaComponent()
-
-
-
Method Detail
-
createGenerator
public MPropertyOutlineGenerator createGenerator(com.sun.tools.xjc.outline.Outline outline)
- Specified by:
createGeneratorin interfaceOutlineGeneratorFactory<MPropertyOutlineGenerator>
-
getSchemaComponent
public com.sun.xml.xsom.XSComponent getSchemaComponent()
- Specified by:
getSchemaComponentin interfaceSchemaComponentAware
-
-