@CodingStyleguideUnaware public class VesselDynamicsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
VesselDynamicsType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
VesselDynamicsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(VesselDynamicsType 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
|
AtAnchorageIndicatorType |
getAtAnchorageIndicator()
Gets the value of the atAnchorageIndicator property.
|
CourseOverGroundDirectionType |
getCourseOverGroundDirection()
Gets the value of the courseOverGroundDirection property.
|
String |
getCourseOverGroundDirectionValue()
Get the value of the contained CourseOverGroundDirectionType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
NavigationStatusCodeType |
getNavigationStatusCode()
Gets the value of the navigationStatusCode property.
|
String |
getNavigationStatusCodeValue()
Get the value of the contained NavigationStatusCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
RateOfTurnMeasureType |
getRateOfTurnMeasure()
Gets the value of the rateOfTurnMeasure property.
|
BigDecimal |
getRateOfTurnMeasureValue()
Get the value of the contained RateOfTurnMeasureType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SpeedOverGroundMeasureType |
getSpeedOverGroundMeasure()
Gets the value of the speedOverGroundMeasure property.
|
BigDecimal |
getSpeedOverGroundMeasureValue()
Get the value of the contained SpeedOverGroundMeasureType 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
|
boolean |
isAtAnchorageIndicatorValue(boolean nullValue)
Get the value of the contained AtAnchorageIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setAtAnchorageIndicator(AtAnchorageIndicatorType value)
Sets the value of the atAnchorageIndicator property.
|
AtAnchorageIndicatorType |
setAtAnchorageIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setCourseOverGroundDirection(CourseOverGroundDirectionType value)
Sets the value of the courseOverGroundDirection property.
|
CourseOverGroundDirectionType |
setCourseOverGroundDirection(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setNavigationStatusCode(NavigationStatusCodeType value)
Sets the value of the navigationStatusCode property.
|
NavigationStatusCodeType |
setNavigationStatusCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
RateOfTurnMeasureType |
setRateOfTurnMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setRateOfTurnMeasure(RateOfTurnMeasureType value)
Sets the value of the rateOfTurnMeasure property.
|
SpeedOverGroundMeasureType |
setSpeedOverGroundMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSpeedOverGroundMeasure(SpeedOverGroundMeasureType value)
Sets the value of the speedOverGroundMeasure property.
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public VesselDynamicsType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public NavigationStatusCodeType getNavigationStatusCode()
NavigationStatusCodeTypepublic void setNavigationStatusCode(@Nullable NavigationStatusCodeType value)
value - allowed object is
NavigationStatusCodeType@Nullable public AtAnchorageIndicatorType getAtAnchorageIndicator()
AtAnchorageIndicatorTypepublic void setAtAnchorageIndicator(@Nullable AtAnchorageIndicatorType value)
value - allowed object is
AtAnchorageIndicatorType@Nullable public CourseOverGroundDirectionType getCourseOverGroundDirection()
CourseOverGroundDirectionTypepublic void setCourseOverGroundDirection(@Nullable CourseOverGroundDirectionType value)
value - allowed object is
CourseOverGroundDirectionType@Nullable public SpeedOverGroundMeasureType getSpeedOverGroundMeasure()
SpeedOverGroundMeasureTypepublic void setSpeedOverGroundMeasure(@Nullable SpeedOverGroundMeasureType value)
value - allowed object is
SpeedOverGroundMeasureType@Nullable public RateOfTurnMeasureType getRateOfTurnMeasure()
RateOfTurnMeasureTypepublic void setRateOfTurnMeasure(@Nullable RateOfTurnMeasureType value)
value - allowed object is
RateOfTurnMeasureTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull VesselDynamicsType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public VesselDynamicsType clone()
@Nonnull public NavigationStatusCodeType setNavigationStatusCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public AtAnchorageIndicatorType setAtAnchorageIndicator(boolean valueParam)
valueParam - The value to be set.@Nonnull public SpeedOverGroundMeasureType setSpeedOverGroundMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public RateOfTurnMeasureType setRateOfTurnMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public CourseOverGroundDirectionType setCourseOverGroundDirection(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getNavigationStatusCodeValue()
public boolean isAtAnchorageIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>@Nullable public String getCourseOverGroundDirectionValue()
@Nullable public BigDecimal getSpeedOverGroundMeasureValue()
@Nullable public BigDecimal getRateOfTurnMeasureValue()
Copyright © 2019–2021 Philip Helger. All rights reserved.