public class BODYType extends Object
Java class for BODYType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BODYType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CONFIGURATION" type="{}CONFIGURATION"/>
<element name="STATUS" type="{}STATUS"/>
<element name="QOS" type="{}QOS"/>
<element name="SECURITY_PARAMETERS" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BLACKBOARD" type="{}BLACKBOARD"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BLACKBOARD |
blackboard |
protected CONFIGURATION |
configuration |
protected QOS |
qos |
protected String |
securityparameters |
protected STATUS |
status |
| Constructor and Description |
|---|
BODYType() |
| Modifier and Type | Method and Description |
|---|---|
BLACKBOARD |
getBLACKBOARD()
Gets the value of the blackboard property.
|
CONFIGURATION |
getCONFIGURATION()
Gets the value of the configuration property.
|
QOS |
getQOS()
Gets the value of the qos property.
|
String |
getSECURITYPARAMETERS()
Gets the value of the securityparameters property.
|
STATUS |
getSTATUS()
Gets the value of the status property.
|
void |
setBLACKBOARD(BLACKBOARD value)
Sets the value of the blackboard property.
|
void |
setCONFIGURATION(CONFIGURATION value)
Sets the value of the configuration property.
|
void |
setQOS(QOS value)
Sets the value of the qos property.
|
void |
setSECURITYPARAMETERS(String value)
Sets the value of the securityparameters property.
|
void |
setSTATUS(STATUS value)
Sets the value of the status property.
|
protected CONFIGURATION configuration
protected STATUS status
protected QOS qos
protected String securityparameters
protected BLACKBOARD blackboard
public CONFIGURATION getCONFIGURATION()
CONFIGURATIONpublic void setCONFIGURATION(CONFIGURATION value)
value - allowed object is
CONFIGURATIONpublic STATUS getSTATUS()
STATUSpublic void setSTATUS(STATUS value)
value - allowed object is
STATUSpublic void setQOS(QOS value)
value - allowed object is
QOSpublic String getSECURITYPARAMETERS()
Stringpublic void setSECURITYPARAMETERS(String value)
value - allowed object is
Stringpublic BLACKBOARD getBLACKBOARD()
BLACKBOARDpublic void setBLACKBOARD(BLACKBOARD value)
value - allowed object is
BLACKBOARDCopyright © 2022. All rights reserved.