@CodingStyleguideUnaware public class SanitaryMeasureType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
SanitaryMeasureType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
SanitaryMeasureType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SanitaryMeasureType 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
|
ApplicationDateType |
getApplicationDate()
Gets the value of the applicationDate property.
|
com.helger.commons.datetime.XMLOffsetDate |
getApplicationDateValue()
Get the value of the contained ApplicationDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getApplicationDateValueLocal()
Get the value of the contained ApplicationDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SanitaryMeasureTypeCodeType |
getSanitaryMeasureTypeCode()
Gets the value of the sanitaryMeasureTypeCode property.
|
String |
getSanitaryMeasureTypeCodeValue()
Get the value of the contained SanitaryMeasureTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setApplicationDate(ApplicationDateType value)
Sets the value of the applicationDate property.
|
ApplicationDateType |
setApplicationDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ApplicationDateType |
setApplicationDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSanitaryMeasureTypeCode(SanitaryMeasureTypeCodeType value)
Sets the value of the sanitaryMeasureTypeCode property.
|
SanitaryMeasureTypeCodeType |
setSanitaryMeasureTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SanitaryMeasureType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public SanitaryMeasureTypeCodeType getSanitaryMeasureTypeCode()
SanitaryMeasureTypeCodeTypepublic void setSanitaryMeasureTypeCode(@Nullable SanitaryMeasureTypeCodeType value)
value - allowed object is
SanitaryMeasureTypeCodeType@Nullable public ApplicationDateType getApplicationDate()
ApplicationDateTypepublic void setApplicationDate(@Nullable ApplicationDateType value)
value - allowed object is
ApplicationDateTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull SanitaryMeasureType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public SanitaryMeasureType clone()
@Nonnull public SanitaryMeasureTypeCodeType setSanitaryMeasureTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ApplicationDateType setApplicationDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ApplicationDateType setApplicationDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getSanitaryMeasureTypeCodeValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getApplicationDateValue()
@Nullable public LocalDate getApplicationDateValueLocal()
Copyright © 2019–2021 Philip Helger. All rights reserved.