Package uk.org.siri.siri14
Class LinePermissionStructure
- java.lang.Object
-
- uk.org.siri.siri14.AbstractTopicPermissionStructure
-
- uk.org.siri.siri14.LinePermissionStructure
-
- All Implemented Interfaces:
Serializable
public class LinePermissionStructure extends AbstractTopicPermissionStructure implements Serializable
Type for Line Permission.Java class for LinePermissionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinePermissionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractTopicPermissionStructure"> <sequence> <element name="LineRef" type="{http://www.siri.org.uk/siri}LineRefStructure"/> <element name="DirectionRef" type="{http://www.siri.org.uk/siri}DirectionRefStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DirectionRefStructure>directionRevesprotected LineReflineRef-
Fields inherited from class uk.org.siri.siri14.AbstractTopicPermissionStructure
allow
-
-
Constructor Summary
Constructors Constructor Description LinePermissionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DirectionRefStructure>getDirectionReves()Gets the value of the directionReves property.LineRefgetLineRef()Gets the value of the lineRef property.voidsetLineRef(LineRef value)Sets the value of the lineRef property.-
Methods inherited from class uk.org.siri.siri14.AbstractTopicPermissionStructure
isAllow, setAllow
-
-
-
-
Field Detail
-
lineRef
protected LineRef lineRef
-
directionReves
protected List<DirectionRefStructure> directionReves
-
-
Method Detail
-
getLineRef
public LineRef getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRef
-
setLineRef
public void setLineRef(LineRef value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRef
-
getDirectionReves
public List<DirectionRefStructure> getDirectionReves()
Gets the value of the directionReves 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 directionReves property.For example, to add a new item, do as follows:
getDirectionReves().add(newItem);Objects of the following type(s) are allowed in the list
DirectionRefStructure
-
-