Class VariableMessageSignSetting

  • All Implemented Interfaces:
    Serializable

    public class VariableMessageSignSetting
    extends SignSetting
    implements Serializable
    Details of a variable message sign and its displayed information.

    Java class for VariableMessageSignSetting complex type.

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

     <complexType name="VariableMessageSignSetting">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}SignSetting">
           <sequence>
             <element name="numberOfCharacters" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/>
             <element name="numberOfRows" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/>
             <element name="vmsFault" type="{http://datex2.eu/schema/1_0/1_0}VMSFaultEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="vmsIdentifier" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
             <element name="vmsLegend" type="{http://datex2.eu/schema/1_0/1_0}String" maxOccurs="unbounded" minOccurs="0"/>
             <element name="vmsType" type="{http://datex2.eu/schema/1_0/1_0}VMSTypeEnum" minOccurs="0"/>
             <element name="variableMessageSignSettingExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • VariableMessageSignSetting

        public VariableMessageSignSetting()
    • Method Detail

      • getNumberOfCharacters

        public BigInteger getNumberOfCharacters()
        Gets the value of the numberOfCharacters property.
        Returns:
        possible object is BigInteger
      • setNumberOfCharacters

        public void setNumberOfCharacters​(BigInteger value)
        Sets the value of the numberOfCharacters property.
        Parameters:
        value - allowed object is BigInteger
      • getNumberOfRows

        public BigInteger getNumberOfRows()
        Gets the value of the numberOfRows property.
        Returns:
        possible object is BigInteger
      • setNumberOfRows

        public void setNumberOfRows​(BigInteger value)
        Sets the value of the numberOfRows property.
        Parameters:
        value - allowed object is BigInteger
      • getVmsFaults

        public List<VMSFaultEnum> getVmsFaults()
        Gets the value of the vmsFaults 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 set method for the vmsFaults property.

        For example, to add a new item, do as follows:

            getVmsFaults().add(newItem);
         

        Objects of the following type(s) are allowed in the list VMSFaultEnum

      • getVmsIdentifier

        public String getVmsIdentifier()
        Gets the value of the vmsIdentifier property.
        Returns:
        possible object is String
      • setVmsIdentifier

        public void setVmsIdentifier​(String value)
        Sets the value of the vmsIdentifier property.
        Parameters:
        value - allowed object is String
      • getVmsLegends

        public List<String> getVmsLegends()
        Gets the value of the vmsLegends 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 set method for the vmsLegends property.

        For example, to add a new item, do as follows:

            getVmsLegends().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getVmsType

        public VMSTypeEnum getVmsType()
        Gets the value of the vmsType property.
        Returns:
        possible object is VMSTypeEnum
      • setVmsType

        public void setVmsType​(VMSTypeEnum value)
        Sets the value of the vmsType property.
        Parameters:
        value - allowed object is VMSTypeEnum
      • getVariableMessageSignSettingExtension

        public ExtensionType getVariableMessageSignSettingExtension()
        Gets the value of the variableMessageSignSettingExtension property.
        Returns:
        possible object is ExtensionType
      • setVariableMessageSignSettingExtension

        public void setVariableMessageSignSettingExtension​(ExtensionType value)
        Sets the value of the variableMessageSignSettingExtension property.
        Parameters:
        value - allowed object is ExtensionType