Class 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
    • Constructor Detail

      • Validity

        public Validity()
    • Method Detail

      • setValidityStatus

        public void setValidityStatus​(ValidityStatusEnum value)
        Sets the value of the validityStatus property.
        Parameters:
        value - allowed object is ValidityStatusEnum
      • 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 is Boolean
      • 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 is OverallPeriod
      • 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 is ExtensionType