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="DaV-MDM-MeasurementSites" /> <attribute name="extensionVersion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="00-01-00" /> </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 |
protected java.lang.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.
|
java.lang.String |
getExtensionName()
Gets the value of the extensionName property.
|
java.lang.String |
getExtensionVersion()
Gets the value of the extensionVersion property.
|
java.lang.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(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 |
setModelBaseVersion(java.lang.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 java.lang.String modelBaseVersion
protected java.lang.String extensionName
protected java.lang.String extensionVersion
public Exchange getExchange()
Exchange
public void setExchange(Exchange value)
value
- allowed object is
Exchange
public PayloadPublication getPayloadPublication()
PayloadPublication
public void setPayloadPublication(PayloadPublication value)
value
- allowed object is
PayloadPublication
public ExtensionType getD2LogicalModelExtension()
ExtensionType
public void setD2LogicalModelExtension(ExtensionType value)
value
- allowed object is
ExtensionType
public java.lang.String getModelBaseVersion()
String
public void setModelBaseVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExtensionName()
String
public void setExtensionName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExtensionVersion()
String
public void setExtensionVersion(java.lang.String value)
value
- allowed object is
String