br.gov.ans.padroes.tiss.schemas
Class CtDemonstrativoAnaliseConta.Fatura
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dadosFatura
protected CtDadosConta dadosFatura
CtDemonstrativoAnaliseConta.Fatura
public CtDemonstrativoAnaliseConta.Fatura()
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