Package uk.org.siri.siri13
Class PublishToDisplayAction
- java.lang.Object
-
- uk.org.siri.siri13.SimpleActionStructure
-
- uk.org.siri.siri13.ParameterisedActionStructure
-
- uk.org.siri.siri13.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
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanonBoardprotected BooleanonPlace-
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 PublishToDisplayAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisOnBoard()Gets the value of the onBoard property.BooleanisOnPlace()Gets the value of the onPlace property.voidsetOnBoard(Boolean value)Sets the value of the onBoard property.voidsetOnPlace(Boolean value)Sets the value of the onPlace 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
-
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 isBoolean
-
isOnBoard
public Boolean isOnBoard()
Gets the value of the onBoard property.- Returns:
- possible object is
Boolean
-
-