Package uk.org.siri.siri14
Class Destination
- java.lang.Object
-
- uk.org.siri.siri14.Destination
-
- All Implemented Interfaces:
Serializable
public class Destination extends Object implements Serializable
Type for Destination and name type.Java class for AnnotatedDestinationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotatedDestinationStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DestinationRef" type="{http://www.siri.org.uk/siri}DestinationRefStructure"/> <element name="PlaceName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DestinationRefdestinationRefprotected NaturalLanguageStringStructureplaceName
-
Constructor Summary
Constructors Constructor Description Destination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationRefgetDestinationRef()Gets the value of the destinationRef property.NaturalLanguageStringStructuregetPlaceName()Gets the value of the placeName property.voidsetDestinationRef(DestinationRef value)Sets the value of the destinationRef property.voidsetPlaceName(NaturalLanguageStringStructure value)Sets the value of the placeName property.
-
-
-
Field Detail
-
destinationRef
protected DestinationRef destinationRef
-
placeName
protected NaturalLanguageStringStructure placeName
-
-
Method Detail
-
getDestinationRef
public DestinationRef getDestinationRef()
Gets the value of the destinationRef property.- Returns:
- possible object is
DestinationRef
-
setDestinationRef
public void setDestinationRef(DestinationRef value)
Sets the value of the destinationRef property.- Parameters:
value- allowed object isDestinationRef
-
getPlaceName
public NaturalLanguageStringStructure getPlaceName()
Gets the value of the placeName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setPlaceName
public void setPlaceName(NaturalLanguageStringStructure value)
Sets the value of the placeName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
-