br.gov.ans.padroes.tiss.schemas
Class CtLoteGuias

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

public class CtLoteGuias
extends java.lang.Object

Java class for ct_loteGuias complex type.

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

 <complexType name="ct_loteGuias">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeroLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_inteiro12"/>
         <element name="guias">
           <complexType>
             <complexContent>
               <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guias">
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtLoteGuias.Guias
          Java class for anonymous complex type.
 
Field Summary
protected  CtLoteGuias.Guias guias
           
protected  java.math.BigInteger numeroLote
           
 
Constructor Summary
CtLoteGuias()
           
 
Method Summary
 CtLoteGuias.Guias getGuias()
          Gets the value of the guias property.
 java.math.BigInteger getNumeroLote()
          Gets the value of the numeroLote property.
 void setGuias(CtLoteGuias.Guias value)
          Sets the value of the guias property.
 void setNumeroLote(java.math.BigInteger 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.math.BigInteger numeroLote

guias

protected CtLoteGuias.Guias guias
Constructor Detail

CtLoteGuias

public CtLoteGuias()
Method Detail

getNumeroLote

public java.math.BigInteger getNumeroLote()
Gets the value of the numeroLote property.

Returns:
possible object is BigInteger

setNumeroLote

public void setNumeroLote(java.math.BigInteger value)
Sets the value of the numeroLote property.

Parameters:
value - allowed object is BigInteger

getGuias

public CtLoteGuias.Guias getGuias()
Gets the value of the guias property.

Returns:
possible object is CtLoteGuias.Guias

setGuias

public void setGuias(CtLoteGuias.Guias value)
Sets the value of the guias property.

Parameters:
value - allowed object is CtLoteGuias.Guias