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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.CtProtocoloRecebimento.ProtocoloRecebimento
Enclosing class:
CtProtocoloRecebimento

public static class CtProtocoloRecebimento.ProtocoloRecebimento
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="numeroProtocoloRecebimento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_protocolo"/>
         <element name="dadosOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_identificacaoFontePagadora"/>
         <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_contratado"/>
         <element name="numeroLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao12"/>
         <element name="dataEnvioLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data"/>
         <element name="mensagemDetalheProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_detalheProtocolo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtIdentificacaoFontePagadora dadosOperadora
           
protected  CtContratado dadosPrestador
           
protected  javax.xml.datatype.XMLGregorianCalendar dataEnvioLote
           
protected  CtDetalheProtocolo mensagemDetalheProtocolo
           
protected  java.lang.String numeroLote
           
protected  java.lang.String numeroProtocoloRecebimento
           
 
Constructor Summary
CtProtocoloRecebimento.ProtocoloRecebimento()
           
 
Method Summary
 CtIdentificacaoFontePagadora 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 getNumeroLote()
          Gets the value of the numeroLote property.
 java.lang.String getNumeroProtocoloRecebimento()
          Gets the value of the numeroProtocoloRecebimento property.
 void setDadosOperadora(CtIdentificacaoFontePagadora 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 setNumeroLote(java.lang.String value)
          Sets the value of the numeroLote property.
 void setNumeroProtocoloRecebimento(java.lang.String 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

numeroProtocoloRecebimento

protected java.lang.String numeroProtocoloRecebimento

dadosOperadora

protected CtIdentificacaoFontePagadora dadosOperadora

dadosPrestador

protected CtContratado dadosPrestador

numeroLote

protected java.lang.String numeroLote

dataEnvioLote

protected javax.xml.datatype.XMLGregorianCalendar dataEnvioLote

mensagemDetalheProtocolo

protected CtDetalheProtocolo mensagemDetalheProtocolo
Constructor Detail

CtProtocoloRecebimento.ProtocoloRecebimento

public CtProtocoloRecebimento.ProtocoloRecebimento()
Method Detail

getNumeroProtocoloRecebimento

public java.lang.String getNumeroProtocoloRecebimento()
Gets the value of the numeroProtocoloRecebimento property.

Returns:
possible object is String

setNumeroProtocoloRecebimento

public void setNumeroProtocoloRecebimento(java.lang.String value)
Sets the value of the numeroProtocoloRecebimento property.

Parameters:
value - allowed object is String

getDadosOperadora

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

Returns:
possible object is CtIdentificacaoFontePagadora

setDadosOperadora

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

Parameters:
value - allowed object is CtIdentificacaoFontePagadora

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

getNumeroLote

public java.lang.String getNumeroLote()
Gets the value of the numeroLote property.

Returns:
possible object is String

setNumeroLote

public void setNumeroLote(java.lang.String value)
Sets the value of the numeroLote property.

Parameters:
value - allowed object is String

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

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