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