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

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

public class CtGuiaSolicitacaoOdonto
extends java.lang.Object

Java class for ct_guiaSolicitacaoOdonto complex type.

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

 <complexType name="ct_guiaSolicitacaoOdonto">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cabecalhoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuiaOdonto"/>
         <element name="dadosBeneficiario">
           <complexType>
             <complexContent>
               <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_beneficiario">
                 <sequence>
                   <element name="nomeEmpresa" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao40" minOccurs="0"/>
                   <element name="numeroTelefone" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_numeroTel" minOccurs="0"/>
                   <element name="nomeTitular" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome" minOccurs="0"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="dadosSolicitante">
           <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}ct_contratado">
                           <sequence>
                             <element name="conselhoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_conselhoProfissional"/>
                           </sequence>
                         </extension>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="dadosExecutante" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_profissionalExecutante">
                         </extension>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="situacaoInicial" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_situacaoInicial" minOccurs="0"/>
         <element name="planoTratamento">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="procedimentoSolicitado" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_procedimentoOdontologia" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_observacao" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtGuiaSolicitacaoOdonto.DadosBeneficiario
          Java class for anonymous complex type.
static class CtGuiaSolicitacaoOdonto.DadosSolicitante
          Java class for anonymous complex type.
static class CtGuiaSolicitacaoOdonto.PlanoTratamento
          Java class for anonymous complex type.
 
Field Summary
protected  CtCabecalhoGuiaOdonto cabecalhoGuia
           
protected  CtGuiaSolicitacaoOdonto.DadosBeneficiario dadosBeneficiario
           
protected  CtGuiaSolicitacaoOdonto.DadosSolicitante dadosSolicitante
           
protected  java.lang.String observacao
           
protected  CtGuiaSolicitacaoOdonto.PlanoTratamento planoTratamento
           
protected  CtSituacaoInicial situacaoInicial
           
 
Constructor Summary
CtGuiaSolicitacaoOdonto()
           
 
Method Summary
 CtCabecalhoGuiaOdonto getCabecalhoGuia()
          Gets the value of the cabecalhoGuia property.
 CtGuiaSolicitacaoOdonto.DadosBeneficiario getDadosBeneficiario()
          Gets the value of the dadosBeneficiario property.
 CtGuiaSolicitacaoOdonto.DadosSolicitante getDadosSolicitante()
          Gets the value of the dadosSolicitante property.
 java.lang.String getObservacao()
          Gets the value of the observacao property.
 CtGuiaSolicitacaoOdonto.PlanoTratamento getPlanoTratamento()
          Gets the value of the planoTratamento property.
 CtSituacaoInicial getSituacaoInicial()
          Gets the value of the situacaoInicial property.
 void setCabecalhoGuia(CtCabecalhoGuiaOdonto value)
          Sets the value of the cabecalhoGuia property.
 void setDadosBeneficiario(CtGuiaSolicitacaoOdonto.DadosBeneficiario value)
          Sets the value of the dadosBeneficiario property.
 void setDadosSolicitante(CtGuiaSolicitacaoOdonto.DadosSolicitante value)
          Sets the value of the dadosSolicitante property.
 void setObservacao(java.lang.String value)
          Sets the value of the observacao property.
 void setPlanoTratamento(CtGuiaSolicitacaoOdonto.PlanoTratamento value)
          Sets the value of the planoTratamento 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

cabecalhoGuia

protected CtCabecalhoGuiaOdonto cabecalhoGuia

dadosBeneficiario

protected CtGuiaSolicitacaoOdonto.DadosBeneficiario dadosBeneficiario

dadosSolicitante

protected CtGuiaSolicitacaoOdonto.DadosSolicitante dadosSolicitante

situacaoInicial

protected CtSituacaoInicial situacaoInicial

planoTratamento

protected CtGuiaSolicitacaoOdonto.PlanoTratamento planoTratamento

observacao

protected java.lang.String observacao
Constructor Detail

CtGuiaSolicitacaoOdonto

public CtGuiaSolicitacaoOdonto()
Method Detail

getCabecalhoGuia

public CtCabecalhoGuiaOdonto getCabecalhoGuia()
Gets the value of the cabecalhoGuia property.

Returns:
possible object is CtCabecalhoGuiaOdonto

setCabecalhoGuia

public void setCabecalhoGuia(CtCabecalhoGuiaOdonto value)
Sets the value of the cabecalhoGuia property.

Parameters:
value - allowed object is CtCabecalhoGuiaOdonto

getDadosBeneficiario

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

Returns:
possible object is CtGuiaSolicitacaoOdonto.DadosBeneficiario

setDadosBeneficiario

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

Parameters:
value - allowed object is CtGuiaSolicitacaoOdonto.DadosBeneficiario

getDadosSolicitante

public CtGuiaSolicitacaoOdonto.DadosSolicitante getDadosSolicitante()
Gets the value of the dadosSolicitante property.

Returns:
possible object is CtGuiaSolicitacaoOdonto.DadosSolicitante

setDadosSolicitante

public void setDadosSolicitante(CtGuiaSolicitacaoOdonto.DadosSolicitante value)
Sets the value of the dadosSolicitante property.

Parameters:
value - allowed object is CtGuiaSolicitacaoOdonto.DadosSolicitante

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

getPlanoTratamento

public CtGuiaSolicitacaoOdonto.PlanoTratamento getPlanoTratamento()
Gets the value of the planoTratamento property.

Returns:
possible object is CtGuiaSolicitacaoOdonto.PlanoTratamento

setPlanoTratamento

public void setPlanoTratamento(CtGuiaSolicitacaoOdonto.PlanoTratamento value)
Sets the value of the planoTratamento property.

Parameters:
value - allowed object is CtGuiaSolicitacaoOdonto.PlanoTratamento

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