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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtProfissionalExecutante
Direct Known Subclasses:
CtGuiaSolicitacaoOdonto.DadosSolicitante.DadosExecutante, CtGuiaSPSADT.PrestadorExecutante.ProfissionalExecutanteCompl, CtGuiaSPSADTReapresentacao.PrestadorExecutante.ProfissionalExecutanteCompl

public class CtProfissionalExecutante
extends java.lang.Object

Java class for ct_profissionalExecutante complex type.

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

 <complexType name="ct_profissionalExecutante">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nomeExecutante" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome" minOccurs="0"/>
         <element name="conselhoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_conselhoProfissional"/>
         <element name="codigoCBOS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CBOS" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String codigoCBOS
           
protected  CtConselhoProfissional conselhoProfissional
           
protected  java.lang.String nomeExecutante
           
 
Constructor Summary
CtProfissionalExecutante()
           
 
Method Summary
 java.lang.String getCodigoCBOS()
          Gets the value of the codigoCBOS property.
 CtConselhoProfissional getConselhoProfissional()
          Gets the value of the conselhoProfissional property.
 java.lang.String getNomeExecutante()
          Gets the value of the nomeExecutante property.
 void setCodigoCBOS(java.lang.String value)
          Sets the value of the codigoCBOS property.
 void setConselhoProfissional(CtConselhoProfissional value)
          Sets the value of the conselhoProfissional property.
 void setNomeExecutante(java.lang.String value)
          Sets the value of the nomeExecutante property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nomeExecutante

protected java.lang.String nomeExecutante

conselhoProfissional

protected CtConselhoProfissional conselhoProfissional

codigoCBOS

protected java.lang.String codigoCBOS
Constructor Detail

CtProfissionalExecutante

public CtProfissionalExecutante()
Method Detail

getNomeExecutante

public java.lang.String getNomeExecutante()
Gets the value of the nomeExecutante property.

Returns:
possible object is String

setNomeExecutante

public void setNomeExecutante(java.lang.String value)
Sets the value of the nomeExecutante property.

Parameters:
value - allowed object is String

getConselhoProfissional

public CtConselhoProfissional getConselhoProfissional()
Gets the value of the conselhoProfissional property.

Returns:
possible object is CtConselhoProfissional

setConselhoProfissional

public void setConselhoProfissional(CtConselhoProfissional value)
Sets the value of the conselhoProfissional property.

Parameters:
value - allowed object is CtConselhoProfissional

getCodigoCBOS

public java.lang.String getCodigoCBOS()
Gets the value of the codigoCBOS property.

Returns:
possible object is String

setCodigoCBOS

public void setCodigoCBOS(java.lang.String value)
Sets the value of the codigoCBOS property.

Parameters:
value - allowed object is String