Class PublishToAlertsAction

  • All Implemented Interfaces:
    Serializable

    public class PublishToAlertsAction
    extends PushedActionStructure
    implements Serializable
    Type for Action Publish situation To Alert Service.

    Java class for PublishToAlertsActionStructure complex type.

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

     <complexType name="PublishToAlertsActionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}PushedActionStructure">
           <sequence>
             <element name="ByEmail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="ByMobile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • byEmail

        protected Boolean byEmail
      • byMobile

        protected Boolean byMobile
    • Constructor Detail

      • PublishToAlertsAction

        public PublishToAlertsAction()
    • Method Detail

      • isByEmail

        public Boolean isByEmail()
        Gets the value of the byEmail property.
        Returns:
        possible object is Boolean
      • setByEmail

        public void setByEmail​(Boolean value)
        Sets the value of the byEmail property.
        Parameters:
        value - allowed object is Boolean
      • isByMobile

        public Boolean isByMobile()
        Gets the value of the byMobile property.
        Returns:
        possible object is Boolean
      • setByMobile

        public void setByMobile​(Boolean value)
        Sets the value of the byMobile property.
        Parameters:
        value - allowed object is Boolean