public class Point extends NetworkLocation
Java class for Point complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Point"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}NetworkLocation"> <sequence> <element name="tpegPointLocation" type="{http://datex2.eu/schema/2/2_0}TpegPointLocation" minOccurs="0"/> <element name="alertCPoint" type="{http://datex2.eu/schema/2/2_0}AlertCPoint" minOccurs="0"/> <element name="pointAlongLinearElement" type="{http://datex2.eu/schema/2/2_0}PointAlongLinearElement" minOccurs="0"/> <element name="pointByCoordinates" type="{http://datex2.eu/schema/2/2_0}PointByCoordinates" minOccurs="0"/> <element name="pointExtension" type="{http://datex2.eu/schema/2/2_0}_PointExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AlertCPoint |
alertCPoint |
protected PointAlongLinearElement |
pointAlongLinearElement |
protected PointByCoordinates |
pointByCoordinates |
protected PointExtensionType |
pointExtension |
protected TpegPointLocation |
tpegPointLocation |
networkLocationExtension, supplementaryPositionalDescription
locationExtension, locationForDisplay
groupOfLocationsExtension
Constructor and Description |
---|
Point() |
Modifier and Type | Method and Description |
---|---|
AlertCPoint |
getAlertCPoint()
Gets the value of the alertCPoint property.
|
PointAlongLinearElement |
getPointAlongLinearElement()
Gets the value of the pointAlongLinearElement property.
|
PointByCoordinates |
getPointByCoordinates()
Gets the value of the pointByCoordinates property.
|
PointExtensionType |
getPointExtension()
Gets the value of the pointExtension property.
|
TpegPointLocation |
getTpegPointLocation()
Gets the value of the tpegPointLocation property.
|
void |
setAlertCPoint(AlertCPoint value)
Sets the value of the alertCPoint property.
|
void |
setPointAlongLinearElement(PointAlongLinearElement value)
Sets the value of the pointAlongLinearElement property.
|
void |
setPointByCoordinates(PointByCoordinates value)
Sets the value of the pointByCoordinates property.
|
void |
setPointExtension(PointExtensionType value)
Sets the value of the pointExtension property.
|
void |
setTpegPointLocation(TpegPointLocation value)
Sets the value of the tpegPointLocation property.
|
getNetworkLocationExtension, getSupplementaryPositionalDescription, setNetworkLocationExtension, setSupplementaryPositionalDescription
getLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplay
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected TpegPointLocation tpegPointLocation
protected AlertCPoint alertCPoint
protected PointAlongLinearElement pointAlongLinearElement
protected PointByCoordinates pointByCoordinates
protected PointExtensionType pointExtension
public TpegPointLocation getTpegPointLocation()
TpegPointLocation
public void setTpegPointLocation(TpegPointLocation value)
value
- allowed object is
TpegPointLocation
public AlertCPoint getAlertCPoint()
AlertCPoint
public void setAlertCPoint(AlertCPoint value)
value
- allowed object is
AlertCPoint
public PointAlongLinearElement getPointAlongLinearElement()
PointAlongLinearElement
public void setPointAlongLinearElement(PointAlongLinearElement value)
value
- allowed object is
PointAlongLinearElement
public PointByCoordinates getPointByCoordinates()
PointByCoordinates
public void setPointByCoordinates(PointByCoordinates value)
value
- allowed object is
PointByCoordinates
public PointExtensionType getPointExtension()
PointExtensionType
public void setPointExtension(PointExtensionType value)
value
- allowed object is
PointExtensionType