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

java.lang.Object
  extended by br.gov.ans.tiss.ws.tipos.tisssolicitacaoprocedimento.WsSolicitacaoProcedimento.SolicitacaoProcedimento
Enclosing class:
WsSolicitacaoProcedimento

public static class WsSolicitacaoProcedimento.SolicitacaoProcedimento
extends java.lang.Object

Java class for anonymous complex type.

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

 <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>
 


Field Summary
protected  java.util.List<CtGuiaSolicInternacao> guiaSolicInternacao
           
protected  java.util.List<CtGuiaSolicitacaoOdonto> guiaSolicitacaoOdontologia
           
protected  java.util.List<CtGuiaSolicitacaoProrrogacao> guiaSolicitacaoProrrogacao
           
protected  java.util.List<CtGuiaSolicitacaoSPSADT> guiaSolicitacaoSADT
           
 
Constructor Summary
WsSolicitacaoProcedimento.SolicitacaoProcedimento()
           
 
Method Summary
 java.util.List<CtGuiaSolicInternacao> getGuiaSolicInternacao()
          Gets the value of the guiaSolicInternacao property.
 java.util.List<CtGuiaSolicitacaoOdonto> getGuiaSolicitacaoOdontologia()
          Gets the value of the guiaSolicitacaoOdontologia property.
 java.util.List<CtGuiaSolicitacaoProrrogacao> getGuiaSolicitacaoProrrogacao()
          Gets the value of the guiaSolicitacaoProrrogacao property.
 java.util.List<CtGuiaSolicitacaoSPSADT> getGuiaSolicitacaoSADT()
          Gets the value of the guiaSolicitacaoSADT property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guiaSolicInternacao

protected java.util.List<CtGuiaSolicInternacao> guiaSolicInternacao

guiaSolicitacaoSADT

protected java.util.List<CtGuiaSolicitacaoSPSADT> guiaSolicitacaoSADT

guiaSolicitacaoOdontologia

protected java.util.List<CtGuiaSolicitacaoOdonto> guiaSolicitacaoOdontologia

guiaSolicitacaoProrrogacao

protected java.util.List<CtGuiaSolicitacaoProrrogacao> guiaSolicitacaoProrrogacao
Constructor Detail

WsSolicitacaoProcedimento.SolicitacaoProcedimento

public WsSolicitacaoProcedimento.SolicitacaoProcedimento()
Method Detail

getGuiaSolicInternacao

public java.util.List<CtGuiaSolicInternacao> getGuiaSolicInternacao()
Gets the value of the guiaSolicInternacao property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the guiaSolicInternacao property.

For example, to add a new item, do as follows:

    getGuiaSolicInternacao().add(newItem);
 

Objects of the following type(s) are allowed in the list CtGuiaSolicInternacao


getGuiaSolicitacaoSADT

public java.util.List<CtGuiaSolicitacaoSPSADT> getGuiaSolicitacaoSADT()
Gets the value of the guiaSolicitacaoSADT property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the guiaSolicitacaoSADT property.

For example, to add a new item, do as follows:

    getGuiaSolicitacaoSADT().add(newItem);
 

Objects of the following type(s) are allowed in the list CtGuiaSolicitacaoSPSADT


getGuiaSolicitacaoOdontologia

public java.util.List<CtGuiaSolicitacaoOdonto> getGuiaSolicitacaoOdontologia()
Gets the value of the guiaSolicitacaoOdontologia property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the guiaSolicitacaoOdontologia property.

For example, to add a new item, do as follows:

    getGuiaSolicitacaoOdontologia().add(newItem);
 

Objects of the following type(s) are allowed in the list CtGuiaSolicitacaoOdonto


getGuiaSolicitacaoProrrogacao

public java.util.List<CtGuiaSolicitacaoProrrogacao> getGuiaSolicitacaoProrrogacao()
Gets the value of the guiaSolicitacaoProrrogacao property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the guiaSolicitacaoProrrogacao property.

For example, to add a new item, do as follows:

    getGuiaSolicitacaoProrrogacao().add(newItem);
 

Objects of the following type(s) are allowed in the list CtGuiaSolicitacaoProrrogacao