|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtDadosConta
public class CtDadosConta
Java class for ct_dadosConta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_dadosConta"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numeroFatura" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="lote"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dadosLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_dadosLote" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="valorProcessadoFatura" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="valorLiberadoFatura" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="valorGlosaFatura" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CtDadosConta.Lote
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected CtDadosConta.Lote |
lote
|
protected java.lang.String |
numeroFatura
|
protected java.lang.Double |
valorGlosaFatura
|
protected double |
valorLiberadoFatura
|
protected double |
valorProcessadoFatura
|
Constructor Summary | |
---|---|
CtDadosConta()
|
Method Summary | |
---|---|
CtDadosConta.Lote |
getLote()
Gets the value of the lote property. |
java.lang.String |
getNumeroFatura()
Gets the value of the numeroFatura property. |
java.lang.Double |
getValorGlosaFatura()
Gets the value of the valorGlosaFatura property. |
double |
getValorLiberadoFatura()
Gets the value of the valorLiberadoFatura property. |
double |
getValorProcessadoFatura()
Gets the value of the valorProcessadoFatura property. |
void |
setLote(CtDadosConta.Lote value)
Sets the value of the lote property. |
void |
setNumeroFatura(java.lang.String value)
Sets the value of the numeroFatura property. |
void |
setValorGlosaFatura(java.lang.Double value)
Sets the value of the valorGlosaFatura property. |
void |
setValorLiberadoFatura(double value)
Sets the value of the valorLiberadoFatura property. |
void |
setValorProcessadoFatura(double value)
Sets the value of the valorProcessadoFatura property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String numeroFatura
protected CtDadosConta.Lote lote
protected double valorProcessadoFatura
protected double valorLiberadoFatura
protected java.lang.Double valorGlosaFatura
Constructor Detail |
---|
public CtDadosConta()
Method Detail |
---|
public java.lang.String getNumeroFatura()
String
public void setNumeroFatura(java.lang.String value)
value
- allowed object is
String
public CtDadosConta.Lote getLote()
CtDadosConta.Lote
public void setLote(CtDadosConta.Lote value)
value
- allowed object is
CtDadosConta.Lote
public double getValorProcessadoFatura()
public void setValorProcessadoFatura(double value)
public double getValorLiberadoFatura()
public void setValorLiberadoFatura(double value)
public java.lang.Double getValorGlosaFatura()
Double
public void setValorGlosaFatura(java.lang.Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |