Class RenewingType
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.wssx.bindings.RenewingType
-
- Direct Known Subclasses:
RenewingImpl
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>
-
-
Constructor Summary
Constructors Constructor Description RenewingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisAllow()Gets the value of the allow property.BooleanisOK()Gets the value of the ok property.voidsetAllow(Boolean value)Sets the value of the allow property.voidsetOK(Boolean value)Sets the value of the ok property.
-