public class ScopeInfo extends Object
Java class for ScopeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScopeInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected String |
name |
| Constructor and Description |
|---|
ScopeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
String |
getName()
Gets the value of the name property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2016. All rights reserved.