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

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

public static class CtStatusLote.Guias
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="detalheguia" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtStatusLote.Guias.Detalheguia
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<CtStatusLote.Guias.Detalheguia> detalheguia
           
 
Constructor Summary
CtStatusLote.Guias()
           
 
Method Summary
 java.util.List<CtStatusLote.Guias.Detalheguia> getDetalheguia()
          Gets the value of the detalheguia property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

detalheguia

protected java.util.List<CtStatusLote.Guias.Detalheguia> detalheguia
Constructor Detail

CtStatusLote.Guias

public CtStatusLote.Guias()
Method Detail

getDetalheguia

public java.util.List<CtStatusLote.Guias.Detalheguia> getDetalheguia()
Gets the value of the detalheguia 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 detalheguia property.

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

    getDetalheguia().add(newItem);
 

Objects of the following type(s) are allowed in the list CtStatusLote.Guias.Detalheguia