org.jvnet.jaxb2_commons.plugin.inheritance
Class Customizations

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

public class Customizations
extends java.lang.Object


Field Summary
static javax.xml.namespace.QName EXTENDS_ELEMENT_NAME
           
static javax.xml.namespace.QName IMPLEMENTS_ELEMENT_NAME
           
static java.lang.String NAMESPACE_URI
           
 
Constructor Summary
Customizations()
           
 
Method Summary
static void _extends(com.sun.tools.xjc.model.CClassInfo classInfo, java.lang.String className)
           
static void _implements(com.sun.tools.xjc.model.CClassInfo classInfo, java.lang.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 java.lang.String NAMESPACE_URI

EXTENDS_ELEMENT_NAME

public static javax.xml.namespace.QName EXTENDS_ELEMENT_NAME

IMPLEMENTS_ELEMENT_NAME

public static javax.xml.namespace.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,
                            java.lang.String className)

_implements

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


Copyright © 2005-2010 Sun Microsystems. All Rights Reserved.