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">
<all>
<element ref="{}CONFIGURATION"/>
<element ref="{}STATUS"/>
<element ref="{}QOS"/>
<element ref="{}SECURITY_PARAMETERS"/>
<element ref="{}BLACKBOARD"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BLACKBOARDType |
blackboard |
protected CONFIGURATION |
configuration |
protected QOS |
qos |
protected String |
securityparameters |
protected STATUS |
status |
| Constructor and Description |
|---|
BODYType() |
| Modifier and Type | Method and Description |
|---|---|
BLACKBOARDType |
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(BLACKBOARDType 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 BLACKBOARDType 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 BLACKBOARDType getBLACKBOARD()
BLACKBOARDTypepublic void setBLACKBOARD(BLACKBOARDType value)
value - allowed object is
BLACKBOARDTypeCopyright © 2019. All rights reserved.