123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- namespace Wayne.FDCPOSLibrary
- {
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlRootAttribute(ElementName = "FDCMessage", Namespace = "")]
- public partial class FDCMessageCurrentFuellingStatus : FDCMessage
- {
- private FDCMessageFDCdataCurrentFuellingStatus[] fDCdataField;
- [System.Xml.Serialization.XmlElementAttribute("FDCdata", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public FDCMessageFDCdataCurrentFuellingStatus[] FDCdata
- {
- get
- {
- return this.fDCdataField;
- }
- set
- {
- this.fDCdataField = value;
- }
- }
- public FDCMessageCurrentFuellingStatus()
- {
- this.MessageType = "CurrentFuellingStatus";
- }
- }
- [System.SerializableAttribute()]
- public partial class FDCMessageFDCdataCurrentFuellingStatus
- {
- private string FDCTimeStampField;
- private FDCMessageDeviceClassCurrentFuellingStatus[] DeviceClassField;
- //private FDCMessageDeviceClass[] DeviceClassField;
-
-
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string FDCTimeStamp
- {
- get
- {
- return this.FDCTimeStampField;
- }
- set
- {
- this.FDCTimeStampField = value;
- }
- }
-
- [System.Xml.Serialization.XmlElementAttribute("DeviceClass", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public FDCMessageDeviceClassCurrentFuellingStatus[] DeviceClass
- //public FDCMessageDeviceClass[] DeviceClass
- {
- get
- {
- return this.DeviceClassField;
- }
- set
- {
- this.DeviceClassField = value;
- }
- }
- }
- [System.SerializableAttribute()]
- public partial class FDCMessageDeviceClassCurrentFuellingStatus
- {
- private string TypeField;
- private string DeviceIdField;
- private string PumpNoField;
- private string TransactionNoField; // v03 field
- private string TransactionSeqNoField; // v05 and next field
- private FuelModeElementClass FuelModeField;
- private string CurrentAmountField; // v03 field
- private string CurrentVolumeField; // v03 field
- private string CurrentNozzleNoField; // v03 field
- private string CurrentUnitPriceField; // v03 field
- private string AmountField;
- private string VolumeField;
- private string NozzleNoField;
- private string UnitPriceField;
- private string ReleaseTokenField;
- private string VolumeProduct1Field;
- private string VolumeProduct2Field;
- private string Product1NoField;
- private string Product2NoField;
- private string BlendRatioField;
-
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public string Type
- {
- get
- {
- return this.TypeField;
- }
- set
- {
- this.TypeField = value;
- }
- }
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public string DeviceID
- {
- get
- {
- return this.DeviceIdField;
- }
- set
- {
- this.DeviceIdField = value;
- }
- }
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public string PumpNo
- {
- get
- {
- return this.PumpNoField;
- }
- set
- {
- this.PumpNoField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string TransactionNo
- {
- get
- {
- return this.TransactionNoField;
- }
- set
- {
- this.TransactionNoField = value;
- }
- }
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public string TransactionSeqNo
- {
- get
- {
- return this.TransactionSeqNoField;
- }
- set
- {
- this.TransactionSeqNoField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute("FuelMode", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public FuelModeElementClass FuelMode
- {
- get
- {
- return this.FuelModeField;
- }
- set
- {
- this.FuelModeField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CurrentAmount
- {
- get
- {
- return this.CurrentAmountField;
- }
- set
- {
- this.CurrentAmountField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CurrentVolume
- {
- get
- {
- return this.CurrentVolumeField;
- }
- set
- {
- this.CurrentVolumeField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CurrentNozzleNo
- {
- get
- {
- return this.CurrentNozzleNoField;
- }
- set
- {
- this.CurrentNozzleNoField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string CurrentUnitPrice
- {
- get
- {
- return this.CurrentUnitPriceField;
- }
- set
- {
- this.CurrentUnitPriceField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string Amount
- {
- get
- {
- return this.AmountField;
- }
- set
- {
- this.AmountField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string Volume
- {
- get
- {
- return this.VolumeField;
- }
- set
- {
- this.VolumeField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string NozzleNo
- {
- get
- {
- return this.NozzleNoField;
- }
- set
- {
- this.NozzleNoField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string UnitPrice
- {
- get
- {
- return this.UnitPriceField;
- }
- set
- {
- this.UnitPriceField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string ReleaseToken
- {
- get
- {
- return this.ReleaseTokenField;
- }
- set
- {
- this.ReleaseTokenField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string VolumeProduct1
- {
- get
- {
- return this.VolumeProduct1Field;
- }
- set
- {
- this.VolumeProduct1Field = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string VolumeProduct2
- {
- get
- {
- return this.VolumeProduct2Field;
- }
- set
- {
- this.VolumeProduct2Field = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string Product1No
- {
- get
- {
- return this.Product1NoField;
- }
- set
- {
- this.Product1NoField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string Product2No
- {
- get
- {
- return this.Product2NoField;
- }
- set
- {
- this.Product2NoField = value;
- }
- }
- [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
- public string BlendRatio
- {
- get
- {
- return this.BlendRatioField;
- }
- set
- {
- this.BlendRatioField = value;
- }
- }
- }
- }
|