public class Grant extends Object
Java class for grant complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="grant">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>boolean">
<attribute name="site" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
site |
protected boolean |
value |
| Constructor and Description |
|---|
Grant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSite()
Gets the value of the site property.
|
boolean |
isValue()
Gets the value of the value property.
|
void |
setSite(String value)
Sets the value of the site property.
|
void |
setValue(boolean value)
Sets the value of the value property.
|
protected boolean value
protected String site
Copyright © 2011–2023 aiticon GmbH. All rights reserved.