public class RenewingType extends Object
Java class for RenewingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RenewingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Allow" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="OK" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allow |
protected Boolean |
ok |
| Constructor and Description |
|---|
RenewingType() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isAllow()
Gets the value of the allow property.
|
Boolean |
isOK()
Gets the value of the ok property.
|
void |
setAllow(Boolean value)
Sets the value of the allow property.
|
void |
setOK(Boolean value)
Sets the value of the ok property.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.