public class GetCurrentBrokerDetailsResponseMsg extends Object implements Serializable
Java class for GetCurrentBrokerDetailsResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCurrentBrokerDetailsResponseMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="operational" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="queueORtopicDetails" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}queueORtopicDetails" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected String |
displayName |
protected Boolean |
operational |
protected List<QueueORtopicDetails> |
queueORtopicDetails |
protected String |
uri |
Constructor and Description |
---|
GetCurrentBrokerDetailsResponseMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
List<QueueORtopicDetails> |
getQueueORtopicDetails()
Gets the value of the queueORtopicDetails property.
|
String |
getUri()
Gets the value of the uri property.
|
Boolean |
isOperational()
Gets the value of the operational property.
|
boolean |
isSetClassification() |
boolean |
isSetDisplayName() |
boolean |
isSetOperational() |
boolean |
isSetQueueORtopicDetails() |
boolean |
isSetUri() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setOperational(Boolean value)
Sets the value of the operational property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
unsetQueueORtopicDetails() |
protected String uri
protected String displayName
protected Boolean operational
protected SecurityWrapper classification
protected List<QueueORtopicDetails> queueORtopicDetails
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public boolean isSetDisplayName()
public Boolean isOperational()
Boolean
public void setOperational(Boolean value)
value
- allowed object is
Boolean
public boolean isSetOperational()
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public List<QueueORtopicDetails> getQueueORtopicDetails()
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 queueORtopicDetails property.
For example, to add a new item, do as follows:
getQueueORtopicDetails().add(newItem);
Objects of the following type(s) are allowed in the list
QueueORtopicDetails
public boolean isSetQueueORtopicDetails()
public void unsetQueueORtopicDetails()
Copyright © 2008–2017 MIL-OSS. All rights reserved.