Class MatrixSignSetting
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.SituationRecord
-
- eu.datex2.siri21.schema._2_0rc1._2_0.OperatorAction
-
- eu.datex2.siri21.schema._2_0rc1._2_0.SignSetting
-
- eu.datex2.siri21.schema._2_0rc1._2_0.MatrixSignSetting
-
- All Implemented Interfaces:
Serializable
public class MatrixSignSetting extends SignSetting implements Serializable
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/2_0RC1/2_0}SignSetting"> <sequence> <element name="aspectDisplayed" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/> <element name="matrixFault" type="{http://datex2.eu/schema/2_0RC1/2_0}MatrixFaultEnum" maxOccurs="unbounded" minOccurs="0"/> <element name="matrixIdentifier" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/> <element name="matrixSignSettingExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaspectDisplayedprotected List<MatrixFaultEnum>matrixFaultsprotected StringmatrixIdentifierprotected ExtensionTypematrixSignSettingExtension-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.SignSetting
datexPictograms, pictogramList, pictogramListEntries, reasonForSetting, setBy, signAddress, signSettingExtension, timeLastSet
-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.OperatorAction
actionOrigin, operatorActionExtension, operatorActionStatus
-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.SituationRecord
cause, confidentialityOverride, generalPublicComments, groupOfLocations, id, impact, management, nonGeneralPublicComments, probabilityOfOccurrence, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersion, situationRecordVersionTime, source, urlLinks, validity
-
-
Constructor Summary
Constructors Constructor Description MatrixSignSetting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAspectDisplayed()Gets the value of the aspectDisplayed property.List<MatrixFaultEnum>getMatrixFaults()Gets the value of the matrixFaults property.StringgetMatrixIdentifier()Gets the value of the matrixIdentifier property.ExtensionTypegetMatrixSignSettingExtension()Gets the value of the matrixSignSettingExtension property.voidsetAspectDisplayed(String value)Sets the value of the aspectDisplayed property.voidsetMatrixIdentifier(String value)Sets the value of the matrixIdentifier property.voidsetMatrixSignSettingExtension(ExtensionType value)Sets the value of the matrixSignSettingExtension property.-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.SignSetting
getDatexPictograms, getPictogramList, getPictogramListEntries, getReasonForSetting, getSetBy, getSignAddress, getSignSettingExtension, getTimeLastSet, setPictogramList, setReasonForSetting, setSetBy, setSignAddress, setSignSettingExtension, setTimeLastSet
-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.OperatorAction
getActionOrigin, getOperatorActionExtension, getOperatorActionStatus, setActionOrigin, setOperatorActionExtension, setOperatorActionStatus
-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.SituationRecord
getCause, getConfidentialityOverride, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getManagement, getNonGeneralPublicComments, getProbabilityOfOccurrence, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersion, getSituationRecordVersionTime, getSource, getUrlLinks, getValidity, setCause, setConfidentialityOverride, setGroupOfLocations, setId, setImpact, setManagement, setProbabilityOfOccurrence, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersion, setSituationRecordVersionTime, setSource, setValidity
-
-
-
-
Field Detail
-
aspectDisplayed
protected String aspectDisplayed
-
matrixFaults
protected List<MatrixFaultEnum> matrixFaults
-
matrixIdentifier
protected String matrixIdentifier
-
matrixSignSettingExtension
protected ExtensionType matrixSignSettingExtension
-
-
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 isString
-
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
setmethod 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 isString
-
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 isExtensionType
-
-