Package uk.org.siri.siri13
Class SituationExchangePermissions
- java.lang.Object
-
- uk.org.siri.siri13.PermissionsStructure
-
- uk.org.siri.siri13.SituationExchangePermissions
-
- All Implemented Interfaces:
Serializable
public class SituationExchangePermissions extends PermissionsStructure implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.siri.org.uk/siri}PermissionsStructure"> <sequence> <element name="SituationExchangePermission" type="{http://www.siri.org.uk/siri}SituationExchangeServicePermissionStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<SituationExchangeServicePermissionStructure>situationExchangePermissions-
Fields inherited from class uk.org.siri.siri13.PermissionsStructure
permissionVersionRef
-
-
Constructor Summary
Constructors Constructor Description SituationExchangePermissions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SituationExchangeServicePermissionStructure>getSituationExchangePermissions()Gets the value of the situationExchangePermissions property.-
Methods inherited from class uk.org.siri.siri13.PermissionsStructure
getPermissionVersionRef, setPermissionVersionRef
-
-
-
-
Field Detail
-
situationExchangePermissions
protected List<SituationExchangeServicePermissionStructure> situationExchangePermissions
-
-
Method Detail
-
getSituationExchangePermissions
public List<SituationExchangeServicePermissionStructure> getSituationExchangePermissions()
Gets the value of the situationExchangePermissions 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 situationExchangePermissions property.For example, to add a new item, do as follows:
getSituationExchangePermissions().add(newItem);Objects of the following type(s) are allowed in the list
SituationExchangeServicePermissionStructure
-
-