br.gov.ans.tiss.ws.tipos.tisssolicitacaoprocedimento
Class WsSolicitacaoProcedimento

java.lang.Object
  extended by br.gov.ans.tiss.ws.tipos.tisssolicitacaoprocedimento.WsSolicitacaoProcedimento

public class WsSolicitacaoProcedimento
extends java.lang.Object

Java class for ws_solicitacaoProcedimento complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ws_solicitacaoProcedimento">
   <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="solicitacaoProcedimento">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="guiaSolicInternacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaSolicInternacao" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="guiaSolicitacaoSADT" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaSolicitacaoSP_SADT" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="guiaSolicitacaoOdontologia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaSolicitacaoOdonto" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="guiaSolicitacaoProrrogacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaSolicitacaoProrrogacao" maxOccurs="unbounded" minOccurs="0"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="hash" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class WsSolicitacaoProcedimento.SolicitacaoProcedimento
          Java class for anonymous complex type.
 
Field Summary
protected  CabecalhoTransacao cabecalho
           
protected  java.lang.String hash
           
protected  WsSolicitacaoProcedimento.SolicitacaoProcedimento solicitacaoProcedimento
           
 
Constructor Summary
WsSolicitacaoProcedimento()
           
 
Method Summary
 CabecalhoTransacao getCabecalho()
          Gets the value of the cabecalho property.
 java.lang.String getHash()
          Gets the value of the hash property.
 WsSolicitacaoProcedimento.SolicitacaoProcedimento getSolicitacaoProcedimento()
          Gets the value of the solicitacaoProcedimento 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 setSolicitacaoProcedimento(WsSolicitacaoProcedimento.SolicitacaoProcedimento value)
          Sets the value of the solicitacaoProcedimento property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cabecalho

protected CabecalhoTransacao cabecalho

solicitacaoProcedimento

protected WsSolicitacaoProcedimento.SolicitacaoProcedimento solicitacaoProcedimento

hash

protected java.lang.String hash
Constructor Detail

WsSolicitacaoProcedimento

public WsSolicitacaoProcedimento()
Method Detail

getCabecalho

public CabecalhoTransacao getCabecalho()
Gets the value of the cabecalho property.

Returns:
possible object is CabecalhoTransacao

setCabecalho

public void setCabecalho(CabecalhoTransacao value)
Sets the value of the cabecalho property.

Parameters:
value - allowed object is CabecalhoTransacao

getSolicitacaoProcedimento

public WsSolicitacaoProcedimento.SolicitacaoProcedimento getSolicitacaoProcedimento()
Gets the value of the solicitacaoProcedimento property.

Returns:
possible object is WsSolicitacaoProcedimento.SolicitacaoProcedimento

setSolicitacaoProcedimento

public void setSolicitacaoProcedimento(WsSolicitacaoProcedimento.SolicitacaoProcedimento value)
Sets the value of the solicitacaoProcedimento property.

Parameters:
value - allowed object is WsSolicitacaoProcedimento.SolicitacaoProcedimento

getHash

public java.lang.String getHash()
Gets the value of the hash property.

Returns:
possible object is String

setHash

public void setHash(java.lang.String value)
Sets the value of the hash property.

Parameters:
value - allowed object is String