public class Customizations extends Object
Modifier and Type | Field and Description |
---|---|
static QName |
EXTENDS_ELEMENT_NAME |
static QName |
IMPLEMENTS_ELEMENT_NAME |
static String |
NAMESPACE_URI |
static QName |
OBJECT_FACTORY_ELEMENT_NAME |
Constructor and Description |
---|
Customizations() |
Modifier and Type | Method and Description |
---|---|
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 JAXBContext |
getContext() |
public static String NAMESPACE_URI
public static QName OBJECT_FACTORY_ELEMENT_NAME
public static QName EXTENDS_ELEMENT_NAME
public static QName IMPLEMENTS_ELEMENT_NAME
public static JAXBContext getContext()
public static void _extends(com.sun.tools.xjc.model.CClassInfo classInfo, String className)
public static void _implements(com.sun.tools.xjc.model.CClassInfo classInfo, String... interfaceNames)
Copyright © 2005–2018. All rights reserved.