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

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

public class CtIdentificacaoProfissional
extends java.lang.Object

Java class for ct_identificacaoProfissional complex type.

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

 <complexType name="ct_identificacaoProfissional">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nomeProfissional" 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="cbos" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CBOS" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String cbos
           
protected  CtConselhoProfissional conselhoProfissional
           
protected  java.lang.String nomeProfissional
           
 
Constructor Summary
CtIdentificacaoProfissional()
           
 
Method Summary
 java.lang.String getCbos()
          Gets the value of the cbos property.
 CtConselhoProfissional getConselhoProfissional()
          Gets the value of the conselhoProfissional property.
 java.lang.String getNomeProfissional()
          Gets the value of the nomeProfissional property.
 void setCbos(java.lang.String value)
          Sets the value of the cbos property.
 void setConselhoProfissional(CtConselhoProfissional value)
          Sets the value of the conselhoProfissional property.
 void setNomeProfissional(java.lang.String value)
          Sets the value of the nomeProfissional property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nomeProfissional

protected java.lang.String nomeProfissional

conselhoProfissional

protected CtConselhoProfissional conselhoProfissional

cbos

protected java.lang.String cbos
Constructor Detail

CtIdentificacaoProfissional

public CtIdentificacaoProfissional()
Method Detail

getNomeProfissional

public java.lang.String getNomeProfissional()
Gets the value of the nomeProfissional property.

Returns:
possible object is String

setNomeProfissional

public void setNomeProfissional(java.lang.String value)
Sets the value of the nomeProfissional 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

getCbos

public java.lang.String getCbos()
Gets the value of the cbos property.

Returns:
possible object is String

setCbos

public void setCbos(java.lang.String value)
Sets the value of the cbos property.

Parameters:
value - allowed object is String