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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.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">
       <choice>
         <element name="protocoloRecebimento">
           <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>
         </element>
         <element name="mensagemErro" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_observacao"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtProtocoloRecebimento.ProtocoloRecebimento
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String mensagemErro
           
protected  CtProtocoloRecebimento.ProtocoloRecebimento protocoloRecebimento
           
 
Constructor Summary
CtProtocoloRecebimento()
           
 
Method Summary
 java.lang.String getMensagemErro()
          Gets the value of the mensagemErro property.
 CtProtocoloRecebimento.ProtocoloRecebimento getProtocoloRecebimento()
          Gets the value of the protocoloRecebimento property.
 void setMensagemErro(java.lang.String value)
          Sets the value of the mensagemErro property.
 void setProtocoloRecebimento(CtProtocoloRecebimento.ProtocoloRecebimento value)
          Sets the value of the protocoloRecebimento property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocoloRecebimento

protected CtProtocoloRecebimento.ProtocoloRecebimento protocoloRecebimento

mensagemErro

protected java.lang.String mensagemErro
Constructor Detail

CtProtocoloRecebimento

public CtProtocoloRecebimento()
Method Detail

getProtocoloRecebimento

public CtProtocoloRecebimento.ProtocoloRecebimento getProtocoloRecebimento()
Gets the value of the protocoloRecebimento property.

Returns:
possible object is CtProtocoloRecebimento.ProtocoloRecebimento

setProtocoloRecebimento

public void setProtocoloRecebimento(CtProtocoloRecebimento.ProtocoloRecebimento value)
Sets the value of the protocoloRecebimento property.

Parameters:
value - allowed object is CtProtocoloRecebimento.ProtocoloRecebimento

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