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="{}CONFIGURATIONType"/>
<element name="STATUS" type="{}STATUSType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CONFIGURATIONType |
configuration |
protected STATUSType |
status |
| Constructor and Description |
|---|
BODYType() |
| Modifier and Type | Method and Description |
|---|---|
CONFIGURATIONType |
getCONFIGURATION()
Gets the value of the configuration property.
|
STATUSType |
getSTATUS()
Gets the value of the status property.
|
void |
setCONFIGURATION(CONFIGURATIONType value)
Sets the value of the configuration property.
|
void |
setSTATUS(STATUSType value)
Sets the value of the status property.
|
protected CONFIGURATIONType configuration
protected STATUSType status
public CONFIGURATIONType getCONFIGURATION()
CONFIGURATIONTypepublic void setCONFIGURATION(CONFIGURATIONType value)
value - allowed object is
CONFIGURATIONTypepublic STATUSType getSTATUS()
STATUSTypepublic void setSTATUS(STATUSType value)
value - allowed object is
STATUSTypeCopyright © 2022. All rights reserved.