public class ExportDataRequestMsg extends Object implements Serializable
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="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:automatedReportingService}TimeRangeDiff"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected TimeRangeDiff |
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.
|
TimeRangeDiff |
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 |
isSetClassification() |
boolean |
isSetRange() |
boolean |
isSetReportTypes() |
boolean |
isSetURLs() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setRange(TimeRangeDiff value)
Sets the value of the range property.
|
void |
setReportTypes(ArrayOfReportTypeContainer value)
Sets the value of the reportTypes property.
|
void |
unsetURLs() |
protected SecurityWrapper classification
protected ArrayOfReportTypeContainer reportTypes
protected TimeRangeDiff range
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public ArrayOfReportTypeContainer getReportTypes()
ArrayOfReportTypeContainer
public void setReportTypes(ArrayOfReportTypeContainer value)
value
- allowed object is
ArrayOfReportTypeContainer
public boolean isSetReportTypes()
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()
TimeRangeDiff
public void setRange(TimeRangeDiff value)
value
- allowed object is
TimeRangeDiff
public boolean isSetRange()
Copyright © 2008–2017 MIL-OSS. All rights reserved.