br.gov.ans.tiss.ws.tipos.tisstransmitemensagemzip.v20201
Class WsRespostaMensagemTissZIP

java.lang.Object
  extended by br.gov.ans.tiss.ws.tipos.tisstransmitemensagemzip.v20201.WsRespostaMensagemTissZIP

public class WsRespostaMensagemTissZIP
extends java.lang.Object

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/v20201}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

respostaMensagemTissZIP

protected byte[] respostaMensagemTissZIP

respostaTipoMensagem

protected StTipoTransacao respostaTipoMensagem
Constructor Detail

WsRespostaMensagemTissZIP

public WsRespostaMensagemTissZIP()
Method Detail

getRespostaMensagemTissZIP

public byte[] getRespostaMensagemTissZIP()
Gets the value of the respostaMensagemTissZIP property.

Returns:
possible object is byte[]

setRespostaMensagemTissZIP

public void setRespostaMensagemTissZIP(byte[] value)
Sets the value of the respostaMensagemTissZIP property.

Parameters:
value - allowed object is byte[]

getRespostaTipoMensagem

public StTipoTransacao getRespostaTipoMensagem()
Gets the value of the respostaTipoMensagem property.

Returns:
possible object is StTipoTransacao

setRespostaTipoMensagem

public void setRespostaTipoMensagem(StTipoTransacao value)
Sets the value of the respostaTipoMensagem property.

Parameters:
value - allowed object is StTipoTransacao