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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
scope |
stringOrDateOrInt| Constructor and Description |
|---|
GlobalsType() |
GlobalsType(String scope) |
| Modifier and Type | Method and Description |
|---|---|
String |
getScope()
Gets the value of the scope property.
|
void |
setScope(String value)
Sets the value of the scope property.
|
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrIntCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.