public class ExportCSVDataRequestMsg extends Object
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="AllServices" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="URLs" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="range" type="{urn:org:miloss:fgsms:services:interfaces:common}TimeRange"/>
<element name="ExportType" type="{urn:org:miloss:fgsms:services:interfaces:reportingService}ExportRecordsEnum"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allServices |
protected SecurityWrapper |
classification |
protected ExportRecordsEnum |
exportType |
protected TimeRange |
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.
|
TimeRange |
getRange()
Gets the value of the range property.
|
List<String> |
getURLs()
Gets the value of the urLs property.
|
Boolean |
isAllServices()
Gets the value of the allServices property.
|
void |
setAllServices(Boolean value)
Sets the value of the allServices property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setExportType(ExportRecordsEnum value)
Sets the value of the exportType property.
|
void |
setRange(TimeRange value)
Sets the value of the range property.
|
protected SecurityWrapper classification
protected Boolean allServices
protected TimeRange range
protected ExportRecordsEnum exportType
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic Boolean isAllServices()
Booleanpublic void setAllServices(Boolean value)
value - allowed object is
Booleanpublic 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 TimeRange getRange()
TimeRangepublic void setRange(TimeRange value)
value - allowed object is
TimeRangepublic ExportRecordsEnum getExportType()
ExportRecordsEnumpublic void setExportType(ExportRecordsEnum value)
value - allowed object is
ExportRecordsEnumCopyright © 2008–2017 MIL-OSS. All rights reserved.