Searched refs:GlobalScope (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBElement.java49 * <p><b><tt>Scope</tt></b> is either {@link GlobalScope} or the Java class representing the
74 * - {@link GlobalScope} for global xml element declaration.
91 public static final class GlobalScope {} class in class:JAXBElement
100 * Passing null is the same as passing <tt>GlobalScope.class</tt>
113 if(scope==null) scope = GlobalScope.class;
122 * This is just a convenience method for <tt>new JAXBElement(name,declaredType,GlobalScope.class,value)</tt>
125 this(name,declaredType,GlobalScope.class,value);
168 * @return <tt>GlobalScope.class</tt> if this element is of global scope.
205 return this.scope == GlobalScope.class;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DElementBeanInfoImpl.java85 scope = rei.getScope()==null ? JAXBElement.GlobalScope.class : rei.getScope().getClazz();

Completed in 40 milliseconds