br.gov.ans.padroes.tiss.schemas.v20201
Class CtLoteAnexo

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.CtLoteAnexo

public class CtLoteAnexo
extends java.lang.Object

Java class for ct_loteAnexo complex type.

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

 <complexType name="ct_loteAnexo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeroLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao12"/>
         <element name="anexoGuia">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="anexoSituacaoInicial" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_anexoSituacaoInicial"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtLoteAnexo.AnexoGuia
          Java class for anonymous complex type.
 
Field Summary
protected  CtLoteAnexo.AnexoGuia anexoGuia
           
protected  java.lang.String numeroLote
           
 
Constructor Summary
CtLoteAnexo()
           
 
Method Summary
 CtLoteAnexo.AnexoGuia getAnexoGuia()
          Gets the value of the anexoGuia property.
 java.lang.String getNumeroLote()
          Gets the value of the numeroLote property.
 void setAnexoGuia(CtLoteAnexo.AnexoGuia value)
          Sets the value of the anexoGuia property.
 void setNumeroLote(java.lang.String value)
          Sets the value of the numeroLote property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numeroLote

protected java.lang.String numeroLote

anexoGuia

protected CtLoteAnexo.AnexoGuia anexoGuia
Constructor Detail

CtLoteAnexo

public CtLoteAnexo()
Method Detail

getNumeroLote

public java.lang.String getNumeroLote()
Gets the value of the numeroLote property.

Returns:
possible object is String

setNumeroLote

public void setNumeroLote(java.lang.String value)
Sets the value of the numeroLote property.

Parameters:
value - allowed object is String

getAnexoGuia

public CtLoteAnexo.AnexoGuia getAnexoGuia()
Gets the value of the anexoGuia property.

Returns:
possible object is CtLoteAnexo.AnexoGuia

setAnexoGuia

public void setAnexoGuia(CtLoteAnexo.AnexoGuia value)
Sets the value of the anexoGuia property.

Parameters:
value - allowed object is CtLoteAnexo.AnexoGuia