br.gov.ans.padroes.tiss.schemas
Class CtDemonstrativoAnaliseConta.Fatura

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtDemonstrativoAnaliseConta.Fatura
Enclosing class:
CtDemonstrativoAnaliseConta

public static class CtDemonstrativoAnaliseConta.Fatura
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="dadosFatura" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_dadosConta"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtDadosConta dadosFatura
           
 
Constructor Summary
CtDemonstrativoAnaliseConta.Fatura()
           
 
Method Summary
 CtDadosConta getDadosFatura()
          Gets the value of the dadosFatura property.
 void setDadosFatura(CtDadosConta value)
          Sets the value of the dadosFatura property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dadosFatura

protected CtDadosConta dadosFatura
Constructor Detail

CtDemonstrativoAnaliseConta.Fatura

public CtDemonstrativoAnaliseConta.Fatura()
Method Detail

getDadosFatura

public CtDadosConta getDadosFatura()
Gets the value of the dadosFatura property.

Returns:
possible object is CtDadosConta

setDadosFatura

public void setDadosFatura(CtDadosConta value)
Sets the value of the dadosFatura property.

Parameters:
value - allowed object is CtDadosConta