Class TemporalExtentType


  • public class TemporalExtentType
    extends java.lang.Object
    • Field Detail

      • startDate

        public java.time.ZonedDateTime startDate
      • endDate

        public java.time.ZonedDateTime endDate
    • Constructor Detail

      • TemporalExtentType

        public TemporalExtentType()
    • Method Detail

      • isSetStartDate

        public boolean isSetStartDate()
      • getStartDate

        public java.time.ZonedDateTime getStartDate()
      • setStartDate

        public void setStartDate​(java.time.ZonedDateTime startDate)
      • unsetStartDate

        public void unsetStartDate()
      • isSetEndDate

        public boolean isSetEndDate()
      • getEndDate

        public java.time.ZonedDateTime getEndDate()
      • setEndDate

        public void setEndDate​(java.time.ZonedDateTime endDate)
      • unsetEndDate

        public void unsetEndDate()