@CodingStyleguideUnaware public class ServiceFrequencyType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ServiceFrequencyType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
ServiceFrequencyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ServiceFrequencyType 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
|
WeekDayCodeType |
getWeekDayCode()
<pre>
<?
|
String |
getWeekDayCodeValue()
Get the value of the contained WeekDayCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
WeekDayCodeType |
setWeekDayCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setWeekDayCode(WeekDayCodeType value)
Sets the value of the weekDayCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ServiceFrequencyType()
@Nullable public WeekDayCodeType getWeekDayCode()
WeekDayCodeTypepublic void setWeekDayCode(@Nullable WeekDayCodeType value)
value - allowed object is
WeekDayCodeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ServiceFrequencyType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ServiceFrequencyType clone()
@Nonnull public WeekDayCodeType setWeekDayCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.