org.jvnet.jaxb2_commons.plugin.inheritance
Class Customizations

java.lang.Object
  extended by org.jvnet.jaxb2_commons.plugin.inheritance.Customizations

public class Customizations
extends Object


Field Summary
static QName EXTENDS_ELEMENT_NAME
           
static QName IMPLEMENTS_ELEMENT_NAME
           
static String NAMESPACE_URI
           
static QName OBJECT_FACTORY_ELEMENT_NAME
           
 
Constructor Summary
Customizations()
           
 
Method Summary
static void _extends(com.sun.tools.xjc.model.CClassInfo classInfo, String className)
           
static void _implements(com.sun.tools.xjc.model.CClassInfo classInfo, String... interfaceNames)
           
static javax.xml.bind.JAXBContext getContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE_URI

public static String NAMESPACE_URI

OBJECT_FACTORY_ELEMENT_NAME

public static QName OBJECT_FACTORY_ELEMENT_NAME

EXTENDS_ELEMENT_NAME

public static QName EXTENDS_ELEMENT_NAME

IMPLEMENTS_ELEMENT_NAME

public static QName IMPLEMENTS_ELEMENT_NAME
Constructor Detail

Customizations

public Customizations()
Method Detail

getContext

public static javax.xml.bind.JAXBContext getContext()

_extends

public static void _extends(com.sun.tools.xjc.model.CClassInfo classInfo,
                            String className)

_implements

public static void _implements(com.sun.tools.xjc.model.CClassInfo classInfo,
                               String... interfaceNames)


Copyright © 2005-2012. All Rights Reserved.