public class D2LogicalModel
extends java.lang.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="LinearByCoordinates" />
<attribute name="extensionVersion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="0.3" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
d2LogicalModelExtension |
protected Exchange |
exchange |
protected java.lang.String |
extensionName |
protected java.lang.String |
extensionVersion |
static java.lang.String |
MODEL_BASE_VERSION |
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.
|
java.lang.String |
getExtensionName()
Gets the value of the extensionName property.
|
java.lang.String |
getExtensionVersion()
Gets the value of the extensionVersion 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(java.lang.String value)
Sets the value of the extensionName property.
|
void |
setExtensionVersion(java.lang.String value)
Sets the value of the extensionVersion property.
|
void |
setPayloadPublication(PayloadPublication value)
Sets the value of the payloadPublication property.
|
protected Exchange exchange
protected PayloadPublication payloadPublication
protected ExtensionType d2LogicalModelExtension
public static final java.lang.String MODEL_BASE_VERSION
protected java.lang.String extensionName
protected java.lang.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 java.lang.String getExtensionName()
Stringpublic void setExtensionName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExtensionVersion()
Stringpublic void setExtensionVersion(java.lang.String value)
value - allowed object is
String