jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/CBuiltinLeafInfo.java
changeset 42124 640a383428fb
parent 28887 88470f768658
equal deleted inserted replaced
42002:3ee4e7827413 42124:640a383428fb
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   217      *
   217      *
   218      * @return
   218      * @return
   219      *      do not modify the returned array.
   219      *      do not modify the returned array.
   220      */
   220      */
   221     public final QName[] getTypeNames() {
   221     public final QName[] getTypeNames() {
   222         return typeNames;
   222         return typeNames.clone();
   223     }
   223     }
   224 
   224 
   225     /**
   225     /**
   226      * Leaf-type cannot be referenced from IDREF.
   226      * Leaf-type cannot be referenced from IDREF.
   227      *
   227      *