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

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

public class CtSolicitaElegibilidade
extends java.lang.Object

Java class for ct_solicitaElegibilidade complex type.

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

 <complexType name="ct_solicitaElegibilidade">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/>
         <element name="dadosBeneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_beneficiario"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtBeneficiario dadosBeneficiario
           
protected  CtContratado dadosPrestador
           
 
Constructor Summary
CtSolicitaElegibilidade()
           
 
Method Summary
 CtBeneficiario getDadosBeneficiario()
          Gets the value of the dadosBeneficiario property.
 CtContratado getDadosPrestador()
          Gets the value of the dadosPrestador property.
 void setDadosBeneficiario(CtBeneficiario value)
          Sets the value of the dadosBeneficiario property.
 void setDadosPrestador(CtContratado value)
          Sets the value of the dadosPrestador property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dadosPrestador

protected CtContratado dadosPrestador

dadosBeneficiario

protected CtBeneficiario dadosBeneficiario
Constructor Detail

CtSolicitaElegibilidade

public CtSolicitaElegibilidade()
Method Detail

getDadosPrestador

public CtContratado getDadosPrestador()
Gets the value of the dadosPrestador property.

Returns:
possible object is CtContratado

setDadosPrestador

public void setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property.

Parameters:
value - allowed object is CtContratado

getDadosBeneficiario

public CtBeneficiario getDadosBeneficiario()
Gets the value of the dadosBeneficiario property.

Returns:
possible object is CtBeneficiario

setDadosBeneficiario

public void setDadosBeneficiario(CtBeneficiario value)
Sets the value of the dadosBeneficiario property.

Parameters:
value - allowed object is CtBeneficiario