Class EstimatedTimetablePermissions

  • All Implemented Interfaces:
    Serializable

    public class EstimatedTimetablePermissions
    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/}PermissionsStructure">
           <sequence>
             <element name="EstimatedTimetablePermission" type="{http://www.siri.org.uk/}ConnectionServicePermissionStructure" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • EstimatedTimetablePermissions

        public EstimatedTimetablePermissions()
    • Method Detail

      • getEstimatedTimetablePermission

        public List<ConnectionServicePermissionStructure> getEstimatedTimetablePermission()
        Gets the value of the estimatedTimetablePermission 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 set method for the estimatedTimetablePermission property.

        For example, to add a new item, do as follows:

            getEstimatedTimetablePermission().add(newItem);
         

        Objects of the following type(s) are allowed in the list ConnectionServicePermissionStructure