@CodingStyleguideUnaware public class GeographicalCoordinateType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for GeographicalCoordinateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeographicalCoordinateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AltitudeMeasure" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}MeasureType" minOccurs="0"/>
<element name="LatitudeMeasure" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}MeasureType" minOccurs="0"/>
<element name="LongitudeMeasure" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}MeasureType" minOccurs="0"/>
<element name="SystemID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
GeographicalCoordinateType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
GeographicalCoordinateType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(GeographicalCoordinateType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
MeasureType |
getAltitudeMeasure()
Gets the value of the altitudeMeasure property.
|
BigDecimal |
getAltitudeMeasureValue()
Get the value of the contained MeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MeasureType |
getLatitudeMeasure()
Gets the value of the latitudeMeasure property.
|
BigDecimal |
getLatitudeMeasureValue()
Get the value of the contained MeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MeasureType |
getLongitudeMeasure()
Gets the value of the longitudeMeasure property.
|
BigDecimal |
getLongitudeMeasureValue()
Get the value of the contained MeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getSystemID()
Gets the value of the systemID property.
|
String |
getSystemIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
MeasureType |
setAltitudeMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setAltitudeMeasure(MeasureType value)
Sets the value of the altitudeMeasure property.
|
MeasureType |
setLatitudeMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLatitudeMeasure(MeasureType value)
Sets the value of the latitudeMeasure property.
|
MeasureType |
setLongitudeMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLongitudeMeasure(MeasureType value)
Sets the value of the longitudeMeasure property.
|
void |
setSystemID(IDType value)
Sets the value of the systemID property.
|
IDType |
setSystemID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public GeographicalCoordinateType()
@Nullable public MeasureType getAltitudeMeasure()
MeasureTypepublic void setAltitudeMeasure(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nullable public MeasureType getLatitudeMeasure()
MeasureTypepublic void setLatitudeMeasure(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nullable public MeasureType getLongitudeMeasure()
MeasureTypepublic void setLongitudeMeasure(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nullable public IDType getSystemID()
IDTypepublic void setSystemID(@Nullable IDType value)
value - allowed object is
IDTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull GeographicalCoordinateType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public GeographicalCoordinateType clone()
@Nonnull public IDType setSystemID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MeasureType setAltitudeMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MeasureType setLatitudeMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MeasureType setLongitudeMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public BigDecimal getAltitudeMeasureValue()
null@Nullable public BigDecimal getLatitudeMeasureValue()
null@Nullable public BigDecimal getLongitudeMeasureValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.