br.gov.ans.padroes.tiss.schemas
Class CtDadoBancario

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtDadoBancario

public class CtDadoBancario
extends java.lang.Object

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

dataPagamento

protected javax.xml.datatype.XMLGregorianCalendar dataPagamento

formaPagamento

protected java.lang.String formaPagamento

banco

protected java.math.BigInteger banco

agencia

protected java.lang.String agencia

contaCorrente

protected java.lang.String contaCorrente
Constructor Detail

CtDadoBancario

public CtDadoBancario()
Method Detail

getDataPagamento

public javax.xml.datatype.XMLGregorianCalendar getDataPagamento()
Gets the value of the dataPagamento property.

Returns:
possible object is XMLGregorianCalendar

setDataPagamento

public void setDataPagamento(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataPagamento property.

Parameters:
value - allowed object is XMLGregorianCalendar

getFormaPagamento

public java.lang.String getFormaPagamento()
Gets the value of the formaPagamento property.

Returns:
possible object is String

setFormaPagamento

public void setFormaPagamento(java.lang.String value)
Sets the value of the formaPagamento property.

Parameters:
value - allowed object is String

getBanco

public java.math.BigInteger getBanco()
Gets the value of the banco property.

Returns:
possible object is BigInteger

setBanco

public void setBanco(java.math.BigInteger value)
Sets the value of the banco property.

Parameters:
value - allowed object is BigInteger

getAgencia

public java.lang.String getAgencia()
Gets the value of the agencia property.

Returns:
possible object is String

setAgencia

public void setAgencia(java.lang.String value)
Sets the value of the agencia property.

Parameters:
value - allowed object is String

getContaCorrente

public java.lang.String getContaCorrente()
Gets the value of the contaCorrente property.

Returns:
possible object is String

setContaCorrente

public void setContaCorrente(java.lang.String value)
Sets the value of the contaCorrente property.

Parameters:
value - allowed object is String