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

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

public class CtAnexoSituacaoInicial
extends java.lang.Object

Java class for ct_anexoSituacaoInicial complex type.

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

 <complexType name="ct_anexoSituacaoInicial">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cabecalhoAnexoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_cabecalhoAnexoOdonto"/>
         <element name="dadosBeneficiario">
           <complexType>
             <complexContent>
               <extension base="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_beneficiario">
                 <sequence>
                   <element name="nomeEmpresa" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao40" minOccurs="0"/>
                   <element name="numeroTelefone" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_numeroTel" minOccurs="0"/>
                   <element name="nomeTitular" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_nome" minOccurs="0"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="dadosContratadoExecutante">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="dadosContratado">
                     <complexType>
                       <complexContent>
                         <extension base="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_contratado">
                           <sequence>
                             <element name="conselhoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_conselhoProfissional"/>
                           </sequence>
                         </extension>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="dadosExecutante" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_profissionalExecutante" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="situacaoInicial" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_situacaoInicial"/>
         <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_observacao" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtAnexoSituacaoInicial.DadosBeneficiario
          Java class for anonymous complex type.
static class CtAnexoSituacaoInicial.DadosContratadoExecutante
          Java class for anonymous complex type.
 
Field Summary
protected  CtCabecalhoAnexoOdonto cabecalhoAnexoGuia
           
protected  CtAnexoSituacaoInicial.DadosBeneficiario dadosBeneficiario
           
protected  CtAnexoSituacaoInicial.DadosContratadoExecutante dadosContratadoExecutante
           
protected  java.lang.String observacao
           
protected  CtSituacaoInicial situacaoInicial
           
 
Constructor Summary
CtAnexoSituacaoInicial()
           
 
Method Summary
 CtCabecalhoAnexoOdonto getCabecalhoAnexoGuia()
          Gets the value of the cabecalhoAnexoGuia property.
 CtAnexoSituacaoInicial.DadosBeneficiario getDadosBeneficiario()
          Gets the value of the dadosBeneficiario property.
 CtAnexoSituacaoInicial.DadosContratadoExecutante getDadosContratadoExecutante()
          Gets the value of the dadosContratadoExecutante property.
 java.lang.String getObservacao()
          Gets the value of the observacao property.
 CtSituacaoInicial getSituacaoInicial()
          Gets the value of the situacaoInicial property.
 void setCabecalhoAnexoGuia(CtCabecalhoAnexoOdonto value)
          Sets the value of the cabecalhoAnexoGuia property.
 void setDadosBeneficiario(CtAnexoSituacaoInicial.DadosBeneficiario value)
          Sets the value of the dadosBeneficiario property.
 void setDadosContratadoExecutante(CtAnexoSituacaoInicial.DadosContratadoExecutante value)
          Sets the value of the dadosContratadoExecutante property.
 void setObservacao(java.lang.String value)
          Sets the value of the observacao property.
 void setSituacaoInicial(CtSituacaoInicial value)
          Sets the value of the situacaoInicial property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cabecalhoAnexoGuia

protected CtCabecalhoAnexoOdonto cabecalhoAnexoGuia

dadosBeneficiario

protected CtAnexoSituacaoInicial.DadosBeneficiario dadosBeneficiario

dadosContratadoExecutante

protected CtAnexoSituacaoInicial.DadosContratadoExecutante dadosContratadoExecutante

situacaoInicial

protected CtSituacaoInicial situacaoInicial

observacao

protected java.lang.String observacao
Constructor Detail

CtAnexoSituacaoInicial

public CtAnexoSituacaoInicial()
Method Detail

getCabecalhoAnexoGuia

public CtCabecalhoAnexoOdonto getCabecalhoAnexoGuia()
Gets the value of the cabecalhoAnexoGuia property.

Returns:
possible object is CtCabecalhoAnexoOdonto

setCabecalhoAnexoGuia

public void setCabecalhoAnexoGuia(CtCabecalhoAnexoOdonto value)
Sets the value of the cabecalhoAnexoGuia property.

Parameters:
value - allowed object is CtCabecalhoAnexoOdonto

getDadosBeneficiario

public CtAnexoSituacaoInicial.DadosBeneficiario getDadosBeneficiario()
Gets the value of the dadosBeneficiario property.

Returns:
possible object is CtAnexoSituacaoInicial.DadosBeneficiario

setDadosBeneficiario

public void setDadosBeneficiario(CtAnexoSituacaoInicial.DadosBeneficiario value)
Sets the value of the dadosBeneficiario property.

Parameters:
value - allowed object is CtAnexoSituacaoInicial.DadosBeneficiario

getDadosContratadoExecutante

public CtAnexoSituacaoInicial.DadosContratadoExecutante getDadosContratadoExecutante()
Gets the value of the dadosContratadoExecutante property.

Returns:
possible object is CtAnexoSituacaoInicial.DadosContratadoExecutante

setDadosContratadoExecutante

public void setDadosContratadoExecutante(CtAnexoSituacaoInicial.DadosContratadoExecutante value)
Sets the value of the dadosContratadoExecutante property.

Parameters:
value - allowed object is CtAnexoSituacaoInicial.DadosContratadoExecutante

getSituacaoInicial

public CtSituacaoInicial getSituacaoInicial()
Gets the value of the situacaoInicial property.

Returns:
possible object is CtSituacaoInicial

setSituacaoInicial

public void setSituacaoInicial(CtSituacaoInicial value)
Sets the value of the situacaoInicial property.

Parameters:
value - allowed object is CtSituacaoInicial

getObservacao

public java.lang.String getObservacao()
Gets the value of the observacao property.

Returns:
possible object is String

setObservacao

public void setObservacao(java.lang.String value)
Sets the value of the observacao property.

Parameters:
value - allowed object is String