@CodingStyleguideUnaware public class WHOAffectedAreaVisitType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
WHOAffectedAreaVisitType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
WHOAffectedAreaVisitType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(WHOAffectedAreaVisitType 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
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
VisitDateType |
getVisitDate()
Gets the value of the visitDate property.
|
com.helger.commons.datetime.XMLOffsetDate |
getVisitDateValue()
Get the value of the contained VisitDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getVisitDateValueLocal()
Get the value of the contained VisitDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocationType |
getWHOAffectedAreaPortLocation()
Gets the value of the whoAffectedAreaPortLocation property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
VisitDateType |
setVisitDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setVisitDate(VisitDateType value)
Sets the value of the visitDate property.
|
VisitDateType |
setVisitDate(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 |
setWHOAffectedAreaPortLocation(LocationType value)
Sets the value of the whoAffectedAreaPortLocation property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public WHOAffectedAreaVisitType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public VisitDateType getVisitDate()
VisitDateTypepublic void setVisitDate(@Nullable VisitDateType value)
value - allowed object is
VisitDateType@Nullable public LocationType getWHOAffectedAreaPortLocation()
LocationTypepublic void setWHOAffectedAreaPortLocation(@Nullable LocationType value)
value - allowed object is
LocationTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull WHOAffectedAreaVisitType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public WHOAffectedAreaVisitType clone()
@Nonnull public VisitDateType setVisitDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public VisitDateType setVisitDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public com.helger.commons.datetime.XMLOffsetDate getVisitDateValue()
Copyright © 2019–2021 Philip Helger. All rights reserved.