Package uk.org.siri.siri10
Class AnnotatedDestinationStructure
- java.lang.Object
-
- uk.org.siri.siri10.AnnotatedDestinationStructure
-
- All Implemented Interfaces:
Serializable
public class AnnotatedDestinationStructure 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/}DestinationRefStructure" maxOccurs="unbounded"/> <element name="PlaceName" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DestinationRefStructure>destinationRefprotected NaturalLanguageStringStructureplaceName
-
Constructor Summary
Constructors Constructor Description AnnotatedDestinationStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DestinationRefStructure>getDestinationRef()Gets the value of the destinationRef property.NaturalLanguageStringStructuregetPlaceName()Gets the value of the placeName property.voidsetPlaceName(NaturalLanguageStringStructure value)Sets the value of the placeName property.
-
-
-
Field Detail
-
destinationRef
protected List<DestinationRefStructure> destinationRef
-
placeName
protected NaturalLanguageStringStructure placeName
-
-
Method Detail
-
getDestinationRef
public List<DestinationRefStructure> getDestinationRef()
Gets the value of the destinationRef property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the destinationRef property.For example, to add a new item, do as follows:
getDestinationRef().add(newItem);Objects of the following type(s) are allowed in the list
DestinationRefStructure
-
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
-
-