Class PublishToMobileAction

  • All Implemented Interfaces:
    Serializable

    public class PublishToMobileAction
    extends ParameterisedActionStructure
    implements Serializable
    Type for Action Publish SITUATION To Displays.

    Java class for PublishToMobileActionStructure complex type.

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

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

      • incidents

        protected Boolean incidents
      • homePage

        protected Boolean homePage
    • Constructor Detail

      • PublishToMobileAction

        public PublishToMobileAction()
    • Method Detail

      • isIncidents

        public Boolean isIncidents()
        Gets the value of the incidents property.
        Returns:
        possible object is Boolean
      • setIncidents

        public void setIncidents​(Boolean value)
        Sets the value of the incidents property.
        Parameters:
        value - allowed object is Boolean
      • isHomePage

        public Boolean isHomePage()
        Gets the value of the homePage property.
        Returns:
        possible object is Boolean
      • setHomePage

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