Package uk.org.siri.siri13
Class PublishToTvAction
- java.lang.Object
-
- uk.org.siri.siri13.SimpleActionStructure
-
- uk.org.siri.siri13.ParameterisedActionStructure
-
- uk.org.siri.siri13.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
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanceefaxprotected Booleanteletext-
Fields inherited from class uk.org.siri.siri13.ParameterisedActionStructure
actionDatas, description
-
Fields inherited from class uk.org.siri.siri13.SimpleActionStructure
actionStatus
-
-
Constructor Summary
Constructors Constructor Description PublishToTvAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisCeefax()Gets the value of the ceefax property.BooleanisTeletext()Gets the value of the teletext property.voidsetCeefax(Boolean value)Sets the value of the ceefax property.voidsetTeletext(Boolean value)Sets the value of the teletext property.-
Methods inherited from class uk.org.siri.siri13.ParameterisedActionStructure
getActionDatas, getDescription, setDescription
-
Methods inherited from class uk.org.siri.siri13.SimpleActionStructure
getActionStatus, setActionStatus
-
-
-
-
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 isBoolean
-
isTeletext
public Boolean isTeletext()
Gets the value of the teletext property.- Returns:
- possible object is
Boolean
-
-