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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.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}ct_identificacaoPrestador"/>
         <element name="identificacaoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_profissionalExecutante"/>
         <element name="cpf" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CPF" minOccurs="0"/>
         <element name="posicaoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_posicaoProfissao"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtIdentificacaoPrestador codigoProfissional
           
protected  java.lang.String cpf
           
protected  CtProfissionalExecutante identificacaoProfissional
           
protected  java.math.BigInteger posicaoProfissional
           
 
Constructor Summary
CtIdentificacaoEquipe.MembroEquipe()
           
 
Method Summary
 CtIdentificacaoPrestador 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.math.BigInteger getPosicaoProfissional()
          Gets the value of the posicaoProfissional property.
 void setCodigoProfissional(CtIdentificacaoPrestador 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.math.BigInteger 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 CtIdentificacaoPrestador codigoProfissional

identificacaoProfissional

protected CtProfissionalExecutante identificacaoProfissional

cpf

protected java.lang.String cpf

posicaoProfissional

protected java.math.BigInteger posicaoProfissional
Constructor Detail

CtIdentificacaoEquipe.MembroEquipe

public CtIdentificacaoEquipe.MembroEquipe()
Method Detail

getCodigoProfissional

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

Returns:
possible object is CtIdentificacaoPrestador

setCodigoProfissional

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

Parameters:
value - allowed object is CtIdentificacaoPrestador

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.math.BigInteger getPosicaoProfissional()
Gets the value of the posicaoProfissional property.

Returns:
possible object is BigInteger

setPosicaoProfissional

public void setPosicaoProfissional(java.math.BigInteger value)
Sets the value of the posicaoProfissional property.

Parameters:
value - allowed object is BigInteger