Javax.xml.bind.JAXBElement.GlobalScope Class



Introduction

The javax.xml.bind.JAXBElement.GlobalScope class designates global scope for an xml element.

Class declaration

Following is the declaration for javax.xml.bind.JAXBElement.GlobalScope class:

public static final class JAXBElement.GlobalScope
   extends Object

Class constructors

S.N. Constructor & Description
1 JAXBElement.GlobalScope()

Single Constructor

Class methods

This class inherits methods from the following classes −

java.lang.Object

Advertisements