public class D2LogicalModel extends Object
Java class for D2LogicalModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="D2LogicalModel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exchange" type="{http://datex2.eu/schema/2/2_0}Exchange"/>
<element name="payloadPublication" type="{http://datex2.eu/schema/2/2_0}PayloadPublication" minOccurs="0"/>
<element name="d2LogicalModelExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="modelBaseVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="2" />
<attribute name="extensionName" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="ParkingPublications" />
<attribute name="extensionVersion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="v1.0a" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
d2LogicalModelExtension |
protected Exchange |
exchange |
protected String |
extensionName |
protected String |
extensionVersion |
protected String |
modelBaseVersion |
protected PayloadPublication |
payloadPublication |
| Constructor and Description |
|---|
D2LogicalModel() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getD2LogicalModelExtension()
Gets the value of the d2LogicalModelExtension property.
|
Exchange |
getExchange()
Gets the value of the exchange property.
|
String |
getExtensionName()
Gets the value of the extensionName property.
|
String |
getExtensionVersion()
Gets the value of the extensionVersion property.
|
String |
getModelBaseVersion()
Gets the value of the modelBaseVersion property.
|
PayloadPublication |
getPayloadPublication()
Gets the value of the payloadPublication property.
|
void |
setD2LogicalModelExtension(ExtensionType value)
Sets the value of the d2LogicalModelExtension property.
|
void |
setExchange(Exchange value)
Sets the value of the exchange property.
|
void |
setExtensionName(String value)
Sets the value of the extensionName property.
|
void |
setExtensionVersion(String value)
Sets the value of the extensionVersion property.
|
void |
setModelBaseVersion(String value)
Sets the value of the modelBaseVersion property.
|
void |
setPayloadPublication(PayloadPublication value)
Sets the value of the payloadPublication property.
|
protected Exchange exchange
protected PayloadPublication payloadPublication
protected ExtensionType d2LogicalModelExtension
protected String modelBaseVersion
protected String extensionName
protected String extensionVersion
public Exchange getExchange()
Exchangepublic void setExchange(Exchange value)
value - allowed object is
Exchangepublic PayloadPublication getPayloadPublication()
PayloadPublicationpublic void setPayloadPublication(PayloadPublication value)
value - allowed object is
PayloadPublicationpublic ExtensionType getD2LogicalModelExtension()
ExtensionTypepublic void setD2LogicalModelExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic String getModelBaseVersion()
Stringpublic void setModelBaseVersion(String value)
value - allowed object is
Stringpublic String getExtensionName()
Stringpublic void setExtensionName(String value)
value - allowed object is
Stringpublic String getExtensionVersion()
StringCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.