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()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public TimeRange getRange()
TimeRange
public void setRange(TimeRange value)
value
- allowed object is
TimeRange
public boolean isSetRange()
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public String getQueuetopicname()
String
public void setQueuetopicname(String value)
value
- allowed object is
String
public boolean isSetQueuetopicname()
public String getQueuetopiccanonicalname()
String
public void setQueuetopiccanonicalname(String value)
value
- allowed object is
String
public boolean isSetQueuetopiccanonicalname()
Copyright © 2008–2017 MIL-OSS. All rights reserved.