|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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.w3.org/2001/XMLSchema}date"/> <element name="formaPagamento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_formaPagamento"/> <element name="banco" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_banco" minOccurs="0"/> <element name="agencia" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_agencia" minOccurs="0"/> <element name="contaCorrente" type="{http://www.ans.gov.br/padroes/tiss/schemas}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 javax.xml.datatype.XMLGregorianCalendar |
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. |
javax.xml.datatype.XMLGregorianCalendar |
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(javax.xml.datatype.XMLGregorianCalendar 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 javax.xml.datatype.XMLGregorianCalendar 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 javax.xml.datatype.XMLGregorianCalendar getDataPagamento()
XMLGregorianCalendar
public void setDataPagamento(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getFormaPagamento()
String
public void setFormaPagamento(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getBanco()
BigInteger
public void setBanco(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getAgencia()
String
public void setAgencia(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContaCorrente()
String
public 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 |