
public class PurgePerformanceDataRequestMsg extends Object implements Serializable
Java class for PurgePerformanceDataRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PurgePerformanceDataRequestMsg">
<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="URL" 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 SecurityWrapper |
classification |
protected TimeRange |
range |
protected List<String> |
url |
| Constructor and Description |
|---|
PurgePerformanceDataRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
TimeRange |
getRange()
Gets the value of the range property.
|
List<String> |
getURL()
Gets the value of the url property.
|
boolean |
isSetClassification() |
boolean |
isSetRange() |
boolean |
isSetURL() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setRange(TimeRange value)
Sets the value of the range property.
|
void |
unsetURL() |
protected SecurityWrapper classification
protected TimeRange range
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public List<String> getURL()
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 url property.
For example, to add a new item, do as follows:
getURL().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetURL()
public void unsetURL()
public TimeRange getRange()
TimeRangepublic void setRange(TimeRange value)
value - allowed object is
TimeRangepublic boolean isSetRange()
Copyright © 2008–2017 MIL-OSS. All rights reserved.