br.gov.ans.padroes.tiss.schemas
Class CabecalhoTransacao.IdentificacaoTransacao

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CabecalhoTransacao.IdentificacaoTransacao
Enclosing class:
CabecalhoTransacao

public static class CabecalhoTransacao.IdentificacaoTransacao
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tipoTransacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoTransacao"/>
         <element name="sequencialTransacao" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="dataRegistroTransacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
         <element name="horaRegistroTransacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_hora"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataRegistroTransacao
           
protected  javax.xml.datatype.XMLGregorianCalendar horaRegistroTransacao
           
protected  java.math.BigInteger sequencialTransacao
           
protected  StTipoTransacao tipoTransacao
           
 
Constructor Summary
CabecalhoTransacao.IdentificacaoTransacao()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDataRegistroTransacao()
          Gets the value of the dataRegistroTransacao property.
 javax.xml.datatype.XMLGregorianCalendar getHoraRegistroTransacao()
          Gets the value of the horaRegistroTransacao property.
 java.math.BigInteger getSequencialTransacao()
          Gets the value of the sequencialTransacao property.
 StTipoTransacao getTipoTransacao()
          Gets the value of the tipoTransacao property.
 void setDataRegistroTransacao(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataRegistroTransacao property.
 void setHoraRegistroTransacao(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the horaRegistroTransacao property.
 void setSequencialTransacao(java.math.BigInteger value)
          Sets the value of the sequencialTransacao property.
 void setTipoTransacao(StTipoTransacao value)
          Sets the value of the tipoTransacao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tipoTransacao

protected StTipoTransacao tipoTransacao

sequencialTransacao

protected java.math.BigInteger sequencialTransacao

dataRegistroTransacao

protected javax.xml.datatype.XMLGregorianCalendar dataRegistroTransacao

horaRegistroTransacao

protected javax.xml.datatype.XMLGregorianCalendar horaRegistroTransacao
Constructor Detail

CabecalhoTransacao.IdentificacaoTransacao

public CabecalhoTransacao.IdentificacaoTransacao()
Method Detail

getTipoTransacao

public StTipoTransacao getTipoTransacao()
Gets the value of the tipoTransacao property.

Returns:
possible object is StTipoTransacao

setTipoTransacao

public void setTipoTransacao(StTipoTransacao value)
Sets the value of the tipoTransacao property.

Parameters:
value - allowed object is StTipoTransacao

getSequencialTransacao

public java.math.BigInteger getSequencialTransacao()
Gets the value of the sequencialTransacao property.

Returns:
possible object is BigInteger

setSequencialTransacao

public void setSequencialTransacao(java.math.BigInteger value)
Sets the value of the sequencialTransacao property.

Parameters:
value - allowed object is BigInteger

getDataRegistroTransacao

public javax.xml.datatype.XMLGregorianCalendar getDataRegistroTransacao()
Gets the value of the dataRegistroTransacao property.

Returns:
possible object is XMLGregorianCalendar

setDataRegistroTransacao

public void setDataRegistroTransacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataRegistroTransacao property.

Parameters:
value - allowed object is XMLGregorianCalendar

getHoraRegistroTransacao

public javax.xml.datatype.XMLGregorianCalendar getHoraRegistroTransacao()
Gets the value of the horaRegistroTransacao property.

Returns:
possible object is XMLGregorianCalendar

setHoraRegistroTransacao

public void setHoraRegistroTransacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the horaRegistroTransacao property.

Parameters:
value - allowed object is XMLGregorianCalendar