|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.tiss.ws.tipos.tisssolicitacaodemonstrativoretorno.WsSolicitacaoDemonstrativoRetorno
public class WsSolicitacaoDemonstrativoRetorno
Java class for ws_solicitacaoDemonstrativoRetorno complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ws_solicitacaoDemonstrativoRetorno"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cabecalho" type="{http://www.ans.gov.br/padroes/tiss/schemas}cabecalhoTransacao"/> <element name="solicitacaoDemonstrativoRetorno" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_solicitacaoDemonstrativoPagamento"/> <element name="hash" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CabecalhoTransacao |
cabecalho
|
protected java.lang.String |
hash
|
protected CtSolicitacaoDemonstrativoPagamento |
solicitacaoDemonstrativoRetorno
|
Constructor Summary | |
---|---|
WsSolicitacaoDemonstrativoRetorno()
|
Method Summary | |
---|---|
CabecalhoTransacao |
getCabecalho()
Gets the value of the cabecalho property. |
java.lang.String |
getHash()
Gets the value of the hash property. |
CtSolicitacaoDemonstrativoPagamento |
getSolicitacaoDemonstrativoRetorno()
Gets the value of the solicitacaoDemonstrativoRetorno property. |
void |
setCabecalho(CabecalhoTransacao value)
Sets the value of the cabecalho property. |
void |
setHash(java.lang.String value)
Sets the value of the hash property. |
void |
setSolicitacaoDemonstrativoRetorno(CtSolicitacaoDemonstrativoPagamento value)
Sets the value of the solicitacaoDemonstrativoRetorno property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CabecalhoTransacao cabecalho
protected CtSolicitacaoDemonstrativoPagamento solicitacaoDemonstrativoRetorno
protected java.lang.String hash
Constructor Detail |
---|
public WsSolicitacaoDemonstrativoRetorno()
Method Detail |
---|
public CabecalhoTransacao getCabecalho()
CabecalhoTransacao
public void setCabecalho(CabecalhoTransacao value)
value
- allowed object is
CabecalhoTransacao
public CtSolicitacaoDemonstrativoPagamento getSolicitacaoDemonstrativoRetorno()
CtSolicitacaoDemonstrativoPagamento
public void setSolicitacaoDemonstrativoRetorno(CtSolicitacaoDemonstrativoPagamento value)
value
- allowed object is
CtSolicitacaoDemonstrativoPagamento
public java.lang.String getHash()
String
public void setHash(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |