
public class GetHistoricalTopicQueueDetailsRequestMsg extends Object implements Serializable
Java class for GetHistoricalTopicQueueDetailsRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetHistoricalTopicQueueDetailsRequestMsg">
<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="range" type="{urn:org:miloss:fgsms:services:interfaces:common}TimeRange"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="queuetopicname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="queuetopiccanonicalname" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected String |
queuetopiccanonicalname |
protected String |
queuetopicname |
protected TimeRange |
range |
protected String |
uri |
| Constructor and Description |
|---|
GetHistoricalTopicQueueDetailsRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getQueuetopiccanonicalname()
Gets the value of the queuetopiccanonicalname property.
|
String |
getQueuetopicname()
Gets the value of the queuetopicname property.
|
TimeRange |
getRange()
Gets the value of the range property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetClassification() |
boolean |
isSetQueuetopiccanonicalname() |
boolean |
isSetQueuetopicname() |
boolean |
isSetRange() |
boolean |
isSetUri() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setQueuetopiccanonicalname(String value)
Sets the value of the queuetopiccanonicalname property.
|
void |
setQueuetopicname(String value)
Sets the value of the queuetopicname property.
|
void |
setRange(TimeRange value)
Sets the value of the range property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected SecurityWrapper classification
protected TimeRange range
protected String uri
protected String queuetopicname
protected String queuetopiccanonicalname
public GetHistoricalTopicQueueDetailsRequestMsg()
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public TimeRange getRange()
TimeRangepublic void setRange(TimeRange value)
value - allowed object is
TimeRangepublic boolean isSetRange()
public void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
public String getQueuetopicname()
Stringpublic void setQueuetopicname(String value)
value - allowed object is
Stringpublic boolean isSetQueuetopicname()
public String getQueuetopiccanonicalname()
Stringpublic void setQueuetopiccanonicalname(String value)
value - allowed object is
Stringpublic boolean isSetQueuetopiccanonicalname()
Copyright © 2008–2017 MIL-OSS. All rights reserved.