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

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

public class CtProtocoloRecebimentoAnexo
extends java.lang.Object

Java class for ct_protocoloRecebimentoAnexo complex type.

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

 <complexType name="ct_protocoloRecebimentoAnexo">
   <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="dataEnvioAnexo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data"/>
                   <element name="numeroLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao12"/>
                   <element name="quantidadeAnexo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_numeroInteiro"/>
                   <element name="relacaoAnexo">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="numeroGuiaPrincipal" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_numeroGuia" maxOccurs="100" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_observacao" 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 CtProtocoloRecebimentoAnexo.ProtocoloRecebimento
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String mensagemErro
           
protected  CtProtocoloRecebimentoAnexo.ProtocoloRecebimento protocoloRecebimento
           
 
Constructor Summary
CtProtocoloRecebimentoAnexo()
           
 
Method Summary
 java.lang.String getMensagemErro()
          Gets the value of the mensagemErro property.
 CtProtocoloRecebimentoAnexo.ProtocoloRecebimento getProtocoloRecebimento()
          Gets the value of the protocoloRecebimento property.
 void setMensagemErro(java.lang.String value)
          Sets the value of the mensagemErro property.
 void setProtocoloRecebimento(CtProtocoloRecebimentoAnexo.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 CtProtocoloRecebimentoAnexo.ProtocoloRecebimento protocoloRecebimento

mensagemErro

protected java.lang.String mensagemErro
Constructor Detail

CtProtocoloRecebimentoAnexo

public CtProtocoloRecebimentoAnexo()
Method Detail

getProtocoloRecebimento

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

Returns:
possible object is CtProtocoloRecebimentoAnexo.ProtocoloRecebimento

setProtocoloRecebimento

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

Parameters:
value - allowed object is CtProtocoloRecebimentoAnexo.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