Package uk.org.siri.siri13
Class DestinationStructure
- java.lang.Object
-
- uk.org.siri.siri13.DestinationStructure
-
- All Implemented Interfaces:
Serializable
public class DestinationStructure extends Object implements Serializable
Type for Information about a Destination.Java class for DestinationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DestinationStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DestinationRef" type="{http://www.siri.org.uk/siri}DestinationRefStructure"/> <element name="DestinationName" 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 NaturalLanguageStringStructuredestinationNameprotected DestinationRefdestinationRef
-
Constructor Summary
Constructors Constructor Description DestinationStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaturalLanguageStringStructuregetDestinationName()Gets the value of the destinationName property.DestinationRefgetDestinationRef()Gets the value of the destinationRef property.voidsetDestinationName(NaturalLanguageStringStructure value)Sets the value of the destinationName property.voidsetDestinationRef(DestinationRef value)Sets the value of the destinationRef property.
-
-
-
Field Detail
-
destinationRef
protected DestinationRef destinationRef
-
destinationName
protected NaturalLanguageStringStructure destinationName
-
-
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
-
getDestinationName
public NaturalLanguageStringStructure getDestinationName()
Gets the value of the destinationName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDestinationName
public void setDestinationName(NaturalLanguageStringStructure value)
Sets the value of the destinationName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
-