
public class GetAuditLogResponse 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="GetAuditLogResponse" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}GetAuditLogResponseMsg"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GetAuditLogResponseMsg |
getAuditLogResponse |
| Constructor and Description |
|---|
GetAuditLogResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetAuditLogResponseMsg |
getGetAuditLogResponse()
Gets the value of the getAuditLogResponse property.
|
boolean |
isSetGetAuditLogResponse() |
void |
setGetAuditLogResponse(GetAuditLogResponseMsg value)
Sets the value of the getAuditLogResponse property.
|
protected GetAuditLogResponseMsg getAuditLogResponse
public GetAuditLogResponseMsg getGetAuditLogResponse()
GetAuditLogResponseMsgpublic void setGetAuditLogResponse(GetAuditLogResponseMsg value)
value - allowed object is
GetAuditLogResponseMsgpublic boolean isSetGetAuditLogResponse()
Copyright © 2008–2017 MIL-OSS. All rights reserved.