< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 69,79 **** @XmlRootElement(name="globalBindings") public final class BIGlobalBinding extends AbstractDeclarationImpl { /** ! * Gets the name converter that will govern the XML->Java * name conversion process for this compilation. * * <p> * The "underscoreBinding" customization will determine * the exact object returned from this method. The rest of XJC --- 69,79 ---- @XmlRootElement(name="globalBindings") public final class BIGlobalBinding extends AbstractDeclarationImpl { /** ! * Gets the name converter that will govern the {@code XML -> Java} * name conversion process for this compilation. * * <p> * The "underscoreBinding" customization will determine * the exact object returned from this method. The rest of XJC
*** 256,273 **** */ @XmlElement private BISerializable serializable = null; /** ! * If &lt;xjc:superClass> extension is specified, * returns the specified root class. Otherwise null. */ @XmlElement(namespace=Const.XJC_EXTENSION_URI) ClassNameBean superClass = null; /** ! * If &lt;xjc:superInterface> extension is specified, * returns the specified root class. Otherwise null. */ @XmlElement(namespace=Const.XJC_EXTENSION_URI) ClassNameBean superInterface = null; --- 256,273 ---- */ @XmlElement private BISerializable serializable = null; /** ! * If {@code <xjc:superClass>} extension is specified, * returns the specified root class. Otherwise null. */ @XmlElement(namespace=Const.XJC_EXTENSION_URI) ClassNameBean superClass = null; /** ! * If {@code <xjc:superInterface>} extension is specified, * returns the specified root class. Otherwise null. */ @XmlElement(namespace=Const.XJC_EXTENSION_URI) ClassNameBean superInterface = null;
*** 486,496 **** return bean.name; } } /** ! * Global &lt;jaxb:javaType>. */ static final class GlobalStandardConversion extends BIConversion.User { @XmlAttribute QName xmlType; --- 486,496 ---- return bean.name; } } /** ! * Global {@code <jaxb:javaType>}. */ static final class GlobalStandardConversion extends BIConversion.User { @XmlAttribute QName xmlType;
*** 510,520 **** return hash; } } /** ! * Global &lt;xjc:javaType>. */ static final class GlobalVendorConversion extends BIConversion.UserAdapter { @XmlAttribute QName xmlType; --- 510,520 ---- return hash; } } /** ! * Global {@code <xjc:javaType>}. */ static final class GlobalVendorConversion extends BIConversion.UserAdapter { @XmlAttribute QName xmlType;
< prev index next >