Class NotifyByPagerAction

  • All Implemented Interfaces:
    Serializable

    public class NotifyByPagerAction
    extends PushedActionStructure
    implements Serializable
    Type for Notify user by Pager.

    Java class for NotifyByPagerActionStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="NotifyByPagerActionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}PushedActionStructure">
           <sequence>
             <element name="PagerGroupRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="Pager" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • pagerGroupRef

        protected String pagerGroupRef
      • pager

        protected String pager
    • Constructor Detail

      • NotifyByPagerAction

        public NotifyByPagerAction()
    • Method Detail

      • getPagerGroupRef

        public String getPagerGroupRef()
        Gets the value of the pagerGroupRef property.
        Returns:
        possible object is String
      • setPagerGroupRef

        public void setPagerGroupRef​(String value)
        Sets the value of the pagerGroupRef property.
        Parameters:
        value - allowed object is String
      • getPager

        public String getPager()
        Gets the value of the pager property.
        Returns:
        possible object is String
      • setPager

        public void setPager​(String value)
        Sets the value of the pager property.
        Parameters:
        value - allowed object is String