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