|
||||||||||
| 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.WsMensagemTissZIP
public class WsMensagemTissZIP
Java class for ws_MensagemTissZIP complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ws_MensagemTissZIP">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MensagemTissZIP" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="TipoMensagem" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_tipoTransacao"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected byte[] |
mensagemTissZIP
|
protected StTipoTransacao |
tipoMensagem
|
| Constructor Summary | |
|---|---|
WsMensagemTissZIP()
|
|
| Method Summary | |
|---|---|
byte[] |
getMensagemTissZIP()
Gets the value of the mensagemTissZIP property. |
StTipoTransacao |
getTipoMensagem()
Gets the value of the tipoMensagem property. |
void |
setMensagemTissZIP(byte[] value)
Sets the value of the mensagemTissZIP property. |
void |
setTipoMensagem(StTipoTransacao value)
Sets the value of the tipoMensagem property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected byte[] mensagemTissZIP
protected StTipoTransacao tipoMensagem
| Constructor Detail |
|---|
public WsMensagemTissZIP()
| Method Detail |
|---|
public byte[] getMensagemTissZIP()
public void setMensagemTissZIP(byte[] value)
value - allowed object is
byte[]public StTipoTransacao getTipoMensagem()
StTipoTransacaopublic void setTipoMensagem(StTipoTransacao value)
value - allowed object is
StTipoTransacao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||