Package uk.org.siri.siri21
Class PublishToWebAction
- java.lang.Object
-
- uk.org.siri.siri21.SimpleActionStructure
-
- uk.org.siri.siri21.ParameterisedActionStructure
-
- uk.org.siri.siri21.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"/> <element name="SocialNetwork" type="{http://www.w3.org/2001/XMLSchema}normalizedString" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanhomePageprotected Booleanincidentsprotected List<String>socialNetworksprotected Booleanticker-
Fields inherited from class uk.org.siri.siri21.ParameterisedActionStructure
actionDatas, description, publicationWindows
-
Fields inherited from class uk.org.siri.siri21.SimpleActionStructure
actionStatus
-
-
Constructor Summary
Constructors Constructor Description PublishToWebAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getSocialNetworks()Gets the value of the socialNetworks property.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.siri21.ParameterisedActionStructure
getActionDatas, getDescription, getPublicationWindows, setDescription
-
Methods inherited from class uk.org.siri.siri21.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
-
setTicker
public void setTicker(Boolean value)
Sets the value of the ticker property.- Parameters:
value- allowed object isBoolean
-
getSocialNetworks
public List<String> getSocialNetworks()
Gets the value of the socialNetworks property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the socialNetworks property.For example, to add a new item, do as follows:
getSocialNetworks().add(newItem);Objects of the following type(s) are allowed in the list
String
-
-