public class RenewRestrictionType extends ConditionAbstractType
Java class for RenewRestrictionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RenewRestrictionType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:assertion}ConditionAbstractType">
<sequence>
</sequence>
<attribute name="Count" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="0" />
<attribute name="Postdatable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="RenewExpired" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
count |
protected Boolean |
postdatable |
protected Boolean |
renewExpired |
| Constructor and Description |
|---|
RenewRestrictionType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCount()
Gets the value of the count property.
|
boolean |
isPostdatable()
Gets the value of the postdatable property.
|
boolean |
isRenewExpired()
Gets the value of the renewExpired property.
|
void |
setCount(BigInteger value)
Sets the value of the count property.
|
void |
setPostdatable(Boolean value)
Sets the value of the postdatable property.
|
void |
setRenewExpired(Boolean value)
Sets the value of the renewExpired property.
|
protected BigInteger count
protected Boolean postdatable
protected Boolean renewExpired
public BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isPostdatable()
Booleanpublic void setPostdatable(Boolean value)
value - allowed object is
Booleanpublic boolean isRenewExpired()
BooleanCopyright © 2016. All rights reserved.