Package uk.org.siri.siri10
Class DirectionStructure
- java.lang.Object
-
- uk.org.siri.siri10.DirectionStructure
-
- All Implemented Interfaces:
Serializable
public class DirectionStructure extends Object implements Serializable
Response with Lines available to make requests.Java class for DirectionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DirectionRef" type="{http://www.siri.org.uk/}DirectionRefStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="DirectionName" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NaturalLanguageStringStructuredirectionNameprotected List<DirectionRefStructure>directionRef
-
Constructor Summary
Constructors Constructor Description DirectionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaturalLanguageStringStructuregetDirectionName()Gets the value of the directionName property.List<DirectionRefStructure>getDirectionRef()Gets the value of the directionRef property.voidsetDirectionName(NaturalLanguageStringStructure value)Sets the value of the directionName property.
-
-
-
Field Detail
-
directionRef
protected List<DirectionRefStructure> directionRef
-
directionName
protected NaturalLanguageStringStructure directionName
-
-
Method Detail
-
getDirectionRef
public List<DirectionRefStructure> getDirectionRef()
Gets the value of the directionRef 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 JAXB object. This is why there is not a
setmethod for the directionRef property.For example, to add a new item, do as follows:
getDirectionRef().add(newItem);Objects of the following type(s) are allowed in the list
DirectionRefStructure
-
getDirectionName
public NaturalLanguageStringStructure getDirectionName()
Gets the value of the directionName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDirectionName
public void setDirectionName(NaturalLanguageStringStructure value)
Sets the value of the directionName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
-