Class PublishToDisplayAction

  • All Implemented Interfaces:
    Serializable

    public class PublishToDisplayAction
    extends ParameterisedActionStructure
    implements Serializable
    Type for Action Publish situation To Web.

    Java class for PublishToDisplayActionStructure complex type.

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

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

      • PublishToDisplayAction

        public PublishToDisplayAction()
    • Method Detail

      • isOnPlace

        public Boolean isOnPlace()
        Gets the value of the onPlace property.
        Returns:
        possible object is Boolean
      • setOnPlace

        public void setOnPlace​(Boolean value)
        Sets the value of the onPlace property.
        Parameters:
        value - allowed object is Boolean
      • isOnBoard

        public Boolean isOnBoard()
        Gets the value of the onBoard property.
        Returns:
        possible object is Boolean
      • setOnBoard

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