|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtDadoBancario
public class CtDadoBancario
Java class for ct_dadoBancario complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_dadoBancario">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataPagamento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_data"/>
<element name="formaPagamento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_formaPagamento"/>
<element name="banco" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_banco" minOccurs="0"/>
<element name="agencia" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_agencia" minOccurs="0"/>
<element name="contaCorrente" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_conta" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
agencia
|
protected java.math.BigInteger |
banco
|
protected java.lang.String |
contaCorrente
|
protected java.lang.String |
dataPagamento
|
protected java.lang.String |
formaPagamento
|
| Constructor Summary | |
|---|---|
CtDadoBancario()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAgencia()
Gets the value of the agencia property. |
java.math.BigInteger |
getBanco()
Gets the value of the banco property. |
java.lang.String |
getContaCorrente()
Gets the value of the contaCorrente property. |
java.lang.String |
getDataPagamento()
Gets the value of the dataPagamento property. |
java.lang.String |
getFormaPagamento()
Gets the value of the formaPagamento property. |
void |
setAgencia(java.lang.String value)
Sets the value of the agencia property. |
void |
setBanco(java.math.BigInteger value)
Sets the value of the banco property. |
void |
setContaCorrente(java.lang.String value)
Sets the value of the contaCorrente property. |
void |
setDataPagamento(java.lang.String value)
Sets the value of the dataPagamento property. |
void |
setFormaPagamento(java.lang.String value)
Sets the value of the formaPagamento property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String dataPagamento
protected java.lang.String formaPagamento
protected java.math.BigInteger banco
protected java.lang.String agencia
protected java.lang.String contaCorrente
| Constructor Detail |
|---|
public CtDadoBancario()
| Method Detail |
|---|
public java.lang.String getDataPagamento()
Stringpublic void setDataPagamento(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFormaPagamento()
Stringpublic void setFormaPagamento(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getBanco()
BigIntegerpublic void setBanco(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getAgencia()
Stringpublic void setAgencia(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContaCorrente()
Stringpublic void setContaCorrente(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||