Package uk.org.siri.siri14
Class AnnotatedDirectionStructure
- java.lang.Object
-
- uk.org.siri.siri14.AnnotatedDirectionStructure
-
- All Implemented Interfaces:
Serializable
public class AnnotatedDirectionStructure extends Object implements Serializable
Type for Direction and name description.Java class for AnnotatedDirectionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotatedDirectionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AnnotatedDirectionRef" type="{http://www.siri.org.uk/siri}DirectionRefStructure"/> <element name="DirectionName" 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 DirectionRefStructureannotatedDirectionRefprotected NaturalLanguageStringStructuredirectionName
-
Constructor Summary
Constructors Constructor Description AnnotatedDirectionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectionRefStructuregetAnnotatedDirectionRef()Gets the value of the annotatedDirectionRef property.NaturalLanguageStringStructuregetDirectionName()Gets the value of the directionName property.voidsetAnnotatedDirectionRef(DirectionRefStructure value)Sets the value of the annotatedDirectionRef property.voidsetDirectionName(NaturalLanguageStringStructure value)Sets the value of the directionName property.
-
-
-
Field Detail
-
annotatedDirectionRef
protected DirectionRefStructure annotatedDirectionRef
-
directionName
protected NaturalLanguageStringStructure directionName
-
-
Method Detail
-
getAnnotatedDirectionRef
public DirectionRefStructure getAnnotatedDirectionRef()
Gets the value of the annotatedDirectionRef property.- Returns:
- possible object is
DirectionRefStructure
-
setAnnotatedDirectionRef
public void setAnnotatedDirectionRef(DirectionRefStructure value)
Sets the value of the annotatedDirectionRef 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
-
-