Class D2LogicalModel
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.D2LogicalModel
-
- All Implemented Interfaces:
Serializable
public class D2LogicalModel extends Object implements Serializable
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_0RC1/2_0}Exchange"/> <element name="payloadPublication" type="{http://datex2.eu/schema/2_0RC1/2_0}PayloadPublication" minOccurs="0"/> <element name="d2LogicalModelExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> <attribute name="modelBaseVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="2.0RC1" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTyped2LogicalModelExtensionprotected Exchangeexchangeprotected StringmodelBaseVersionprotected PayloadPublicationpayloadPublication
-
Constructor Summary
Constructors Constructor Description D2LogicalModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetD2LogicalModelExtension()Gets the value of the d2LogicalModelExtension property.ExchangegetExchange()Gets the value of the exchange property.StringgetModelBaseVersion()Gets the value of the modelBaseVersion property.PayloadPublicationgetPayloadPublication()Gets the value of the payloadPublication property.voidsetD2LogicalModelExtension(ExtensionType value)Sets the value of the d2LogicalModelExtension property.voidsetExchange(Exchange value)Sets the value of the exchange property.voidsetModelBaseVersion(String value)Sets the value of the modelBaseVersion property.voidsetPayloadPublication(PayloadPublication value)Sets the value of the payloadPublication property.
-
-
-
Field Detail
-
exchange
protected Exchange exchange
-
payloadPublication
protected PayloadPublication payloadPublication
-
d2LogicalModelExtension
protected ExtensionType d2LogicalModelExtension
-
modelBaseVersion
protected String modelBaseVersion
-
-
Method Detail
-
getExchange
public Exchange getExchange()
Gets the value of the exchange property.- Returns:
- possible object is
Exchange
-
setExchange
public void setExchange(Exchange value)
Sets the value of the exchange property.- Parameters:
value- allowed object isExchange
-
getPayloadPublication
public PayloadPublication getPayloadPublication()
Gets the value of the payloadPublication property.- Returns:
- possible object is
PayloadPublication
-
setPayloadPublication
public void setPayloadPublication(PayloadPublication value)
Sets the value of the payloadPublication property.- Parameters:
value- allowed object isPayloadPublication
-
getD2LogicalModelExtension
public ExtensionType getD2LogicalModelExtension()
Gets the value of the d2LogicalModelExtension property.- Returns:
- possible object is
ExtensionType
-
setD2LogicalModelExtension
public void setD2LogicalModelExtension(ExtensionType value)
Sets the value of the d2LogicalModelExtension property.- Parameters:
value- allowed object isExtensionType
-
getModelBaseVersion
public String getModelBaseVersion()
Gets the value of the modelBaseVersion property.- Returns:
- possible object is
String
-
-