Class PublishToTvAction

  • All Implemented Interfaces:
    Serializable

    public class PublishToTvAction
    extends ParameterisedActionStructure
    implements Serializable
    Type for Notify SITUATION to Tv.

    Java class for PublishToTvActionStructure complex type.

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

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

      • PublishToTvAction

        public PublishToTvAction()
    • Method Detail

      • isCeefax

        public Boolean isCeefax()
        Gets the value of the ceefax property.
        Returns:
        possible object is Boolean
      • setCeefax

        public void setCeefax​(Boolean value)
        Sets the value of the ceefax property.
        Parameters:
        value - allowed object is Boolean
      • isTeletext

        public Boolean isTeletext()
        Gets the value of the teletext property.
        Returns:
        possible object is Boolean
      • setTeletext

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