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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtContratado
Direct Known Subclasses:
CtGuiaHonorarioIndividual.ContratadoExecutante, CtGuiaHonorarioIndividualReapresentacao.ContratadoExecutante, CtGuiaOdontologia.DadosContratadoExecutante.DadosContratado, CtGuiaSolicitacaoOdonto.DadosSolicitante.DadosContratado, CtGuiaSPSADT.PrestadorExecutante, CtGuiaSPSADTReapresentacao.PrestadorExecutante, CtGuiaTratamentoOdontologicoReapresentacao.DadosContratadoExecutante.DadosContratado

public class CtContratado
extends java.lang.Object

Java class for ct_contratado complex type.

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

 <complexType name="ct_contratado">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identificacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoPrestador"/>
         <element name="nomeContratado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/>
         <element name="enderecoContratado" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_endereco" minOccurs="0"/>
         <element name="numeroCNES" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CNES" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtEndereco enderecoContratado
           
protected  CtIdentificacaoPrestador identificacao
           
protected  java.lang.String nomeContratado
           
protected  java.lang.String numeroCNES
           
 
Constructor Summary
CtContratado()
           
 
Method Summary
 CtEndereco getEnderecoContratado()
          Gets the value of the enderecoContratado property.
 CtIdentificacaoPrestador getIdentificacao()
          Gets the value of the identificacao property.
 java.lang.String getNomeContratado()
          Gets the value of the nomeContratado property.
 java.lang.String getNumeroCNES()
          Gets the value of the numeroCNES property.
 void setEnderecoContratado(CtEndereco value)
          Sets the value of the enderecoContratado property.
 void setIdentificacao(CtIdentificacaoPrestador value)
          Sets the value of the identificacao 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

identificacao

protected CtIdentificacaoPrestador identificacao

nomeContratado

protected java.lang.String nomeContratado

enderecoContratado

protected CtEndereco enderecoContratado

numeroCNES

protected java.lang.String numeroCNES
Constructor Detail

CtContratado

public CtContratado()
Method Detail

getIdentificacao

public CtIdentificacaoPrestador getIdentificacao()
Gets the value of the identificacao property.

Returns:
possible object is CtIdentificacaoPrestador

setIdentificacao

public void setIdentificacao(CtIdentificacaoPrestador value)
Sets the value of the identificacao property.

Parameters:
value - allowed object is CtIdentificacaoPrestador

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

getEnderecoContratado

public CtEndereco getEnderecoContratado()
Gets the value of the enderecoContratado property.

Returns:
possible object is CtEndereco

setEnderecoContratado

public void setEnderecoContratado(CtEndereco value)
Sets the value of the enderecoContratado property.

Parameters:
value - allowed object is CtEndereco

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