|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.tiss.ws.tipos.tisstransmitemensagemzip.v20103.WsRespostaMensagemTissZIP
public class WsRespostaMensagemTissZIP
Java class for ws_RespostaMensagemTissZIP complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ws_RespostaMensagemTissZIP">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RespostaMensagemTissZIP" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="RespostaTipoMensagem" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_tipoTransacao"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected byte[] |
respostaMensagemTissZIP
|
protected StTipoTransacao |
respostaTipoMensagem
|
| Constructor Summary | |
|---|---|
WsRespostaMensagemTissZIP()
|
|
| Method Summary | |
|---|---|
byte[] |
getRespostaMensagemTissZIP()
Gets the value of the respostaMensagemTissZIP property. |
StTipoTransacao |
getRespostaTipoMensagem()
Gets the value of the respostaTipoMensagem property. |
void |
setRespostaMensagemTissZIP(byte[] value)
Sets the value of the respostaMensagemTissZIP property. |
void |
setRespostaTipoMensagem(StTipoTransacao value)
Sets the value of the respostaTipoMensagem property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected byte[] respostaMensagemTissZIP
protected StTipoTransacao respostaTipoMensagem
| Constructor Detail |
|---|
public WsRespostaMensagemTissZIP()
| Method Detail |
|---|
public byte[] getRespostaMensagemTissZIP()
public void setRespostaMensagemTissZIP(byte[] value)
value - allowed object is
byte[]public StTipoTransacao getRespostaTipoMensagem()
StTipoTransacaopublic void setRespostaTipoMensagem(StTipoTransacao value)
value - allowed object is
StTipoTransacao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||