Package uk.org.siri.siri14
Class PublishToMobileAction
- java.lang.Object
-
- uk.org.siri.siri14.SimpleActionStructure
-
- uk.org.siri.siri14.ParameterisedActionStructure
-
- uk.org.siri.siri14.PublishToMobileAction
-
- All Implemented Interfaces:
Serializable
public class PublishToMobileAction extends ParameterisedActionStructure implements Serializable
Type for Action Publish situation To DisplaysJava class for PublishToMobileActionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublishToMobileActionStructure"> <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"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanhomePageprotected Booleanincidents-
Fields inherited from class uk.org.siri.siri14.ParameterisedActionStructure
actionDatas, description
-
Fields inherited from class uk.org.siri.siri14.SimpleActionStructure
actionStatus
-
-
Constructor Summary
Constructors Constructor Description PublishToMobileAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisHomePage()Gets the value of the homePage property.BooleanisIncidents()Gets the value of the incidents property.voidsetHomePage(Boolean value)Sets the value of the homePage property.voidsetIncidents(Boolean value)Sets the value of the incidents property.-
Methods inherited from class uk.org.siri.siri14.ParameterisedActionStructure
getActionDatas, getDescription, setDescription
-
Methods inherited from class uk.org.siri.siri14.SimpleActionStructure
getActionStatus, setActionStatus
-
-
-
-
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 isBoolean
-
isHomePage
public Boolean isHomePage()
Gets the value of the homePage property.- Returns:
- possible object is
Boolean
-
-