Class PayloadEnumerations
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.PayloadEnumerations
-
- All Implemented Interfaces:
Serializable
public abstract class PayloadEnumerations extends Object implements Serializable
A collection of lists of enumeration values used throughout the DATEX II model.Java class for PayloadEnumerations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PayloadEnumerations"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="locationEnumerations" type="{http://datex2.eu/schema/1_0/1_0}LocationEnumerations" minOccurs="0"/> <element name="payloadEnumerationsExtension" 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 LocationEnumerationslocationEnumerationsprotected ExtensionTypepayloadEnumerationsExtension
-
Constructor Summary
Constructors Constructor Description PayloadEnumerations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationEnumerationsgetLocationEnumerations()Gets the value of the locationEnumerations property.ExtensionTypegetPayloadEnumerationsExtension()Gets the value of the payloadEnumerationsExtension property.voidsetLocationEnumerations(LocationEnumerations value)Sets the value of the locationEnumerations property.voidsetPayloadEnumerationsExtension(ExtensionType value)Sets the value of the payloadEnumerationsExtension property.
-
-
-
Field Detail
-
locationEnumerations
protected LocationEnumerations locationEnumerations
-
payloadEnumerationsExtension
protected ExtensionType payloadEnumerationsExtension
-
-
Method Detail
-
getLocationEnumerations
public LocationEnumerations getLocationEnumerations()
Gets the value of the locationEnumerations property.- Returns:
- possible object is
LocationEnumerations
-
setLocationEnumerations
public void setLocationEnumerations(LocationEnumerations value)
Sets the value of the locationEnumerations property.- Parameters:
value- allowed object isLocationEnumerations
-
getPayloadEnumerationsExtension
public ExtensionType getPayloadEnumerationsExtension()
Gets the value of the payloadEnumerationsExtension property.- Returns:
- possible object is
ExtensionType
-
setPayloadEnumerationsExtension
public void setPayloadEnumerationsExtension(ExtensionType value)
Sets the value of the payloadEnumerationsExtension property.- Parameters:
value- allowed object isExtensionType
-
-