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

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

public class CtProtocoloRecebimento
extends java.lang.Object

Java class for ct_protocoloRecebimento complex type.

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

 <complexType name="ct_protocoloRecebimento">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dadosOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoOperadora"/>
         <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/>
         <element name="dataEnvioLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
         <element name="numeroLote" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="mensagemDetalheProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_detalheProtocolo" minOccurs="0"/>
         <choice>
           <element name="numeroProtocoloRecebimento" type="{http://www.w3.org/2001/XMLSchema}integer"/>
           <element name="mensagemErro" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtIdentificacaoOperadora dadosOperadora
           
protected  CtContratado dadosPrestador
           
protected  javax.xml.datatype.XMLGregorianCalendar dataEnvioLote
           
protected  CtDetalheProtocolo mensagemDetalheProtocolo
           
protected  java.lang.String mensagemErro
           
protected  java.math.BigInteger numeroLote
           
protected  java.math.BigInteger numeroProtocoloRecebimento
           
 
Constructor Summary
CtProtocoloRecebimento()
           
 
Method Summary
 CtIdentificacaoOperadora getDadosOperadora()
          Gets the value of the dadosOperadora property.
 CtContratado getDadosPrestador()
          Gets the value of the dadosPrestador property.
 javax.xml.datatype.XMLGregorianCalendar getDataEnvioLote()
          Gets the value of the dataEnvioLote property.
 CtDetalheProtocolo getMensagemDetalheProtocolo()
          Gets the value of the mensagemDetalheProtocolo property.
 java.lang.String getMensagemErro()
          Gets the value of the mensagemErro property.
 java.math.BigInteger getNumeroLote()
          Gets the value of the numeroLote property.
 java.math.BigInteger getNumeroProtocoloRecebimento()
          Gets the value of the numeroProtocoloRecebimento property.
 void setDadosOperadora(CtIdentificacaoOperadora value)
          Sets the value of the dadosOperadora property.
 void setDadosPrestador(CtContratado value)
          Sets the value of the dadosPrestador property.
 void setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataEnvioLote property.
 void setMensagemDetalheProtocolo(CtDetalheProtocolo value)
          Sets the value of the mensagemDetalheProtocolo property.
 void setMensagemErro(java.lang.String value)
          Sets the value of the mensagemErro property.
 void setNumeroLote(java.math.BigInteger value)
          Sets the value of the numeroLote property.
 void setNumeroProtocoloRecebimento(java.math.BigInteger value)
          Sets the value of the numeroProtocoloRecebimento property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dadosOperadora

protected CtIdentificacaoOperadora dadosOperadora

dadosPrestador

protected CtContratado dadosPrestador

dataEnvioLote

protected javax.xml.datatype.XMLGregorianCalendar dataEnvioLote

numeroLote

protected java.math.BigInteger numeroLote

mensagemDetalheProtocolo

protected CtDetalheProtocolo mensagemDetalheProtocolo

numeroProtocoloRecebimento

protected java.math.BigInteger numeroProtocoloRecebimento

mensagemErro

protected java.lang.String mensagemErro
Constructor Detail

CtProtocoloRecebimento

public CtProtocoloRecebimento()
Method Detail

getDadosOperadora

public CtIdentificacaoOperadora getDadosOperadora()
Gets the value of the dadosOperadora property.

Returns:
possible object is CtIdentificacaoOperadora

setDadosOperadora

public void setDadosOperadora(CtIdentificacaoOperadora value)
Sets the value of the dadosOperadora property.

Parameters:
value - allowed object is CtIdentificacaoOperadora

getDadosPrestador

public CtContratado getDadosPrestador()
Gets the value of the dadosPrestador property.

Returns:
possible object is CtContratado

setDadosPrestador

public void setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property.

Parameters:
value - allowed object is CtContratado

getDataEnvioLote

public javax.xml.datatype.XMLGregorianCalendar getDataEnvioLote()
Gets the value of the dataEnvioLote property.

Returns:
possible object is XMLGregorianCalendar

setDataEnvioLote

public void setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataEnvioLote property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNumeroLote

public java.math.BigInteger getNumeroLote()
Gets the value of the numeroLote property.

Returns:
possible object is BigInteger

setNumeroLote

public void setNumeroLote(java.math.BigInteger value)
Sets the value of the numeroLote property.

Parameters:
value - allowed object is BigInteger

getMensagemDetalheProtocolo

public CtDetalheProtocolo getMensagemDetalheProtocolo()
Gets the value of the mensagemDetalheProtocolo property.

Returns:
possible object is CtDetalheProtocolo

setMensagemDetalheProtocolo

public void setMensagemDetalheProtocolo(CtDetalheProtocolo value)
Sets the value of the mensagemDetalheProtocolo property.

Parameters:
value - allowed object is CtDetalheProtocolo

getNumeroProtocoloRecebimento

public java.math.BigInteger getNumeroProtocoloRecebimento()
Gets the value of the numeroProtocoloRecebimento property.

Returns:
possible object is BigInteger

setNumeroProtocoloRecebimento

public void setNumeroProtocoloRecebimento(java.math.BigInteger value)
Sets the value of the numeroProtocoloRecebimento property.

Parameters:
value - allowed object is BigInteger

getMensagemErro

public java.lang.String getMensagemErro()
Gets the value of the mensagemErro property.

Returns:
possible object is String

setMensagemErro

public void setMensagemErro(java.lang.String value)
Sets the value of the mensagemErro property.

Parameters:
value - allowed object is String