public class MonitorStatusResult extends IdTitle
Java class for monitorStatusResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="monitorStatusResult"> <complexContent> <extension base="{http://common.bitel.ru}idTitle"> <sequence> <element name="cid" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="contractComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contractTitile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="saldo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statusDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statusDateTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
cid |
protected java.lang.String |
contractComment |
protected java.lang.String |
contractTitile |
protected java.lang.String |
saldo |
protected java.lang.String |
status |
protected java.lang.String |
statusDate |
protected java.lang.String |
statusDateTo |
Constructor and Description |
---|
MonitorStatusResult() |
Modifier and Type | Method and Description |
---|---|
int |
getCid()
Gets the value of the cid property.
|
java.lang.String |
getContractComment()
Gets the value of the contractComment property.
|
java.lang.String |
getContractTitile()
Gets the value of the contractTitile property.
|
java.lang.String |
getSaldo()
Gets the value of the saldo property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getStatusDate()
Gets the value of the statusDate property.
|
java.lang.String |
getStatusDateTo()
Gets the value of the statusDateTo property.
|
void |
setCid(int value)
Sets the value of the cid property.
|
void |
setContractComment(java.lang.String value)
Sets the value of the contractComment property.
|
void |
setContractTitile(java.lang.String value)
Sets the value of the contractTitile property.
|
void |
setSaldo(java.lang.String value)
Sets the value of the saldo property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setStatusDate(java.lang.String value)
Sets the value of the statusDate property.
|
void |
setStatusDateTo(java.lang.String value)
Sets the value of the statusDateTo property.
|
protected int cid
protected java.lang.String contractComment
protected java.lang.String contractTitile
protected java.lang.String saldo
protected java.lang.String status
protected java.lang.String statusDate
protected java.lang.String statusDateTo
public int getCid()
public void setCid(int value)
public java.lang.String getContractComment()
String
public void setContractComment(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContractTitile()
String
public void setContractTitile(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSaldo()
String
public void setSaldo(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatusDate()
String
public void setStatusDate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatusDateTo()
String
public void setStatusDateTo(java.lang.String value)
value
- allowed object is
String