public class GetMessageTransactionLogDetails extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="req" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}GetMessageTransactionLogDetailsMsg"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GetMessageTransactionLogDetailsMsg |
req |
Constructor and Description |
---|
GetMessageTransactionLogDetails() |
Modifier and Type | Method and Description |
---|---|
GetMessageTransactionLogDetailsMsg |
getReq()
Gets the value of the req property.
|
boolean |
isSetReq() |
void |
setReq(GetMessageTransactionLogDetailsMsg value)
Sets the value of the req property.
|
protected GetMessageTransactionLogDetailsMsg req
public GetMessageTransactionLogDetailsMsg getReq()
GetMessageTransactionLogDetailsMsg
public void setReq(GetMessageTransactionLogDetailsMsg value)
value
- allowed object is
GetMessageTransactionLogDetailsMsg
public boolean isSetReq()
Copyright © 2008–2017 MIL-OSS. All rights reserved.