Class GlobalsType


  • public class GlobalsType
    extends AttributableType

    Java class for GlobalsType complex type.

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

     <complexType name="GlobalsType">
       <complexContent>
         <extension base="{}AttributableType">
           <attribute name="scope" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • scope

        protected String scope
    • 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