Class MatrixSignSetting

  • All Implemented Interfaces:
    Serializable

    public class MatrixSignSetting
    extends SignSetting
    implements Serializable
    Details of a matrix sign and its displayed aspect.

    Java class for MatrixSignSetting complex type.

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

     <complexType name="MatrixSignSetting">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}SignSetting">
           <sequence>
             <element name="aspectDisplayed" type="{http://datex2.eu/schema/1_0/1_0}String"/>
             <element name="matrixFault" type="{http://datex2.eu/schema/1_0/1_0}MatrixFaultEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="matrixIdentifier" type="{http://datex2.eu/schema/1_0/1_0}String"/>
             <element name="matrixSignSettingExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • aspectDisplayed

        protected String aspectDisplayed
      • matrixIdentifier

        protected String matrixIdentifier
      • matrixSignSettingExtension

        protected ExtensionType matrixSignSettingExtension
    • Constructor Detail

      • MatrixSignSetting

        public MatrixSignSetting()
    • Method Detail

      • getAspectDisplayed

        public String getAspectDisplayed()
        Gets the value of the aspectDisplayed property.
        Returns:
        possible object is String
      • setAspectDisplayed

        public void setAspectDisplayed​(String value)
        Sets the value of the aspectDisplayed property.
        Parameters:
        value - allowed object is String
      • getMatrixFaults

        public List<MatrixFaultEnum> getMatrixFaults()
        Gets the value of the matrixFaults 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 matrixFaults property.

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

            getMatrixFaults().add(newItem);
         

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

      • getMatrixIdentifier

        public String getMatrixIdentifier()
        Gets the value of the matrixIdentifier property.
        Returns:
        possible object is String
      • setMatrixIdentifier

        public void setMatrixIdentifier​(String value)
        Sets the value of the matrixIdentifier property.
        Parameters:
        value - allowed object is String
      • getMatrixSignSettingExtension

        public ExtensionType getMatrixSignSettingExtension()
        Gets the value of the matrixSignSettingExtension property.
        Returns:
        possible object is ExtensionType
      • setMatrixSignSettingExtension

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