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="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SECURITY_PARAMETERS" type="{}SECURITY_PARAMETERSType"/>
<element name="INDEX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ACTIVE" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TITLE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected CONFIGURATIONType |
configuration |
protected Integer |
index |
protected SECURITYPARAMETERSType |
securityparameters |
protected String |
status |
protected String |
title |
| Constructor and Description |
|---|
BODYType() |
| Modifier and Type | Method and Description |
|---|---|
CONFIGURATIONType |
getCONFIGURATION()
Gets the value of the configuration property.
|
Integer |
getINDEX()
Gets the value of the index property.
|
SECURITYPARAMETERSType |
getSECURITYPARAMETERS()
Gets the value of the securityparameters property.
|
String |
getSTATUS()
Gets the value of the status property.
|
String |
getTITLE()
Gets the value of the title property.
|
Boolean |
isACTIVE()
Gets the value of the active property.
|
void |
setACTIVE(Boolean value)
Sets the value of the active property.
|
void |
setCONFIGURATION(CONFIGURATIONType value)
Sets the value of the configuration property.
|
void |
setINDEX(Integer value)
Sets the value of the index property.
|
void |
setSECURITYPARAMETERS(SECURITYPARAMETERSType value)
Sets the value of the securityparameters property.
|
void |
setSTATUS(String value)
Sets the value of the status property.
|
void |
setTITLE(String value)
Sets the value of the title property.
|
protected CONFIGURATIONType configuration
protected String status
protected SECURITYPARAMETERSType securityparameters
protected Integer index
protected Boolean active
protected String title
public CONFIGURATIONType getCONFIGURATION()
CONFIGURATIONTypepublic void setCONFIGURATION(CONFIGURATIONType value)
value - allowed object is
CONFIGURATIONTypepublic String getSTATUS()
Stringpublic void setSTATUS(String value)
value - allowed object is
Stringpublic SECURITYPARAMETERSType getSECURITYPARAMETERS()
SECURITYPARAMETERSTypepublic void setSECURITYPARAMETERS(SECURITYPARAMETERSType value)
value - allowed object is
SECURITYPARAMETERSTypepublic Integer getINDEX()
Integerpublic void setINDEX(Integer value)
value - allowed object is
Integerpublic Boolean isACTIVE()
Booleanpublic void setACTIVE(Boolean value)
value - allowed object is
Booleanpublic String getTITLE()
StringCopyright © 2017. All rights reserved.