public class ExportDataRequestMsg extends Object
Java class for ExportDataRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportDataRequestMsg"> <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="ReportTypes" type="{urn:org:miloss:fgsms:services:interfaces:reportingService}ArrayOfReportTypeContainer"/> <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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
allServices |
protected SecurityWrapper |
classification |
protected TimeRange |
range |
protected ArrayOfReportTypeContainer |
reportTypes |
protected List<String> |
urLs |
Constructor and Description |
---|
ExportDataRequestMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
TimeRange |
getRange()
Gets the value of the range property.
|
ArrayOfReportTypeContainer |
getReportTypes()
Gets the value of the reportTypes 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 |
setRange(TimeRange value)
Sets the value of the range property.
|
void |
setReportTypes(ArrayOfReportTypeContainer value)
Sets the value of the reportTypes property.
|
protected SecurityWrapper classification
protected boolean allServices
protected ArrayOfReportTypeContainer reportTypes
protected TimeRange range
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 ArrayOfReportTypeContainer getReportTypes()
ArrayOfReportTypeContainer
public void setReportTypes(ArrayOfReportTypeContainer value)
value
- allowed object is
ArrayOfReportTypeContainer
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
Copyright © 2008–2017 MIL-OSS. All rights reserved.