
public class AddStatisticalDataRequestMsg extends Object implements Serializable
Java class for AddStatisticalDataRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddStatisticalDataRequestMsg">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="data" type="{urn:org:miloss:fgsms:services:interfaces:dataCollector}BrokerData" maxOccurs="unbounded"/>
<element name="BrokerURI" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BrokerHostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OperationalStatus" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="OperationalStatusMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AgentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
agentType |
protected String |
brokerHostname |
protected String |
brokerURI |
protected SecurityWrapper |
classification |
protected List<BrokerData> |
data |
protected String |
domain |
protected boolean |
operationalStatus |
protected String |
operationalStatusMessage |
| Constructor and Description |
|---|
AddStatisticalDataRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentType()
Gets the value of the agentType property.
|
String |
getBrokerHostname()
Gets the value of the brokerHostname property.
|
String |
getBrokerURI()
Gets the value of the brokerURI property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
List<BrokerData> |
getData()
Gets the value of the data property.
|
String |
getDomain()
Gets the value of the domain property.
|
String |
getOperationalStatusMessage()
Gets the value of the operationalStatusMessage property.
|
boolean |
isOperationalStatus()
Gets the value of the operationalStatus property.
|
boolean |
isSetAgentType() |
boolean |
isSetBrokerHostname() |
boolean |
isSetBrokerURI() |
boolean |
isSetClassification() |
boolean |
isSetData() |
boolean |
isSetDomain() |
boolean |
isSetOperationalStatus() |
boolean |
isSetOperationalStatusMessage() |
void |
setAgentType(String value)
Sets the value of the agentType property.
|
void |
setBrokerHostname(String value)
Sets the value of the brokerHostname property.
|
void |
setBrokerURI(String value)
Sets the value of the brokerURI property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setOperationalStatus(boolean value)
Sets the value of the operationalStatus property.
|
void |
setOperationalStatusMessage(String value)
Sets the value of the operationalStatusMessage property.
|
void |
unsetData() |
protected List<BrokerData> data
protected String brokerURI
protected String brokerHostname
protected String domain
protected boolean operationalStatus
protected String operationalStatusMessage
protected String agentType
protected SecurityWrapper classification
public List<BrokerData> getData()
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 data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
BrokerData
public boolean isSetData()
public void unsetData()
public String getBrokerURI()
Stringpublic void setBrokerURI(String value)
value - allowed object is
Stringpublic boolean isSetBrokerURI()
public String getBrokerHostname()
Stringpublic void setBrokerHostname(String value)
value - allowed object is
Stringpublic boolean isSetBrokerHostname()
public String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic boolean isSetDomain()
public boolean isOperationalStatus()
public void setOperationalStatus(boolean value)
public boolean isSetOperationalStatus()
public String getOperationalStatusMessage()
Stringpublic void setOperationalStatusMessage(String value)
value - allowed object is
Stringpublic boolean isSetOperationalStatusMessage()
public String getAgentType()
Stringpublic void setAgentType(String value)
value - allowed object is
Stringpublic boolean isSetAgentType()
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
Copyright © 2008–2017 MIL-OSS. All rights reserved.