@CodingStyleguideUnaware public class LocationCoordinateType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Location Coordinate. Details</ccts:DictionaryEntryName><ccts:Definition>A class for defining a set of geographical coordinates (apparently misnamed).</ccts:Definition><ccts:ObjectClass>Location Coordinate</ccts:ObjectClass></ccts:Component>
Java class for LocationCoordinateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationCoordinateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CoordinateSystemCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatitudeDegreesMeasure" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatitudeMinutesMeasure" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatitudeDirectionCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LongitudeDegreesMeasure" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LongitudeMinutesMeasure" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LongitudeDirectionCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AltitudeMeasure" 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 |
|---|
LocationCoordinateType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
LocationCoordinateType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LocationCoordinateType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AltitudeMeasureType |
getAltitudeMeasure()
<?
|
BigDecimal |
getAltitudeMeasureValue()
Get the value of the contained AltitudeMeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CoordinateSystemCodeType |
getCoordinateSystemCode()
<?
|
String |
getCoordinateSystemCodeValue()
Get the value of the contained CoordinateSystemCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LatitudeDegreesMeasureType |
getLatitudeDegreesMeasure()
<?
|
BigDecimal |
getLatitudeDegreesMeasureValue()
Get the value of the contained LatitudeDegreesMeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LatitudeDirectionCodeType |
getLatitudeDirectionCode()
<?
|
String |
getLatitudeDirectionCodeValue()
Get the value of the contained LatitudeDirectionCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LatitudeMinutesMeasureType |
getLatitudeMinutesMeasure()
<?
|
BigDecimal |
getLatitudeMinutesMeasureValue()
Get the value of the contained LatitudeMinutesMeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LongitudeDegreesMeasureType |
getLongitudeDegreesMeasure()
<?
|
BigDecimal |
getLongitudeDegreesMeasureValue()
Get the value of the contained LongitudeDegreesMeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LongitudeDirectionCodeType |
getLongitudeDirectionCode()
<?
|
String |
getLongitudeDirectionCodeValue()
Get the value of the contained LongitudeDirectionCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LongitudeMinutesMeasureType |
getLongitudeMinutesMeasure()
<?
|
BigDecimal |
getLongitudeMinutesMeasureValue()
Get the value of the contained LongitudeMinutesMeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAltitudeMeasure(AltitudeMeasureType value)
Sets the value of the altitudeMeasure property.
|
AltitudeMeasureType |
setAltitudeMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCoordinateSystemCode(CoordinateSystemCodeType value)
Sets the value of the coordinateSystemCode property.
|
CoordinateSystemCodeType |
setCoordinateSystemCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LatitudeDegreesMeasureType |
setLatitudeDegreesMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLatitudeDegreesMeasure(LatitudeDegreesMeasureType value)
Sets the value of the latitudeDegreesMeasure property.
|
void |
setLatitudeDirectionCode(LatitudeDirectionCodeType value)
Sets the value of the latitudeDirectionCode property.
|
LatitudeDirectionCodeType |
setLatitudeDirectionCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LatitudeMinutesMeasureType |
setLatitudeMinutesMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLatitudeMinutesMeasure(LatitudeMinutesMeasureType value)
Sets the value of the latitudeMinutesMeasure property.
|
LongitudeDegreesMeasureType |
setLongitudeDegreesMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLongitudeDegreesMeasure(LongitudeDegreesMeasureType value)
Sets the value of the longitudeDegreesMeasure property.
|
void |
setLongitudeDirectionCode(LongitudeDirectionCodeType value)
Sets the value of the longitudeDirectionCode property.
|
LongitudeDirectionCodeType |
setLongitudeDirectionCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LongitudeMinutesMeasureType |
setLongitudeMinutesMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLongitudeMinutesMeasure(LongitudeMinutesMeasureType value)
Sets the value of the longitudeMinutesMeasure property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LocationCoordinateType()
@Nullable public CoordinateSystemCodeType getCoordinateSystemCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Location Coordinate. Coordinate System Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the location system used.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Location Coordinate</ccts:ObjectClass><ccts:PropertyTerm>Coordinate System Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
CoordinateSystemCodeTypepublic void setCoordinateSystemCode(@Nullable CoordinateSystemCodeType value)
value - allowed object is
CoordinateSystemCodeType@Nullable public LatitudeDegreesMeasureType getLatitudeDegreesMeasure()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Location Coordinate. Latitude_ Degrees. Measure</ccts:DictionaryEntryName><ccts:Definition>The degree component of a latitude measured in degrees and minutes.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Location Coordinate</ccts:ObjectClass><ccts:PropertyTermQualifier>Latitude</ccts:PropertyTermQualifier><ccts:PropertyTerm>Degrees</ccts:PropertyTerm><ccts:RepresentationTerm>Measure</ccts:RepresentationTerm><ccts:DataType>Measure. Type</ccts:DataType></ccts:Component>
LatitudeDegreesMeasureTypepublic void setLatitudeDegreesMeasure(@Nullable LatitudeDegreesMeasureType value)
value - allowed object is
LatitudeDegreesMeasureType@Nullable public LatitudeMinutesMeasureType getLatitudeMinutesMeasure()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Location Coordinate. Latitude_ Minutes. Measure</ccts:DictionaryEntryName><ccts:Definition>The minutes component of a latitude measured in degrees and minutes (modulo 60).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Location Coordinate</ccts:ObjectClass><ccts:PropertyTermQualifier>Latitude</ccts:PropertyTermQualifier><ccts:PropertyTerm>Minutes</ccts:PropertyTerm><ccts:RepresentationTerm>Measure</ccts:RepresentationTerm><ccts:DataType>Measure. Type</ccts:DataType></ccts:Component>
LatitudeMinutesMeasureTypepublic void setLatitudeMinutesMeasure(@Nullable LatitudeMinutesMeasureType value)
value - allowed object is
LatitudeMinutesMeasureType@Nullable public LatitudeDirectionCodeType getLatitudeDirectionCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Location Coordinate. Latitude Direction Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the direction of latitude measurement from the equator (north or south).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Location Coordinate</ccts:ObjectClass><ccts:PropertyTerm>Latitude Direction Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataTypeQualifier>Latitude Direction</ccts:DataTypeQualifier><ccts:DataType>Latitude Direction_ Code. Type</ccts:DataType></ccts:Component>
LatitudeDirectionCodeTypepublic void setLatitudeDirectionCode(@Nullable LatitudeDirectionCodeType value)
value - allowed object is
LatitudeDirectionCodeType@Nullable public LongitudeDegreesMeasureType getLongitudeDegreesMeasure()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Location Coordinate. Longitude_ Degrees. Measure</ccts:DictionaryEntryName><ccts:Definition>The degree component of a longitude measured in degrees and minutes.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Location Coordinate</ccts:ObjectClass><ccts:PropertyTermQualifier>Longitude</ccts:PropertyTermQualifier><ccts:PropertyTerm>Degrees</ccts:PropertyTerm><ccts:RepresentationTerm>Measure</ccts:RepresentationTerm><ccts:DataType>Measure. Type</ccts:DataType></ccts:Component>
LongitudeDegreesMeasureTypepublic void setLongitudeDegreesMeasure(@Nullable LongitudeDegreesMeasureType value)
value - allowed object is
LongitudeDegreesMeasureType@Nullable public LongitudeMinutesMeasureType getLongitudeMinutesMeasure()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Location Coordinate. Longitude_ Minutes. Measure</ccts:DictionaryEntryName><ccts:Definition>The minutes component of a longitude measured in degrees and minutes (modulo 60).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Location Coordinate</ccts:ObjectClass><ccts:PropertyTermQualifier>Longitude</ccts:PropertyTermQualifier><ccts:PropertyTerm>Minutes</ccts:PropertyTerm><ccts:RepresentationTerm>Measure</ccts:RepresentationTerm><ccts:DataType>Measure. Type</ccts:DataType></ccts:Component>
LongitudeMinutesMeasureTypepublic void setLongitudeMinutesMeasure(@Nullable LongitudeMinutesMeasureType value)
value - allowed object is
LongitudeMinutesMeasureType@Nullable public LongitudeDirectionCodeType getLongitudeDirectionCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Location Coordinate. Longitude Direction Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the direction of longitude measurement from the prime meridian (east or west).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Location Coordinate</ccts:ObjectClass><ccts:PropertyTerm>Longitude Direction Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataTypeQualifier>Longitude Direction</ccts:DataTypeQualifier><ccts:DataType>Longitude Direction_ Code. Type</ccts:DataType></ccts:Component>
LongitudeDirectionCodeTypepublic void setLongitudeDirectionCode(@Nullable LongitudeDirectionCodeType value)
value - allowed object is
LongitudeDirectionCodeType@Nullable public AltitudeMeasureType getAltitudeMeasure()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Location Coordinate. Altitude. Measure</ccts:DictionaryEntryName><ccts:Definition>The altitude of the location.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Location Coordinate</ccts:ObjectClass><ccts:PropertyTerm>Altitude</ccts:PropertyTerm><ccts:RepresentationTerm>Measure</ccts:RepresentationTerm><ccts:DataType>Measure. Type</ccts:DataType></ccts:Component>
AltitudeMeasureTypepublic void setAltitudeMeasure(@Nullable AltitudeMeasureType value)
value - allowed object is
AltitudeMeasureTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull LocationCoordinateType 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 LocationCoordinateType clone()
@Nonnull public CoordinateSystemCodeType setCoordinateSystemCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LatitudeDirectionCodeType setLatitudeDirectionCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LongitudeDirectionCodeType setLongitudeDirectionCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LatitudeDegreesMeasureType setLatitudeDegreesMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LatitudeMinutesMeasureType setLatitudeMinutesMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LongitudeDegreesMeasureType setLongitudeDegreesMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LongitudeMinutesMeasureType setLongitudeMinutesMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public AltitudeMeasureType setAltitudeMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getCoordinateSystemCodeValue()
null@Nullable public BigDecimal getLatitudeDegreesMeasureValue()
null@Nullable public BigDecimal getLatitudeMinutesMeasureValue()
null@Nullable public String getLatitudeDirectionCodeValue()
null@Nullable public BigDecimal getLongitudeDegreesMeasureValue()
null@Nullable public BigDecimal getLongitudeMinutesMeasureValue()
null@Nullable public String getLongitudeDirectionCodeValue()
null@Nullable public BigDecimal getAltitudeMeasureValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.