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

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

public class CtExecutanteComplementar
extends java.lang.Object

Java class for ct_executanteComplementar complex type.

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

 <complexType name="ct_executanteComplementar">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="codigoProfissionalCompl" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoPrestador"/>
         <element name="nomeProfissionalCompl" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtIdentificacaoPrestador codigoProfissionalCompl
           
protected  java.lang.String nomeProfissionalCompl
           
 
Constructor Summary
CtExecutanteComplementar()
           
 
Method Summary
 CtIdentificacaoPrestador getCodigoProfissionalCompl()
          Gets the value of the codigoProfissionalCompl property.
 java.lang.String getNomeProfissionalCompl()
          Gets the value of the nomeProfissionalCompl property.
 void setCodigoProfissionalCompl(CtIdentificacaoPrestador value)
          Sets the value of the codigoProfissionalCompl property.
 void setNomeProfissionalCompl(java.lang.String value)
          Sets the value of the nomeProfissionalCompl property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codigoProfissionalCompl

protected CtIdentificacaoPrestador codigoProfissionalCompl

nomeProfissionalCompl

protected java.lang.String nomeProfissionalCompl
Constructor Detail

CtExecutanteComplementar

public CtExecutanteComplementar()
Method Detail

getCodigoProfissionalCompl

public CtIdentificacaoPrestador getCodigoProfissionalCompl()
Gets the value of the codigoProfissionalCompl property.

Returns:
possible object is CtIdentificacaoPrestador

setCodigoProfissionalCompl

public void setCodigoProfissionalCompl(CtIdentificacaoPrestador value)
Sets the value of the codigoProfissionalCompl property.

Parameters:
value - allowed object is CtIdentificacaoPrestador

getNomeProfissionalCompl

public java.lang.String getNomeProfissionalCompl()
Gets the value of the nomeProfissionalCompl property.

Returns:
possible object is String

setNomeProfissionalCompl

public void setNomeProfissionalCompl(java.lang.String value)
Sets the value of the nomeProfissionalCompl property.

Parameters:
value - allowed object is String