@CodingStyleguideUnaware public class TimePeriodType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TimePeriodType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
TimePeriodType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TimePeriodType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
com.helger.commons.datetime.XMLOffsetDateTime |
getEndDate()
Gets the value of the endDate property.
|
LocalDateTime |
getEndDateLocal()
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
com.helger.commons.datetime.XMLOffsetDateTime |
getStartDate()
Gets the value of the startDate property.
|
LocalDateTime |
getStartDateLocal()
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setEndDate(LocalDateTime aValue)
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
void |
setEndDate(com.helger.commons.datetime.XMLOffsetDateTime value)
Sets the value of the endDate property.
|
void |
setStartDate(LocalDateTime aValue)
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
void |
setStartDate(com.helger.commons.datetime.XMLOffsetDateTime value)
Sets the value of the startDate property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TimePeriodType()
@Nullable public com.helger.commons.datetime.XMLOffsetDateTime getStartDate()
Stringpublic void setStartDate(@Nullable com.helger.commons.datetime.XMLOffsetDateTime value)
value - allowed object is
String@Nullable public com.helger.commons.datetime.XMLOffsetDateTime getEndDate()
Stringpublic void setEndDate(@Nullable com.helger.commons.datetime.XMLOffsetDateTime value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull TimePeriodType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TimePeriodType clone()
@Nullable public LocalDateTime getStartDateLocal()
public void setStartDate(@Nullable LocalDateTime aValue)
aValue - The LocalDateTime to set. May be <code>null</code>.@Nullable public LocalDateTime getEndDateLocal()
public void setEndDate(@Nullable LocalDateTime aValue)
aValue - The LocalDateTime to set. May be <code>null</code>.Copyright © 2021–2022 de4a. All rights reserved.