Class Validity
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.Validity
-
- All Implemented Interfaces:
Serializable
public class Validity extends Object implements Serializable
Specification of validity, either explicitly or by a validity time period specification which may be discontinous.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/1_0/1_0}ValidityStatusEnum"/> <element name="validityTimeSpecification" type="{http://datex2.eu/schema/1_0/1_0}OverallPeriod"/> <element name="validityExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypevalidityExtensionprotected ValidityStatusEnumvalidityStatusprotected OverallPeriodvalidityTimeSpecification
-
Constructor Summary
Constructors Constructor Description Validity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetValidityExtension()Gets the value of the validityExtension property.ValidityStatusEnumgetValidityStatus()Gets the value of the validityStatus property.OverallPeriodgetValidityTimeSpecification()Gets the value of the validityTimeSpecification property.voidsetValidityExtension(ExtensionType value)Sets the value of the validityExtension property.voidsetValidityStatus(ValidityStatusEnum value)Sets the value of the validityStatus property.voidsetValidityTimeSpecification(OverallPeriod value)Sets the value of the validityTimeSpecification property.
-
-
-
Field Detail
-
validityStatus
protected ValidityStatusEnum validityStatus
-
validityTimeSpecification
protected OverallPeriod validityTimeSpecification
-
validityExtension
protected ExtensionType validityExtension
-
-
Method Detail
-
getValidityStatus
public ValidityStatusEnum getValidityStatus()
Gets the value of the validityStatus property.- Returns:
- possible object is
ValidityStatusEnum
-
setValidityStatus
public void setValidityStatus(ValidityStatusEnum value)
Sets the value of the validityStatus property.- Parameters:
value- allowed object isValidityStatusEnum
-
getValidityTimeSpecification
public OverallPeriod getValidityTimeSpecification()
Gets the value of the validityTimeSpecification property.- Returns:
- possible object is
OverallPeriod
-
setValidityTimeSpecification
public void setValidityTimeSpecification(OverallPeriod value)
Sets the value of the validityTimeSpecification property.- Parameters:
value- allowed object isOverallPeriod
-
getValidityExtension
public ExtensionType getValidityExtension()
Gets the value of the validityExtension property.- Returns:
- possible object is
ExtensionType
-
setValidityExtension
public void setValidityExtension(ExtensionType value)
Sets the value of the validityExtension property.- Parameters:
value- allowed object isExtensionType
-
-