Class GlobalsType


  • public class GlobalsType
    extends Object

    Java class for GlobalsType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="GlobalsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <group ref="{}AttributableGroup"/>
           <attribute name="scope" type="{http://www.w3.org/2001/XMLSchema}NCName" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GlobalsType

        public GlobalsType()
    • Method Detail

      • getScope

        public String getScope()
        Gets the value of the scope property.
        Returns:
        possible object is String
      • setScope

        public void setScope​(String value)
        Sets the value of the scope property.
        Parameters:
        value - allowed object is String