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