
public class ExportCSVDataRequestMsg extends Object implements Serializable
Java class for ExportCSVDataRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportCSVDataRequestMsg">
<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="URLs" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="range" type="{urn:org:miloss:fgsms:services:interfaces:automatedReportingService}TimeRangeDiff"/>
<element name="ExportType" type="{urn:org:miloss:fgsms:services:interfaces:reportingService}ExportRecordsEnum"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected ExportRecordsEnum |
exportType |
protected TimeRangeDiff |
range |
protected List<String> |
urLs |
| Constructor and Description |
|---|
ExportCSVDataRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
ExportRecordsEnum |
getExportType()
Gets the value of the exportType property.
|
TimeRangeDiff |
getRange()
Gets the value of the range property.
|
List<String> |
getURLs()
Gets the value of the urLs property.
|
boolean |
isSetClassification() |
boolean |
isSetExportType() |
boolean |
isSetRange() |
boolean |
isSetURLs() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setExportType(ExportRecordsEnum value)
Sets the value of the exportType property.
|
void |
setRange(TimeRangeDiff value)
Sets the value of the range property.
|
void |
unsetURLs() |
protected SecurityWrapper classification
protected TimeRangeDiff range
protected ExportRecordsEnum exportType
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public List<String> getURLs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the urLs property.
For example, to add a new item, do as follows:
getURLs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetURLs()
public void unsetURLs()
public TimeRangeDiff getRange()
TimeRangeDiffpublic void setRange(TimeRangeDiff value)
value - allowed object is
TimeRangeDiffpublic boolean isSetRange()
public ExportRecordsEnum getExportType()
ExportRecordsEnumpublic void setExportType(ExportRecordsEnum value)
value - allowed object is
ExportRecordsEnumpublic boolean isSetExportType()
Copyright © 2008–2017 MIL-OSS. All rights reserved.