|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.security.trust.impl.bindings.RenewingType
public class RenewingType
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>
| Field Summary | |
|---|---|
protected Boolean |
allow
|
protected Boolean |
ok
|
| Constructor Summary | |
|---|---|
RenewingType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean allow
protected Boolean ok
| Constructor Detail |
|---|
public RenewingType()
| Method Detail |
|---|
public Boolean isAllow()
Booleanpublic void setAllow(Boolean value)
value - allowed object is
Booleanpublic Boolean isOK()
Booleanpublic void setOK(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||