Package uk.org.siri.siri13
Class Direction
- java.lang.Object
-
- uk.org.siri.siri13.Direction
-
- All Implemented Interfaces:
Serializable
public class Direction extends Object implements Serializable
Type for Drections affected.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/siri}DirectionRefStructure"/> <element name="DirectionName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NaturalLanguageStringStructuredirectionNameprotected DirectionRefStructuredirectionRef
-
Constructor Summary
Constructors Constructor Description Direction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaturalLanguageStringStructuregetDirectionName()Gets the value of the directionName property.DirectionRefStructuregetDirectionRef()Gets the value of the directionRef property.voidsetDirectionName(NaturalLanguageStringStructure value)Sets the value of the directionName property.voidsetDirectionRef(DirectionRefStructure value)Sets the value of the directionRef property.
-
-
-
Field Detail
-
directionRef
protected DirectionRefStructure directionRef
-
directionName
protected NaturalLanguageStringStructure directionName
-
-
Method Detail
-
getDirectionRef
public DirectionRefStructure getDirectionRef()
Gets the value of the directionRef property.- Returns:
- possible object is
DirectionRefStructure
-
setDirectionRef
public void setDirectionRef(DirectionRefStructure value)
Sets the value of the directionRef property.- Parameters:
value- allowed object isDirectionRefStructure
-
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
-
-