public class GetAuditLogRequestMsg extends Object implements Serializable
Java class for GetAuditLogRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetAuditLogRequestMsg"> <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="recordcount" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="offset" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected long |
offset |
protected long |
recordcount |
Constructor and Description |
---|
GetAuditLogRequestMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
long |
getOffset()
Gets the value of the offset property.
|
long |
getRecordcount()
Gets the value of the recordcount property.
|
boolean |
isSetClassification() |
boolean |
isSetOffset() |
boolean |
isSetRecordcount() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setOffset(long value)
Sets the value of the offset property.
|
void |
setRecordcount(long value)
Sets the value of the recordcount property.
|
protected SecurityWrapper classification
protected long recordcount
protected long offset
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public long getRecordcount()
public void setRecordcount(long value)
public boolean isSetRecordcount()
public long getOffset()
public void setOffset(long value)
public boolean isSetOffset()
Copyright © 2008–2017 MIL-OSS. All rights reserved.