Class 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
    • Constructor Detail

      • TextualContentStructure

        public TextualContentStructure()
    • 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 set method 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 set method 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 set method 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 set method 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 set method 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 set method 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 set method 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 set method 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 set method 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 set method 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 set method 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

      • 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 set method 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 set method 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 set method 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

      • 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 set method 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 set method 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 set method 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 set method 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