1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
| //Generated by wsdl2apex
|
| public class OlympusCoJpCommonMessage {
| public class Response {
| public OlympusCoJpCommonMessage.LOG_element[] LOG;
| private String[] LOG_type_info = new String[]{'LOG','http://olympus.co.jp/common/message','LOG_element','0','-1','false'};
| private String[] apex_schema_type_info = new String[]{'http://olympus.co.jp/common/message','false','false'};
| private String[] field_order_type_info = new String[]{'LOG'};
| }
| public class Monitoring {
| public String Tag;
| public String Sender;
| public String Receiver;
| public String MessageType;
| public String MessageGroupNumber;
| public String NumberOfRecord;
| public String TransmissionDateTime;
| public String Text;
| private String[] Tag_type_info = new String[]{'Tag','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] Sender_type_info = new String[]{'Sender','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] Receiver_type_info = new String[]{'Receiver','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] MessageType_type_info = new String[]{'MessageType','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] MessageGroupNumber_type_info = new String[]{'MessageGroupNumber','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] NumberOfRecord_type_info = new String[]{'NumberOfRecord','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] TransmissionDateTime_type_info = new String[]{'TransmissionDateTime','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] Text_type_info = new String[]{'Text','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] apex_schema_type_info = new String[]{'http://olympus.co.jp/common/message','false','false'};
| private String[] field_order_type_info = new String[]{'Tag','Sender','Receiver','MessageType','MessageGroupNumber','NumberOfRecord','TransmissionDateTime','Text'};
| }
| public class LOG_element {
| public String BusinessDocumentProcessingResultCode;
| public String MaximumLogItemSeverityCode;
| public String Item;
| public String TypeID;
| public String SeverityCode;
| public String Note;
| public String WebURI;
| private String[] BusinessDocumentProcessingResultCode_type_info = new String[]{'BusinessDocumentProcessingResultCode','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] MaximumLogItemSeverityCode_type_info = new String[]{'MaximumLogItemSeverityCode','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] Item_type_info = new String[]{'Item','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] TypeID_type_info = new String[]{'TypeID','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] SeverityCode_type_info = new String[]{'SeverityCode','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] Note_type_info = new String[]{'Note','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] WebURI_type_info = new String[]{'WebURI','http://www.w3.org/2001/XMLSchema','string','0','1','false'};
| private String[] apex_schema_type_info = new String[]{'http://olympus.co.jp/common/message','false','false'};
| private String[] field_order_type_info = new String[]{'BusinessDocumentProcessingResultCode','MaximumLogItemSeverityCode','Item','TypeID','SeverityCode','Note','WebURI'};
| }
| }
|
|