br.gov.ans.padroes.tiss.schemas.v20201
Class CtIdentificacaoPrestadorEquipe

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

public class CtIdentificacaoPrestadorEquipe
extends java.lang.Object

Java class for ct_identificacaoPrestadorEquipe complex type.

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

 <complexType name="ct_identificacaoPrestadorEquipe">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="cpf" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CPF"/>
         <element name="codigoPrestadorNaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_codigoPrestadorNaOperadora"/>
         <element name="conselhoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_conselhoProfissional"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String codigoPrestadorNaOperadora
           
protected  CtConselhoProfissional conselhoProfissional
           
protected  java.lang.String cpf
           
 
Constructor Summary
CtIdentificacaoPrestadorEquipe()
           
 
Method Summary
 java.lang.String getCodigoPrestadorNaOperadora()
          Gets the value of the codigoPrestadorNaOperadora property.
 CtConselhoProfissional getConselhoProfissional()
          Gets the value of the conselhoProfissional property.
 java.lang.String getCpf()
          Gets the value of the cpf property.
 void setCodigoPrestadorNaOperadora(java.lang.String value)
          Sets the value of the codigoPrestadorNaOperadora property.
 void setConselhoProfissional(CtConselhoProfissional value)
          Sets the value of the conselhoProfissional property.
 void setCpf(java.lang.String value)
          Sets the value of the cpf property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cpf

protected java.lang.String cpf

codigoPrestadorNaOperadora

protected java.lang.String codigoPrestadorNaOperadora

conselhoProfissional

protected CtConselhoProfissional conselhoProfissional
Constructor Detail

CtIdentificacaoPrestadorEquipe

public CtIdentificacaoPrestadorEquipe()
Method Detail

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

getCodigoPrestadorNaOperadora

public java.lang.String getCodigoPrestadorNaOperadora()
Gets the value of the codigoPrestadorNaOperadora property.

Returns:
possible object is String

setCodigoPrestadorNaOperadora

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