Uses of Class
eu.datex2.siri21.schema._2_0rc1._2_0.TpegPoint
-
Packages that use TpegPoint Package Description eu.datex2.siri21.schema._2_0rc1._2_0 -
-
Uses of TpegPoint in eu.datex2.siri21.schema._2_0rc1._2_0
Subclasses of TpegPoint in eu.datex2.siri21.schema._2_0rc1._2_0 Modifier and Type Class Description classTpegJunctionJava class for TpegJunction complex type.classTpegNonJunctionPointJava class for TpegNonJunctionPoint complex type.Fields in eu.datex2.siri21.schema._2_0rc1._2_0 declared as TpegPoint Modifier and Type Field Description protected TpegPointTpegFramedPoint. fromprotected TpegPointTpegLinearLocation. fromprotected TpegPointTpegSimplePoint. pointprotected TpegPointTpegFramedPoint. toprotected TpegPointTpegLinearLocation. toMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return TpegPoint Modifier and Type Method Description TpegPointTpegFramedPoint. getFrom()Gets the value of the from property.TpegPointTpegLinearLocation. getFrom()Gets the value of the from property.TpegPointTpegSimplePoint. getPoint()Gets the value of the point property.TpegPointTpegFramedPoint. getTo()Gets the value of the to property.TpegPointTpegLinearLocation. getTo()Gets the value of the to property.Methods in eu.datex2.siri21.schema._2_0rc1._2_0 with parameters of type TpegPoint Modifier and Type Method Description voidTpegFramedPoint. setFrom(TpegPoint value)Sets the value of the from property.voidTpegLinearLocation. setFrom(TpegPoint value)Sets the value of the from property.voidTpegSimplePoint. setPoint(TpegPoint value)Sets the value of the point property.voidTpegFramedPoint. setTo(TpegPoint value)Sets the value of the to property.voidTpegLinearLocation. setTo(TpegPoint value)Sets the value of the to property.
-