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()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public Boolean isAllServices()
Boolean
public void setAllServices(Boolean value)
value
- allowed object is
Boolean
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 TimeRange getRange()
TimeRange
public void setRange(TimeRange value)
value
- allowed object is
TimeRange
public ExportRecordsEnum getExportType()
ExportRecordsEnum
public void setExportType(ExportRecordsEnum value)
value
- allowed object is
ExportRecordsEnum
Copyright © 2008–2017 MIL-OSS. All rights reserved.