br.gov.ans.padroes.tiss.schemas
Class CtDemonstrativoOdontologia.DadosPrestador

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtDemonstrativoOdontologia.DadosPrestador
Enclosing class:
CtDemonstrativoOdontologia

public static class CtDemonstrativoOdontologia.DadosPrestador
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="codigoPrestadorNaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_codigoPrestadorNaOperadora" minOccurs="0"/>
         <element name="identificadorPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificadorPrestOdontoDemo"/>
         <element name="nomeContratado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/>
         <element name="numeroCNES" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CNES" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String codigoPrestadorNaOperadora
           
protected  CtIdentificadorPrestOdontoDemo identificadorPrestador
           
protected  java.lang.String nomeContratado
           
protected  java.lang.String numeroCNES
           
 
Constructor Summary
CtDemonstrativoOdontologia.DadosPrestador()
           
 
Method Summary
 java.lang.String getCodigoPrestadorNaOperadora()
          Gets the value of the codigoPrestadorNaOperadora property.
 CtIdentificadorPrestOdontoDemo getIdentificadorPrestador()
          Gets the value of the identificadorPrestador property.
 java.lang.String getNomeContratado()
          Gets the value of the nomeContratado property.
 java.lang.String getNumeroCNES()
          Gets the value of the numeroCNES property.
 void setCodigoPrestadorNaOperadora(java.lang.String value)
          Sets the value of the codigoPrestadorNaOperadora property.
 void setIdentificadorPrestador(CtIdentificadorPrestOdontoDemo value)
          Sets the value of the identificadorPrestador property.
 void setNomeContratado(java.lang.String value)
          Sets the value of the nomeContratado property.
 void setNumeroCNES(java.lang.String value)
          Sets the value of the numeroCNES property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codigoPrestadorNaOperadora

protected java.lang.String codigoPrestadorNaOperadora

identificadorPrestador

protected CtIdentificadorPrestOdontoDemo identificadorPrestador

nomeContratado

protected java.lang.String nomeContratado

numeroCNES

protected java.lang.String numeroCNES
Constructor Detail

CtDemonstrativoOdontologia.DadosPrestador

public CtDemonstrativoOdontologia.DadosPrestador()
Method Detail

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

getIdentificadorPrestador

public CtIdentificadorPrestOdontoDemo getIdentificadorPrestador()
Gets the value of the identificadorPrestador property.

Returns:
possible object is CtIdentificadorPrestOdontoDemo

setIdentificadorPrestador

public void setIdentificadorPrestador(CtIdentificadorPrestOdontoDemo value)
Sets the value of the identificadorPrestador property.

Parameters:
value - allowed object is CtIdentificadorPrestOdontoDemo

getNomeContratado

public java.lang.String getNomeContratado()
Gets the value of the nomeContratado property.

Returns:
possible object is String

setNomeContratado

public void setNomeContratado(java.lang.String value)
Sets the value of the nomeContratado property.

Parameters:
value - allowed object is String

getNumeroCNES

public java.lang.String getNumeroCNES()
Gets the value of the numeroCNES property.

Returns:
possible object is String

setNumeroCNES

public void setNumeroCNES(java.lang.String value)
Sets the value of the numeroCNES property.

Parameters:
value - allowed object is String