public class GetMessageLogsResponseMsg extends Object implements Serializable
Java class for GetMessageLogsResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMessageLogsResponseMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="TotalRecords" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="logs" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}ArrayOfTransactionLog"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected ArrayOfTransactionLog |
logs |
protected int |
totalRecords |
Constructor and Description |
---|
GetMessageLogsResponseMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
ArrayOfTransactionLog |
getLogs()
Gets the value of the logs property.
|
int |
getTotalRecords()
Gets the value of the totalRecords property.
|
boolean |
isSetClassification() |
boolean |
isSetLogs() |
boolean |
isSetTotalRecords() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setLogs(ArrayOfTransactionLog value)
Sets the value of the logs property.
|
void |
setTotalRecords(int value)
Sets the value of the totalRecords property.
|
protected SecurityWrapper classification
protected int totalRecords
protected ArrayOfTransactionLog logs
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public int getTotalRecords()
public void setTotalRecords(int value)
public boolean isSetTotalRecords()
public ArrayOfTransactionLog getLogs()
ArrayOfTransactionLog
public void setLogs(ArrayOfTransactionLog value)
value
- allowed object is
ArrayOfTransactionLog
public boolean isSetLogs()
Copyright © 2008–2017 MIL-OSS. All rights reserved.