public class CertificateValidity extends Object
Java class for CertificateValidity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateValidity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="validityPeriodSeconds" type="{http://www.w3
.org/2001/XMLSchema}unsignedLong"/>
<element name="renewalPeriodSeconds" type="{http://www.w3
.org/2001/XMLSchema}unsignedLong"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
renewalPeriodSeconds |
protected BigInteger |
validityPeriodSeconds |
| Constructor and Description |
|---|
CertificateValidity() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getRenewalPeriodSeconds()
Gets the value of the renewalPeriodSeconds property.
|
BigInteger |
getValidityPeriodSeconds()
Gets the value of the validityPeriodSeconds property.
|
void |
setRenewalPeriodSeconds(BigInteger value)
Sets the value of the renewalPeriodSeconds property.
|
void |
setValidityPeriodSeconds(BigInteger value)
Sets the value of the validityPeriodSeconds property.
|
protected BigInteger validityPeriodSeconds
protected BigInteger renewalPeriodSeconds
public BigInteger getValidityPeriodSeconds()
BigIntegerpublic void setValidityPeriodSeconds(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getRenewalPeriodSeconds()
BigIntegerpublic void setRenewalPeriodSeconds(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017 WSO2. All rights reserved.