Class Validity
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Validity
-
- All Implemented Interfaces:
Serializable
public class Validity extends Object implements Serializable
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_0RC1/2_0}ValidityStatusEnum"/> <element name="overrunning" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/> <element name="validityTimeSpecification" type="{http://datex2.eu/schema/2_0RC1/2_0}OverallPeriod"/> <element name="validityExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanoverrunningprotected 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.BooleanisOverrunning()Gets the value of the overrunning property.voidsetOverrunning(Boolean value)Sets the value of the overrunning 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
-
overrunning
protected Boolean overrunning
-
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
-
isOverrunning
public Boolean isOverrunning()
Gets the value of the overrunning property.- Returns:
- possible object is
Boolean
-
setOverrunning
public void setOverrunning(Boolean value)
Sets the value of the overrunning property.- Parameters:
value- allowed object isBoolean
-
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
-
-