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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.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">
       <choice>
         <element name="detalheguiaMedica" maxOccurs="100" 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/v20201}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/v20201}ct_itemSolicitacao" maxOccurs="unbounded"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="detalheguiaOdonto" maxOccurs="100" 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/v20201}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/v20201}ct_itemSolicitacaoOdonto" maxOccurs="unbounded"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

detalheguiaMedica

protected java.util.List<CtStatusLote.Guias.DetalheguiaMedica> detalheguiaMedica

detalheguiaOdonto

protected java.util.List<CtStatusLote.Guias.DetalheguiaOdonto> detalheguiaOdonto
Constructor Detail

CtStatusLote.Guias

public CtStatusLote.Guias()
Method Detail

getDetalheguiaMedica

public java.util.List<CtStatusLote.Guias.DetalheguiaMedica> getDetalheguiaMedica()
Gets the value of the detalheguiaMedica 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 detalheguiaMedica property.

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

    getDetalheguiaMedica().add(newItem);
 

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


getDetalheguiaOdonto

public java.util.List<CtStatusLote.Guias.DetalheguiaOdonto> getDetalheguiaOdonto()
Gets the value of the detalheguiaOdonto 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 detalheguiaOdonto property.

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

    getDetalheguiaOdonto().add(newItem);
 

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