Class TextualContentStructure
- java.lang.Object
-
- uk.org.siri.siri21.TextualContentStructure
-
- All Implemented Interfaces:
Serializable
public class TextualContentStructure extends Object implements Serializable
Java class for TextualContentStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextualContentStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TextualContentSize" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}ActionsGroup" minOccurs="0"/> <element name="SummaryContent" type="{http://www.siri.org.uk/siri}SummaryContentStructure"/> <element name="ReasonContent" type="{http://www.siri.org.uk/siri}ReasonContentStructure" minOccurs="0"/> <element name="DescriptionContent" type="{http://www.siri.org.uk/siri}DescriptionContentStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="ConsequenceContent" type="{http://www.siri.org.uk/siri}ConsequenceContentStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="RecommendationContent" type="{http://www.siri.org.uk/siri}RecommendationContentStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="DurationContent" type="{http://www.siri.org.uk/siri}DurationContentStructure" minOccurs="0"/> <element name="RemarkContent" type="{http://www.siri.org.uk/siri}RemarkContentStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="InfoLink" type="{http://www.siri.org.uk/siri}InfoLinkStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="Image" type="{http://www.siri.org.uk/siri}ImageStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="Internal" type="{http://www.siri.org.uk/siri}DefaultedTextStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TextualContentStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ConsequenceContentStructure>getConsequenceContents()Gets the value of the consequenceContents property.List<DescriptionContentStructure>getDescriptionContents()Gets the value of the descriptionContents property.DurationContentStructuregetDurationContent()Gets the value of the durationContent property.List<ImageStructure>getImages()Gets the value of the images property.List<InfoLinkStructure>getInfoLinks()Gets the value of the infoLinks property.List<DefaultedTextStructure>getInternals()Gets the value of the internals property.List<ManualAction>getManualActions()Gets the value of the manualActions property.List<NotifyByEmailAction>getNotifyByEmailActions()Gets the value of the notifyByEmailActions property.List<NotifyByPagerAction>getNotifyByPagerActions()Gets the value of the notifyByPagerActions property.List<NotifyBySmsAction>getNotifyBySmsActions()Gets the value of the notifyBySmsActions property.List<NotifyUserAction>getNotifyUserActions()Gets the value of the notifyUserActions property.List<PublishToAlertsAction>getPublishToAlertsActions()Gets the value of the publishToAlertsActions property.List<PublishToDisplayAction>getPublishToDisplayActions()Gets the value of the publishToDisplayActions property.List<PublishToMobileAction>getPublishToMobileActions()Gets the value of the publishToMobileActions property.List<PublishToTvAction>getPublishToTvActions()Gets the value of the publishToTvActions property.List<PublishToWebAction>getPublishToWebActions()Gets the value of the publishToWebActions property.ReasonContentStructuregetReasonContent()Gets the value of the reasonContent property.List<RecommendationContentStructure>getRecommendationContents()Gets the value of the recommendationContents property.List<RemarkContentStructure>getRemarkContents()Gets the value of the remarkContents property.SummaryContentStructuregetSummaryContent()Gets the value of the summaryContent property.List<String>getTextualContentSize()Gets the value of the textualContentSize property.voidsetDurationContent(DurationContentStructure value)Sets the value of the durationContent property.voidsetReasonContent(ReasonContentStructure value)Sets the value of the reasonContent property.voidsetSummaryContent(SummaryContentStructure value)Sets the value of the summaryContent property.
-
-
-
Field Detail
-
publishToWebActions
protected List<PublishToWebAction> publishToWebActions
-
publishToMobileActions
protected List<PublishToMobileAction> publishToMobileActions
-
publishToTvActions
protected List<PublishToTvAction> publishToTvActions
-
publishToAlertsActions
protected List<PublishToAlertsAction> publishToAlertsActions
-
publishToDisplayActions
protected List<PublishToDisplayAction> publishToDisplayActions
-
manualActions
protected List<ManualAction> manualActions
-
notifyByEmailActions
protected List<NotifyByEmailAction> notifyByEmailActions
-
notifyBySmsActions
protected List<NotifyBySmsAction> notifyBySmsActions
-
notifyByPagerActions
protected List<NotifyByPagerAction> notifyByPagerActions
-
notifyUserActions
protected List<NotifyUserAction> notifyUserActions
-
summaryContent
protected SummaryContentStructure summaryContent
-
reasonContent
protected ReasonContentStructure reasonContent
-
descriptionContents
protected List<DescriptionContentStructure> descriptionContents
-
consequenceContents
protected List<ConsequenceContentStructure> consequenceContents
-
recommendationContents
protected List<RecommendationContentStructure> recommendationContents
-
durationContent
protected DurationContentStructure durationContent
-
remarkContents
protected List<RemarkContentStructure> remarkContents
-
infoLinks
protected List<InfoLinkStructure> infoLinks
-
images
protected List<ImageStructure> images
-
internals
protected List<DefaultedTextStructure> internals
-
-
Method Detail
-
getTextualContentSize
public List<String> getTextualContentSize()
Gets the value of the textualContentSize 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 Jakarta XML Binding object. This is why there is not a
setmethod for the textualContentSize property.For example, to add a new item, do as follows:
getTextualContentSize().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getPublishToWebActions
public List<PublishToWebAction> getPublishToWebActions()
Gets the value of the publishToWebActions 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 Jakarta XML Binding object. This is why there is not a
setmethod for the publishToWebActions property.For example, to add a new item, do as follows:
getPublishToWebActions().add(newItem);Objects of the following type(s) are allowed in the list
PublishToWebAction
-
getPublishToMobileActions
public List<PublishToMobileAction> getPublishToMobileActions()
Gets the value of the publishToMobileActions 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 Jakarta XML Binding object. This is why there is not a
setmethod for the publishToMobileActions property.For example, to add a new item, do as follows:
getPublishToMobileActions().add(newItem);Objects of the following type(s) are allowed in the list
PublishToMobileAction
-
getPublishToTvActions
public List<PublishToTvAction> getPublishToTvActions()
Gets the value of the publishToTvActions 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 Jakarta XML Binding object. This is why there is not a
setmethod for the publishToTvActions property.For example, to add a new item, do as follows:
getPublishToTvActions().add(newItem);Objects of the following type(s) are allowed in the list
PublishToTvAction
-
getPublishToAlertsActions
public List<PublishToAlertsAction> getPublishToAlertsActions()
Gets the value of the publishToAlertsActions 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 Jakarta XML Binding object. This is why there is not a
setmethod for the publishToAlertsActions property.For example, to add a new item, do as follows:
getPublishToAlertsActions().add(newItem);Objects of the following type(s) are allowed in the list
PublishToAlertsAction
-
getPublishToDisplayActions
public List<PublishToDisplayAction> getPublishToDisplayActions()
Gets the value of the publishToDisplayActions 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 Jakarta XML Binding object. This is why there is not a
setmethod for the publishToDisplayActions property.For example, to add a new item, do as follows:
getPublishToDisplayActions().add(newItem);Objects of the following type(s) are allowed in the list
PublishToDisplayAction
-
getManualActions
public List<ManualAction> getManualActions()
Gets the value of the manualActions 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 Jakarta XML Binding object. This is why there is not a
setmethod for the manualActions property.For example, to add a new item, do as follows:
getManualActions().add(newItem);Objects of the following type(s) are allowed in the list
ManualAction
-
getNotifyByEmailActions
public List<NotifyByEmailAction> getNotifyByEmailActions()
Gets the value of the notifyByEmailActions 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 Jakarta XML Binding object. This is why there is not a
setmethod for the notifyByEmailActions property.For example, to add a new item, do as follows:
getNotifyByEmailActions().add(newItem);Objects of the following type(s) are allowed in the list
NotifyByEmailAction
-
getNotifyBySmsActions
public List<NotifyBySmsAction> getNotifyBySmsActions()
Gets the value of the notifyBySmsActions 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 Jakarta XML Binding object. This is why there is not a
setmethod for the notifyBySmsActions property.For example, to add a new item, do as follows:
getNotifyBySmsActions().add(newItem);Objects of the following type(s) are allowed in the list
NotifyBySmsAction
-
getNotifyByPagerActions
public List<NotifyByPagerAction> getNotifyByPagerActions()
Gets the value of the notifyByPagerActions 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 Jakarta XML Binding object. This is why there is not a
setmethod for the notifyByPagerActions property.For example, to add a new item, do as follows:
getNotifyByPagerActions().add(newItem);Objects of the following type(s) are allowed in the list
NotifyByPagerAction
-
getNotifyUserActions
public List<NotifyUserAction> getNotifyUserActions()
Gets the value of the notifyUserActions 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 Jakarta XML Binding object. This is why there is not a
setmethod for the notifyUserActions property.For example, to add a new item, do as follows:
getNotifyUserActions().add(newItem);Objects of the following type(s) are allowed in the list
NotifyUserAction
-
getSummaryContent
public SummaryContentStructure getSummaryContent()
Gets the value of the summaryContent property.- Returns:
- possible object is
SummaryContentStructure
-
setSummaryContent
public void setSummaryContent(SummaryContentStructure value)
Sets the value of the summaryContent property.- Parameters:
value- allowed object isSummaryContentStructure
-
getReasonContent
public ReasonContentStructure getReasonContent()
Gets the value of the reasonContent property.- Returns:
- possible object is
ReasonContentStructure
-
setReasonContent
public void setReasonContent(ReasonContentStructure value)
Sets the value of the reasonContent property.- Parameters:
value- allowed object isReasonContentStructure
-
getDescriptionContents
public List<DescriptionContentStructure> getDescriptionContents()
Gets the value of the descriptionContents 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 Jakarta XML Binding object. This is why there is not a
setmethod for the descriptionContents property.For example, to add a new item, do as follows:
getDescriptionContents().add(newItem);Objects of the following type(s) are allowed in the list
DescriptionContentStructure
-
getConsequenceContents
public List<ConsequenceContentStructure> getConsequenceContents()
Gets the value of the consequenceContents 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 Jakarta XML Binding object. This is why there is not a
setmethod for the consequenceContents property.For example, to add a new item, do as follows:
getConsequenceContents().add(newItem);Objects of the following type(s) are allowed in the list
ConsequenceContentStructure
-
getRecommendationContents
public List<RecommendationContentStructure> getRecommendationContents()
Gets the value of the recommendationContents 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 Jakarta XML Binding object. This is why there is not a
setmethod for the recommendationContents property.For example, to add a new item, do as follows:
getRecommendationContents().add(newItem);Objects of the following type(s) are allowed in the list
RecommendationContentStructure
-
getDurationContent
public DurationContentStructure getDurationContent()
Gets the value of the durationContent property.- Returns:
- possible object is
DurationContentStructure
-
setDurationContent
public void setDurationContent(DurationContentStructure value)
Sets the value of the durationContent property.- Parameters:
value- allowed object isDurationContentStructure
-
getRemarkContents
public List<RemarkContentStructure> getRemarkContents()
Gets the value of the remarkContents 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 Jakarta XML Binding object. This is why there is not a
setmethod for the remarkContents property.For example, to add a new item, do as follows:
getRemarkContents().add(newItem);Objects of the following type(s) are allowed in the list
RemarkContentStructure
-
getInfoLinks
public List<InfoLinkStructure> getInfoLinks()
Gets the value of the infoLinks 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 Jakarta XML Binding object. This is why there is not a
setmethod for the infoLinks property.For example, to add a new item, do as follows:
getInfoLinks().add(newItem);Objects of the following type(s) are allowed in the list
InfoLinkStructure
-
getImages
public List<ImageStructure> getImages()
Gets the value of the images 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 Jakarta XML Binding object. This is why there is not a
setmethod for the images property.For example, to add a new item, do as follows:
getImages().add(newItem);Objects of the following type(s) are allowed in the list
ImageStructure
-
getInternals
public List<DefaultedTextStructure> getInternals()
Gets the value of the internals 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 Jakarta XML Binding object. This is why there is not a
setmethod for the internals property.For example, to add a new item, do as follows:
getInternals().add(newItem);Objects of the following type(s) are allowed in the list
DefaultedTextStructure
-
-