public class Validity
extends java.lang.Object
Java class for Validity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Validity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="validityStatus" type="{http://datex2.eu/schema/2/2_0}ValidityStatusEnum"/>
<element name="overrunning" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="validityTimeSpecification" type="{http://datex2.eu/schema/2/2_0}OverallPeriod"/>
<element name="validityExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
overrunning |
protected ExtensionType |
validityExtension |
protected ValidityStatusEnum |
validityStatus |
protected OverallPeriod |
validityTimeSpecification |
| Constructor and Description |
|---|
Validity() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getValidityExtension()
Gets the value of the validityExtension property.
|
ValidityStatusEnum |
getValidityStatus()
Gets the value of the validityStatus property.
|
OverallPeriod |
getValidityTimeSpecification()
Gets the value of the validityTimeSpecification property.
|
java.lang.Boolean |
isOverrunning()
Gets the value of the overrunning property.
|
void |
setOverrunning(java.lang.Boolean value)
Sets the value of the overrunning property.
|
void |
setValidityExtension(ExtensionType value)
Sets the value of the validityExtension property.
|
void |
setValidityStatus(ValidityStatusEnum value)
Sets the value of the validityStatus property.
|
void |
setValidityTimeSpecification(OverallPeriod value)
Sets the value of the validityTimeSpecification property.
|
protected ValidityStatusEnum validityStatus
protected java.lang.Boolean overrunning
protected OverallPeriod validityTimeSpecification
protected ExtensionType validityExtension
public ValidityStatusEnum getValidityStatus()
ValidityStatusEnumpublic void setValidityStatus(ValidityStatusEnum value)
value - allowed object is
ValidityStatusEnumpublic java.lang.Boolean isOverrunning()
Booleanpublic void setOverrunning(java.lang.Boolean value)
value - allowed object is
Booleanpublic OverallPeriod getValidityTimeSpecification()
OverallPeriodpublic void setValidityTimeSpecification(OverallPeriod value)
value - allowed object is
OverallPeriodpublic ExtensionType getValidityExtension()
ExtensionTypepublic void setValidityExtension(ExtensionType value)
value - allowed object is
ExtensionType