public class LocationCoordinateType extends Object implements Serializable
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Location Coordinate. Details</ccts:DictionaryEntryName><ccts:Definition>Information about physical (geographical) location.</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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LocationCoordinateType()
Default constructor
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
CoordinateSystemCodeType |
getCoordinateSystemCode()
<?
|
String |
getCoordinateSystemCodeValue()
Get the value of the contained CoordinateSystemCodeType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
LatitudeDegreesMeasureType |
getLatitudeDegreesMeasure()
<?
|
BigDecimal |
getLatitudeDegreesMeasureValue()
Get the value of the contained LatitudeDegreesMeasureType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
LatitudeDirectionCodeType |
getLatitudeDirectionCode()
<?
|
String |
getLatitudeDirectionCodeValue()
Get the value of the contained LatitudeDirectionCodeType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
LatitudeMinutesMeasureType |
getLatitudeMinutesMeasure()
<?
|
BigDecimal |
getLatitudeMinutesMeasureValue()
Get the value of the contained LatitudeMinutesMeasureType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
LongitudeDegreesMeasureType |
getLongitudeDegreesMeasure()
<?
|
BigDecimal |
getLongitudeDegreesMeasureValue()
Get the value of the contained LongitudeDegreesMeasureType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
LongitudeDirectionCodeType |
getLongitudeDirectionCode()
<?
|
String |
getLongitudeDirectionCodeValue()
Get the value of the contained LongitudeDirectionCodeType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
LongitudeMinutesMeasureType |
getLongitudeMinutesMeasure()
<?
|
BigDecimal |
getLongitudeMinutesMeasureValue()
Get the value of the contained LongitudeMinutesMeasureType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setCoordinateSystemCode(CoordinateSystemCodeType value)
Sets the value of the coordinateSystemCode property.
|
CoordinateSystemCodeType |
setCoordinateSystemCode(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
LatitudeDegreesMeasureType |
setLatitudeDegreesMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
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
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
LatitudeMinutesMeasureType |
setLatitudeMinutesMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setLatitudeMinutesMeasure(LatitudeMinutesMeasureType value)
Sets the value of the latitudeMinutesMeasure property.
|
LongitudeDegreesMeasureType |
setLongitudeDegreesMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
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
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
LongitudeMinutesMeasureType |
setLongitudeMinutesMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>An identifier for 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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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 measure of latitude in degrees.</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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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 measure of latitude in minutes.</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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>The direction of latitude measurement from the equator.</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: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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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 measure of longitude in degrees.</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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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 measure of longitude in minutes.</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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>The direction of longitude measurement from the meridian.</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:DataType>Longitude Direction_ Code. Type</ccts:DataType></ccts:Component>
LongitudeDirectionCodeTypepublic void setLongitudeDirectionCode(@Nullable LongitudeDirectionCodeType value)
value - allowed object is
LongitudeDirectionCodeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
@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 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@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()
nullCopyright © 2014 Philip Helger. All rights reserved.