Class Destination
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Destination
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AreaDestination,PointDestination
public abstract class Destination extends Object implements Serializable
Java class for Destination complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Destination"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="destinationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypedestinationExtension
-
Constructor Summary
Constructors Constructor Description Destination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetDestinationExtension()Gets the value of the destinationExtension property.voidsetDestinationExtension(ExtensionType value)Sets the value of the destinationExtension property.
-
-
-
Field Detail
-
destinationExtension
protected ExtensionType destinationExtension
-
-
Method Detail
-
getDestinationExtension
public ExtensionType getDestinationExtension()
Gets the value of the destinationExtension property.- Returns:
- possible object is
ExtensionType
-
setDestinationExtension
public void setDestinationExtension(ExtensionType value)
Sets the value of the destinationExtension property.- Parameters:
value- allowed object isExtensionType
-
-