Class PublishToWebAction

  • All Implemented Interfaces:
    Serializable

    public class PublishToWebAction
    extends ParameterisedActionStructure
    implements Serializable
    Type for Action Publish SITUATION To Web.

    Java class for PublishToWebActionStructure complex type.

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

     <complexType name="PublishToWebActionStructure">
       <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"/>
             <element name="Ticker" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="SocialNetwork" type="{http://www.w3.org/2001/XMLSchema}normalizedString" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PublishToWebAction

        public PublishToWebAction()
    • 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
      • isTicker

        public Boolean isTicker()
        Gets the value of the ticker property.
        Returns:
        possible object is Boolean
      • setTicker

        public void setTicker​(Boolean value)
        Sets the value of the ticker property.
        Parameters:
        value - allowed object is Boolean
      • getSocialNetworks

        public List<String> getSocialNetworks()
        Gets the value of the socialNetworks 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 socialNetworks property.

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

            getSocialNetworks().add(newItem);
         

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