public class Result
extends java.lang.Object
Java class for result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="result"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="data" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="item" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="page" type="{http://common.bitel.ru}page" minOccurs="0"/> <element name="attributes" type="{http://common.status.contract.kernel.bgbilling.bitel.ru/}list" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Result.Data
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List |
attributes |
protected Result.Data |
data |
protected Page |
page |
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
List |
getAttributes()
Gets the value of the attributes property.
|
Result.Data |
getData()
Gets the value of the data property.
|
Page |
getPage()
Gets the value of the page property.
|
void |
setAttributes(List value)
Sets the value of the attributes property.
|
void |
setData(Result.Data value)
Sets the value of the data property.
|
void |
setPage(Page value)
Sets the value of the page property.
|
protected Result.Data data
protected Page page
protected List attributes
public Result.Data getData()
Result.Data
public void setData(Result.Data value)
value
- allowed object is
Result.Data
public void setPage(Page value)
value
- allowed object is
Page
public List getAttributes()
ru.bitel.bgbilling.kernel.contract.status.common.List
public void setAttributes(List value)
value
- allowed object is
ru.bitel.bgbilling.kernel.contract.status.common.List