Class ManagementDescriptiveData
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.ManagementDescriptiveData
-
- All Implemented Interfaces:
Serializable
public class ManagementDescriptiveData extends Object implements Serializable
General management information.Java class for ManagementDescriptiveData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagementDescriptiveData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="messageChain" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/> <element name="managementDescriptiveDataExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypemanagementDescriptiveDataExtensionprotected StringmessageChain
-
Constructor Summary
Constructors Constructor Description ManagementDescriptiveData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetManagementDescriptiveDataExtension()Gets the value of the managementDescriptiveDataExtension property.StringgetMessageChain()Gets the value of the messageChain property.voidsetManagementDescriptiveDataExtension(ExtensionType value)Sets the value of the managementDescriptiveDataExtension property.voidsetMessageChain(String value)Sets the value of the messageChain property.
-
-
-
Field Detail
-
messageChain
protected String messageChain
-
managementDescriptiveDataExtension
protected ExtensionType managementDescriptiveDataExtension
-
-
Method Detail
-
getMessageChain
public String getMessageChain()
Gets the value of the messageChain property.- Returns:
- possible object is
String
-
setMessageChain
public void setMessageChain(String value)
Sets the value of the messageChain property.- Parameters:
value- allowed object isString
-
getManagementDescriptiveDataExtension
public ExtensionType getManagementDescriptiveDataExtension()
Gets the value of the managementDescriptiveDataExtension property.- Returns:
- possible object is
ExtensionType
-
setManagementDescriptiveDataExtension
public void setManagementDescriptiveDataExtension(ExtensionType value)
Sets the value of the managementDescriptiveDataExtension property.- Parameters:
value- allowed object isExtensionType
-
-