Class InfoMessageStructure

  • All Implemented Interfaces:
    Serializable

    public class InfoMessageStructure
    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/}AbstractIdentifiedItemStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/}InfoMessageGroup"/>
             <element name="ValidUntilTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/}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

      • InfoMessageStructure

        public InfoMessageStructure()
    • 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
      • 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