Class ValidityConditionStructure

  • All Implemented Interfaces:
    Serializable

    public class ValidityConditionStructure
    extends Object
    implements Serializable
    Type for a validity condition.

    Java class for ValidityConditionStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ValidityConditionStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="FromDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="ToDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="DayType" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
             <element name="Timebands" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Timeband" type="{http://www.ifopt.org.uk/ifopt}TimebandStructure"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidityConditionStructure

        public ValidityConditionStructure()
    • Method Detail

      • getFromDateTime

        public ZonedDateTime getFromDateTime()
        Gets the value of the fromDateTime property.
        Returns:
        possible object is String
      • setFromDateTime

        public void setFromDateTime​(ZonedDateTime value)
        Sets the value of the fromDateTime property.
        Parameters:
        value - allowed object is String
      • getToDateTime

        public ZonedDateTime getToDateTime()
        Gets the value of the toDateTime property.
        Returns:
        possible object is String
      • setToDateTime

        public void setToDateTime​(ZonedDateTime value)
        Sets the value of the toDateTime property.
        Parameters:
        value - allowed object is String
      • getDayType

        public String getDayType()
        Gets the value of the dayType property.
        Returns:
        possible object is String
      • setDayType

        public void setDayType​(String value)
        Sets the value of the dayType property.
        Parameters:
        value - allowed object is String
      • getTimebands

        public List<ValidityConditionStructure.Timebands> getTimebands()
        Gets the value of the timebands property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the timebands property.

        For example, to add a new item, do as follows:

            getTimebands().add(newItem);
         

        Objects of the following type(s) are allowed in the list ValidityConditionStructure.Timebands