Package uk.org.siri.siri13
Class PublishToWebAction
- java.lang.Object
-
- uk.org.siri.siri13.SimpleActionStructure
-
- uk.org.siri.siri13.ParameterisedActionStructure
-
- uk.org.siri.siri13.PublishToWebAction
-
- All Implemented Interfaces:
Serializable
public class PublishToWebAction extends ParameterisedActionStructure implements Serializable
Type for Action Publish situation To Web.Java class for PublishToWebActionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublishToWebActionStructure"> <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"/> <element name="Ticker" 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 Booleanincidentsprotected Booleanticker-
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 PublishToWebAction()
-
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.BooleanisTicker()Gets the value of the ticker property.voidsetHomePage(Boolean value)Sets the value of the homePage property.voidsetIncidents(Boolean value)Sets the value of the incidents property.voidsetTicker(Boolean value)Sets the value of the ticker 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
-
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
-
setHomePage
public void setHomePage(Boolean value)
Sets the value of the homePage property.- Parameters:
value- allowed object isBoolean
-
isTicker
public Boolean isTicker()
Gets the value of the ticker property.- Returns:
- possible object is
Boolean
-
-