|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtSolicitaElegibilidade
public class CtSolicitaElegibilidade
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 |
---|
protected CtContratado dadosPrestador
protected CtBeneficiario dadosBeneficiario
Constructor Detail |
---|
public CtSolicitaElegibilidade()
Method Detail |
---|
public CtContratado getDadosPrestador()
CtContratado
public void setDadosPrestador(CtContratado value)
value
- allowed object is
CtContratado
public CtBeneficiario getDadosBeneficiario()
CtBeneficiario
public void setDadosBeneficiario(CtBeneficiario value)
value
- allowed object is
CtBeneficiario
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |