Class TpegSimplePoint
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.TpegPointLocation
-
- eu.datex2.siri21.schema._2_0rc1._2_0.TpegSimplePoint
-
- All Implemented Interfaces:
Serializable
public class TpegSimplePoint extends TpegPointLocation implements Serializable
Java class for TpegSimplePoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegSimplePoint"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TpegPointLocation"> <sequence> <element name="tpegSimplePointLocationType" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc01SimplePointLocationSubtypeEnum"/> <element name="point" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegPoint"/> <element name="tpegSimplePointExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected TpegPointpointprotected ExtensionTypetpegSimplePointExtensionprotected TpegLoc01SimplePointLocationSubtypeEnumtpegSimplePointLocationType-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.TpegPointLocation
tpegDirection, tpegPointLocationExtension
-
-
Constructor Summary
Constructors Constructor Description TpegSimplePoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TpegPointgetPoint()Gets the value of the point property.ExtensionTypegetTpegSimplePointExtension()Gets the value of the tpegSimplePointExtension property.TpegLoc01SimplePointLocationSubtypeEnumgetTpegSimplePointLocationType()Gets the value of the tpegSimplePointLocationType property.voidsetPoint(TpegPoint value)Sets the value of the point property.voidsetTpegSimplePointExtension(ExtensionType value)Sets the value of the tpegSimplePointExtension property.voidsetTpegSimplePointLocationType(TpegLoc01SimplePointLocationSubtypeEnum value)Sets the value of the tpegSimplePointLocationType property.-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.TpegPointLocation
getTpegDirection, getTpegPointLocationExtension, setTpegDirection, setTpegPointLocationExtension
-
-
-
-
Field Detail
-
tpegSimplePointLocationType
protected TpegLoc01SimplePointLocationSubtypeEnum tpegSimplePointLocationType
-
point
protected TpegPoint point
-
tpegSimplePointExtension
protected ExtensionType tpegSimplePointExtension
-
-
Method Detail
-
getTpegSimplePointLocationType
public TpegLoc01SimplePointLocationSubtypeEnum getTpegSimplePointLocationType()
Gets the value of the tpegSimplePointLocationType property.- Returns:
- possible object is
TpegLoc01SimplePointLocationSubtypeEnum
-
setTpegSimplePointLocationType
public void setTpegSimplePointLocationType(TpegLoc01SimplePointLocationSubtypeEnum value)
Sets the value of the tpegSimplePointLocationType property.- Parameters:
value- allowed object isTpegLoc01SimplePointLocationSubtypeEnum
-
getPoint
public TpegPoint getPoint()
Gets the value of the point property.- Returns:
- possible object is
TpegPoint
-
setPoint
public void setPoint(TpegPoint value)
Sets the value of the point property.- Parameters:
value- allowed object isTpegPoint
-
getTpegSimplePointExtension
public ExtensionType getTpegSimplePointExtension()
Gets the value of the tpegSimplePointExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegSimplePointExtension
public void setTpegSimplePointExtension(ExtensionType value)
Sets the value of the tpegSimplePointExtension property.- Parameters:
value- allowed object isExtensionType
-
-