Java Code Examples for com.sun.tools.internal.xjc.reader.Const#XJC_EXTENSION_URI

The following examples show how to use com.sun.tools.internal.xjc.reader.Const#XJC_EXTENSION_URI . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: BIGlobalBinding.java    From TencentKona-8 with GNU General Public License v2.0 4 votes vote down vote up
@XmlElement(name="javaType",namespace=Const.XJC_EXTENSION_URI)
private void setGlobalConversions2(GlobalVendorConversion[] convs) {
    for (GlobalVendorConversion u : convs) {
        globalConversions.put(u.xmlType,u);
    }
}
 
Example 2
Source File: BIGlobalBinding.java    From TencentKona-8 with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Another 1.0 compatibility customization (but we accept it
 * and treat it as {@link #serializable})
 */
@XmlElement(name="serializable",namespace=Const.XJC_EXTENSION_URI)
void setXjcSerializable(BISerializable s) {
    this.serializable = s;
}
 
Example 3
Source File: BIGlobalBinding.java    From jdk8u60 with GNU General Public License v2.0 4 votes vote down vote up
@XmlElement(name="javaType",namespace=Const.XJC_EXTENSION_URI)
private void setGlobalConversions2(GlobalVendorConversion[] convs) {
    for (GlobalVendorConversion u : convs) {
        globalConversions.put(u.xmlType,u);
    }
}
 
Example 4
Source File: BIGlobalBinding.java    From jdk8u60 with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Another 1.0 compatibility customization (but we accept it
 * and treat it as {@link #serializable})
 */
@XmlElement(name="serializable",namespace=Const.XJC_EXTENSION_URI)
void setXjcSerializable(BISerializable s) {
    this.serializable = s;
}
 
Example 5
Source File: BIGlobalBinding.java    From openjdk-jdk8u with GNU General Public License v2.0 4 votes vote down vote up
@XmlElement(name="javaType",namespace=Const.XJC_EXTENSION_URI)
private void setGlobalConversions2(GlobalVendorConversion[] convs) {
    for (GlobalVendorConversion u : convs) {
        globalConversions.put(u.xmlType,u);
    }
}
 
Example 6
Source File: BIGlobalBinding.java    From openjdk-jdk8u with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Another 1.0 compatibility customization (but we accept it
 * and treat it as {@link #serializable})
 */
@XmlElement(name="serializable",namespace=Const.XJC_EXTENSION_URI)
void setXjcSerializable(BISerializable s) {
    this.serializable = s;
}
 
Example 7
Source File: BIGlobalBinding.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 4 votes vote down vote up
@XmlElement(name="javaType",namespace=Const.XJC_EXTENSION_URI)
private void setGlobalConversions2(GlobalVendorConversion[] convs) {
    for (GlobalVendorConversion u : convs) {
        globalConversions.put(u.xmlType,u);
    }
}
 
Example 8
Source File: BIGlobalBinding.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Another 1.0 compatibility customization (but we accept it
 * and treat it as {@link #serializable})
 */
@XmlElement(name="serializable",namespace=Const.XJC_EXTENSION_URI)
void setXjcSerializable(BISerializable s) {
    this.serializable = s;
}
 
Example 9
Source File: BIGlobalBinding.java    From openjdk-jdk9 with GNU General Public License v2.0 4 votes vote down vote up
@XmlElement(name="javaType",namespace=Const.XJC_EXTENSION_URI)
private void setGlobalConversions2(GlobalVendorConversion[] convs) {
    for (GlobalVendorConversion u : convs) {
        globalConversions.put(u.xmlType,u);
    }
}
 
Example 10
Source File: BIGlobalBinding.java    From openjdk-jdk9 with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Another 1.0 compatibility customization (but we accept it
 * and treat it as {@link #serializable})
 */
@XmlElement(name="serializable",namespace=Const.XJC_EXTENSION_URI)
void setXjcSerializable(BISerializable s) {
    this.serializable = s;
}
 
Example 11
Source File: BIGlobalBinding.java    From hottub with GNU General Public License v2.0 4 votes vote down vote up
@XmlElement(name="javaType",namespace=Const.XJC_EXTENSION_URI)
private void setGlobalConversions2(GlobalVendorConversion[] convs) {
    for (GlobalVendorConversion u : convs) {
        globalConversions.put(u.xmlType,u);
    }
}
 
Example 12
Source File: BIGlobalBinding.java    From hottub with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Another 1.0 compatibility customization (but we accept it
 * and treat it as {@link #serializable})
 */
@XmlElement(name="serializable",namespace=Const.XJC_EXTENSION_URI)
void setXjcSerializable(BISerializable s) {
    this.serializable = s;
}
 
Example 13
Source File: BIGlobalBinding.java    From openjdk-8-source with GNU General Public License v2.0 4 votes vote down vote up
@XmlElement(name="javaType",namespace=Const.XJC_EXTENSION_URI)
private void setGlobalConversions2(GlobalVendorConversion[] convs) {
    for (GlobalVendorConversion u : convs) {
        globalConversions.put(u.xmlType,u);
    }
}
 
Example 14
Source File: BIGlobalBinding.java    From openjdk-8-source with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Another 1.0 compatibility customization (but we accept it
 * and treat it as {@link #serializable})
 */
@XmlElement(name="serializable",namespace=Const.XJC_EXTENSION_URI)
void setXjcSerializable(BISerializable s) {
    this.serializable = s;
}
 
Example 15
Source File: BIGlobalBinding.java    From openjdk-8 with GNU General Public License v2.0 4 votes vote down vote up
@XmlElement(name="javaType",namespace=Const.XJC_EXTENSION_URI)
private void setGlobalConversions2(GlobalVendorConversion[] convs) {
    for (GlobalVendorConversion u : convs) {
        globalConversions.put(u.xmlType,u);
    }
}
 
Example 16
Source File: BIGlobalBinding.java    From openjdk-8 with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Another 1.0 compatibility customization (but we accept it
 * and treat it as {@link #serializable})
 */
@XmlElement(name="serializable",namespace=Const.XJC_EXTENSION_URI)
void setXjcSerializable(BISerializable s) {
    this.serializable = s;
}