public class GPOGeographicalPosition extends Object
Java class for GPO-GeographicalPosition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GPO-GeographicalPosition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6029" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6029-GeographicalPositionCodeQualifier"/>
<element name="E6000" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6000-LatitudeDegree" minOccurs="0"/>
<element name="E6002" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6002-LongitudeDegree" minOccurs="0"/>
<element name="E6096" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6096-Altitude" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GPOGeographicalPosition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE6000()
Gets the value of the e6000 property.
|
String |
getE6002()
Gets the value of the e6002 property.
|
String |
getE6029()
Gets the value of the e6029 property.
|
BigDecimal |
getE6096()
Gets the value of the e6096 property.
|
void |
setE6000(String value)
Sets the value of the e6000 property.
|
void |
setE6002(String value)
Sets the value of the e6002 property.
|
void |
setE6029(String value)
Sets the value of the e6029 property.
|
void |
setE6096(BigDecimal value)
Sets the value of the e6096 property.
|
GPOGeographicalPosition |
withE6000(String value) |
GPOGeographicalPosition |
withE6002(String value) |
GPOGeographicalPosition |
withE6029(String value) |
GPOGeographicalPosition |
withE6096(BigDecimal value) |
public String getE6029()
Stringpublic void setE6029(String value)
value - allowed object is
Stringpublic String getE6000()
Stringpublic void setE6000(String value)
value - allowed object is
Stringpublic String getE6002()
Stringpublic void setE6002(String value)
value - allowed object is
Stringpublic BigDecimal getE6096()
BigDecimalpublic void setE6096(BigDecimal value)
value - allowed object is
BigDecimalpublic GPOGeographicalPosition withE6029(String value)
public GPOGeographicalPosition withE6000(String value)
public GPOGeographicalPosition withE6002(String value)
public GPOGeographicalPosition withE6096(BigDecimal value)
Copyright © 2020. All rights reserved.