Class HalfOpenTimestampRangeStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    PtSituationElement.ValidityPeriod

    public class HalfOpenTimestampRangeStructure
    extends Object
    implements Serializable
    Data Type for a range of date times. Start time must be specified, end time is optional.

    Java class for HalfOpenTimestampRangeStructure complex type.

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

     <complexType name="HalfOpenTimestampRangeStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • HalfOpenTimestampRangeStructure

        public HalfOpenTimestampRangeStructure()
    • Method Detail

      • getStartTime

        public ZonedDateTime getStartTime()
        Gets the value of the startTime property.
        Returns:
        possible object is String
      • setStartTime

        public void setStartTime​(ZonedDateTime value)
        Sets the value of the startTime property.
        Parameters:
        value - allowed object is String
      • getEndTime

        public ZonedDateTime getEndTime()
        Gets the value of the endTime property.
        Returns:
        possible object is String
      • setEndTime

        public void setEndTime​(ZonedDateTime value)
        Sets the value of the endTime property.
        Parameters:
        value - allowed object is String