Class GeneralMessage

  • All Implemented Interfaces:
    Serializable

    public class GeneralMessage
    extends AbstractIdentifiedItemStructure
    implements Serializable
    Type for an Info Message. @formatRef.

    Java class for InfoMessageStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="InfoMessageStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractIdentifiedItemStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}InfoMessageGroup"/>
             <element name="ValidUntilTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}SituationRef" minOccurs="0"/>
             <element name="Content" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
           </sequence>
           <attribute name="formatRef" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • GeneralMessage

        public GeneralMessage()
    • Method Detail

      • getInfoMessageVersion

        public BigInteger getInfoMessageVersion()
        Gets the value of the infoMessageVersion property.
        Returns:
        possible object is BigInteger
      • setInfoMessageVersion

        public void setInfoMessageVersion​(BigInteger value)
        Sets the value of the infoMessageVersion property.
        Parameters:
        value - allowed object is BigInteger
      • getValidUntilTime

        public ZonedDateTime getValidUntilTime()
        Gets the value of the validUntilTime property.
        Returns:
        possible object is String
      • setValidUntilTime

        public void setValidUntilTime​(ZonedDateTime value)
        Sets the value of the validUntilTime property.
        Parameters:
        value - allowed object is String
      • getSituationRef

        public SituationRef getSituationRef()
        Gets the value of the situationRef property.
        Returns:
        possible object is SituationRef
      • setSituationRef

        public void setSituationRef​(SituationRef value)
        Sets the value of the situationRef property.
        Parameters:
        value - allowed object is SituationRef
      • getContent

        public Object getContent()
        Gets the value of the content property.
        Returns:
        possible object is Object
      • setContent

        public void setContent​(Object value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is Object
      • getFormatRef

        public String getFormatRef()
        Gets the value of the formatRef property.
        Returns:
        possible object is String
      • setFormatRef

        public void setFormatRef​(String value)
        Sets the value of the formatRef property.
        Parameters:
        value - allowed object is String