br.gov.ans.padroes.tiss.schemas
Class CtStatusLote.Guias.Detalheguia

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtStatusLote.Guias.Detalheguia
Enclosing class:
CtStatusLote.Guias

public static class CtStatusLote.Guias.Detalheguia
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">
       <sequence>
         <element name="identificacaoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuia"/>
         <element name="procedimentosAnalisados">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_itemSolicitacao" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtStatusLote.Guias.Detalheguia.ProcedimentosAnalisados
          Java class for anonymous complex type.
 
Field Summary
protected  CtCabecalhoGuia identificacaoGuia
           
protected  CtStatusLote.Guias.Detalheguia.ProcedimentosAnalisados procedimentosAnalisados
           
 
Constructor Summary
CtStatusLote.Guias.Detalheguia()
           
 
Method Summary
 CtCabecalhoGuia getIdentificacaoGuia()
          Gets the value of the identificacaoGuia property.
 CtStatusLote.Guias.Detalheguia.ProcedimentosAnalisados getProcedimentosAnalisados()
          Gets the value of the procedimentosAnalisados property.
 void setIdentificacaoGuia(CtCabecalhoGuia value)
          Sets the value of the identificacaoGuia property.
 void setProcedimentosAnalisados(CtStatusLote.Guias.Detalheguia.ProcedimentosAnalisados value)
          Sets the value of the procedimentosAnalisados property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificacaoGuia

protected CtCabecalhoGuia identificacaoGuia

procedimentosAnalisados

protected CtStatusLote.Guias.Detalheguia.ProcedimentosAnalisados procedimentosAnalisados
Constructor Detail

CtStatusLote.Guias.Detalheguia

public CtStatusLote.Guias.Detalheguia()
Method Detail

getIdentificacaoGuia

public CtCabecalhoGuia getIdentificacaoGuia()
Gets the value of the identificacaoGuia property.

Returns:
possible object is CtCabecalhoGuia

setIdentificacaoGuia

public void setIdentificacaoGuia(CtCabecalhoGuia value)
Sets the value of the identificacaoGuia property.

Parameters:
value - allowed object is CtCabecalhoGuia

getProcedimentosAnalisados

public CtStatusLote.Guias.Detalheguia.ProcedimentosAnalisados getProcedimentosAnalisados()
Gets the value of the procedimentosAnalisados property.

Returns:
possible object is CtStatusLote.Guias.Detalheguia.ProcedimentosAnalisados

setProcedimentosAnalisados

public void setProcedimentosAnalisados(CtStatusLote.Guias.Detalheguia.ProcedimentosAnalisados value)
Sets the value of the procedimentosAnalisados property.

Parameters:
value - allowed object is CtStatusLote.Guias.Detalheguia.ProcedimentosAnalisados