@CodingStyleguideUnaware public class DateTimeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DateTimeType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
DateTimeType(LocalDateTime valueParam)
Constructor for value of type LocalDateTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
DateTimeType(com.helger.commons.datetime.XMLOffsetDateTime valueParam)
Constructor for value of type XMLOffsetDateTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DateTimeType 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 |
getValue()
Gets the value of the value property.
|
LocalDateTime |
getValueLocal()
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setValue(LocalDateTime aValue)
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
void |
setValue(com.helger.commons.datetime.XMLOffsetDateTime value)
Sets the value of the value property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DateTimeType()
public DateTimeType(@Nullable com.helger.commons.datetime.XMLOffsetDateTime valueParam)
valueParam - The value to be set. May be <code>null</code>.public DateTimeType(@Nullable LocalDateTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public com.helger.commons.datetime.XMLOffsetDateTime getValue()
Stringpublic void setValue(@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 DateTimeType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DateTimeType clone()
@Nullable public LocalDateTime getValueLocal()
public void setValue(@Nullable LocalDateTime aValue)
aValue - The LocalDateTime to set. May be <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.