public class ValidityData extends AbstractRealTimeDto implements Serializable
Java class for validityData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
userDefineStartValidity |
protected Integer |
validityDuration |
protected DurationUnit |
validityDurationUnit |
protected ValidityRule |
validtyRule |
| Constructor and Description |
|---|
ValidityData() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getValidityDuration()
Gets the value of the validityDuration property.
|
DurationUnit |
getValidityDurationUnit()
Gets the value of the validityDurationUnit property.
|
ValidityRule |
getValidtyRule()
Gets the value of the validtyRule property.
|
boolean |
isUserDefineStartValidity()
Gets the value of the userDefineStartValidity property.
|
void |
setUserDefineStartValidity(boolean value)
Sets the value of the userDefineStartValidity property.
|
void |
setValidityDuration(Integer value)
Sets the value of the validityDuration property.
|
void |
setValidityDurationUnit(DurationUnit value)
Sets the value of the validityDurationUnit property.
|
void |
setValidtyRule(ValidityRule value)
Sets the value of the validtyRule property.
|
protected boolean userDefineStartValidity
protected Integer validityDuration
protected DurationUnit validityDurationUnit
protected ValidityRule validtyRule
public boolean isUserDefineStartValidity()
public void setUserDefineStartValidity(boolean value)
public Integer getValidityDuration()
Integerpublic void setValidityDuration(Integer value)
value - allowed object is
Integerpublic DurationUnit getValidityDurationUnit()
DurationUnitpublic void setValidityDurationUnit(DurationUnit value)
value - allowed object is
DurationUnitpublic ValidityRule getValidtyRule()
ValidityRulepublic void setValidtyRule(ValidityRule value)
value - allowed object is
ValidityRuleCopyright © 2021. All rights reserved.