Class AreaDestination
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.Destination
-
- eu.datex2.siri21.schema._2_0rc1._2_0.AreaDestination
-
- All Implemented Interfaces:
Serializable
public class AreaDestination extends Destination implements Serializable
Java class for AreaDestination complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AreaDestination"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Destination"> <sequence> <element name="area" type="{http://datex2.eu/schema/2_0RC1/2_0}Area"/> <element name="areaDestinationExtension" 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 Areaareaprotected ExtensionTypeareaDestinationExtension-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.Destination
destinationExtension
-
-
Constructor Summary
Constructors Constructor Description AreaDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreagetArea()Gets the value of the area property.ExtensionTypegetAreaDestinationExtension()Gets the value of the areaDestinationExtension property.voidsetArea(Area value)Sets the value of the area property.voidsetAreaDestinationExtension(ExtensionType value)Sets the value of the areaDestinationExtension property.-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.Destination
getDestinationExtension, setDestinationExtension
-
-
-
-
Field Detail
-
area
protected Area area
-
areaDestinationExtension
protected ExtensionType areaDestinationExtension
-
-
Method Detail
-
setArea
public void setArea(Area value)
Sets the value of the area property.- Parameters:
value- allowed object isArea
-
getAreaDestinationExtension
public ExtensionType getAreaDestinationExtension()
Gets the value of the areaDestinationExtension property.- Returns:
- possible object is
ExtensionType
-
setAreaDestinationExtension
public void setAreaDestinationExtension(ExtensionType value)
Sets the value of the areaDestinationExtension property.- Parameters:
value- allowed object isExtensionType
-
-