Class TemporalExtentType
- java.lang.Object
-
- org.citygml4j.binding.cityjson.metadata.TemporalExtentType
-
public class TemporalExtentType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TemporalExtentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.ZonedDateTime
getEndDate()
java.time.ZonedDateTime
getStartDate()
boolean
isSetEndDate()
boolean
isSetStartDate()
void
setEndDate(java.time.ZonedDateTime endDate)
void
setStartDate(java.time.ZonedDateTime startDate)
void
unsetEndDate()
void
unsetStartDate()
-
-
-
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()
-
-