br.gov.ans.padroes.tiss.schemas.v20201
Class CtIdentificacaoEquipe.MembroEquipe

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.CtIdentificacaoEquipe.MembroEquipe
Enclosing class:
CtIdentificacaoEquipe

public static class CtIdentificacaoEquipe.MembroEquipe
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="codigoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_identificacaoPrestadorEquipe"/>
         <element name="identificacaoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_profissionalExecutante"/>
         <element name="cpf" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CPF" minOccurs="0"/>
         <element name="posicaoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_posicaoProfissao"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtIdentificacaoPrestadorEquipe codigoProfissional
           
protected  java.lang.String cpf
           
protected  CtProfissionalExecutante identificacaoProfissional
           
protected  java.lang.String posicaoProfissional
           
 
Constructor Summary
CtIdentificacaoEquipe.MembroEquipe()
           
 
Method Summary
 CtIdentificacaoPrestadorEquipe getCodigoProfissional()
          Gets the value of the codigoProfissional property.
 java.lang.String getCpf()
          Gets the value of the cpf property.
 CtProfissionalExecutante getIdentificacaoProfissional()
          Gets the value of the identificacaoProfissional property.
 java.lang.String getPosicaoProfissional()
          Gets the value of the posicaoProfissional property.
 void setCodigoProfissional(CtIdentificacaoPrestadorEquipe value)
          Sets the value of the codigoProfissional property.
 void setCpf(java.lang.String value)
          Sets the value of the cpf property.
 void setIdentificacaoProfissional(CtProfissionalExecutante value)
          Sets the value of the identificacaoProfissional property.
 void setPosicaoProfissional(java.lang.String value)
          Sets the value of the posicaoProfissional property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codigoProfissional

protected CtIdentificacaoPrestadorEquipe codigoProfissional

identificacaoProfissional

protected CtProfissionalExecutante identificacaoProfissional

cpf

protected java.lang.String cpf

posicaoProfissional

protected java.lang.String posicaoProfissional
Constructor Detail

CtIdentificacaoEquipe.MembroEquipe

public CtIdentificacaoEquipe.MembroEquipe()
Method Detail

getCodigoProfissional

public CtIdentificacaoPrestadorEquipe getCodigoProfissional()
Gets the value of the codigoProfissional property.

Returns:
possible object is CtIdentificacaoPrestadorEquipe

setCodigoProfissional

public void setCodigoProfissional(CtIdentificacaoPrestadorEquipe value)
Sets the value of the codigoProfissional property.

Parameters:
value - allowed object is CtIdentificacaoPrestadorEquipe

getIdentificacaoProfissional

public CtProfissionalExecutante getIdentificacaoProfissional()
Gets the value of the identificacaoProfissional property.

Returns:
possible object is CtProfissionalExecutante

setIdentificacaoProfissional

public void setIdentificacaoProfissional(CtProfissionalExecutante value)
Sets the value of the identificacaoProfissional property.

Parameters:
value - allowed object is CtProfissionalExecutante

getCpf

public java.lang.String getCpf()
Gets the value of the cpf property.

Returns:
possible object is String

setCpf

public void setCpf(java.lang.String value)
Sets the value of the cpf property.

Parameters:
value - allowed object is String

getPosicaoProfissional

public java.lang.String getPosicaoProfissional()
Gets the value of the posicaoProfissional property.

Returns:
possible object is String

setPosicaoProfissional

public void setPosicaoProfissional(java.lang.String value)
Sets the value of the posicaoProfissional property.

Parameters:
value - allowed object is String