Class RenewingType
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.RenewingType
- Direct Known Subclasses:
RenewingImpl
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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allow
-
ok
-
-
Constructor Details
-
RenewingType
public RenewingType()
-
-
Method Details
-
isAllow
Gets the value of the allow property.- Returns:
- possible object is
Boolean
-
setAllow
Sets the value of the allow property.- Parameters:
value- allowed object isBoolean
-
isOK
Gets the value of the ok property.- Returns:
- possible object is
Boolean
-
setOK
Sets the value of the ok property.- Parameters:
value- allowed object isBoolean
-