|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtLoteOdonto
public class CtLoteOdonto
Java class for ct_loteOdonto complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_loteOdonto"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numeroLote"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="12"/> </restriction> </simpleType> </element> <element name="detalheGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_detalheGuiaOdonto"/> <element name="valorTotalLiberadoLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/> <element name="valorTotalProcessadoLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/> <element name="valorTotalGlosaLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CtDetalheGuiaOdonto |
detalheGuia
|
protected java.lang.String |
numeroLote
|
protected java.math.BigDecimal |
valorTotalGlosaLote
|
protected java.math.BigDecimal |
valorTotalLiberadoLote
|
protected java.math.BigDecimal |
valorTotalProcessadoLote
|
Constructor Summary | |
---|---|
CtLoteOdonto()
|
Method Summary | |
---|---|
CtDetalheGuiaOdonto |
getDetalheGuia()
Gets the value of the detalheGuia property. |
java.lang.String |
getNumeroLote()
Gets the value of the numeroLote property. |
java.math.BigDecimal |
getValorTotalGlosaLote()
Gets the value of the valorTotalGlosaLote property. |
java.math.BigDecimal |
getValorTotalLiberadoLote()
Gets the value of the valorTotalLiberadoLote property. |
java.math.BigDecimal |
getValorTotalProcessadoLote()
Gets the value of the valorTotalProcessadoLote property. |
void |
setDetalheGuia(CtDetalheGuiaOdonto value)
Sets the value of the detalheGuia property. |
void |
setNumeroLote(java.lang.String value)
Sets the value of the numeroLote property. |
void |
setValorTotalGlosaLote(java.math.BigDecimal value)
Sets the value of the valorTotalGlosaLote property. |
void |
setValorTotalLiberadoLote(java.math.BigDecimal value)
Sets the value of the valorTotalLiberadoLote property. |
void |
setValorTotalProcessadoLote(java.math.BigDecimal value)
Sets the value of the valorTotalProcessadoLote 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 numeroLote
protected CtDetalheGuiaOdonto detalheGuia
protected java.math.BigDecimal valorTotalLiberadoLote
protected java.math.BigDecimal valorTotalProcessadoLote
protected java.math.BigDecimal valorTotalGlosaLote
Constructor Detail |
---|
public CtLoteOdonto()
Method Detail |
---|
public java.lang.String getNumeroLote()
String
public void setNumeroLote(java.lang.String value)
value
- allowed object is
String
public CtDetalheGuiaOdonto getDetalheGuia()
CtDetalheGuiaOdonto
public void setDetalheGuia(CtDetalheGuiaOdonto value)
value
- allowed object is
CtDetalheGuiaOdonto
public java.math.BigDecimal getValorTotalLiberadoLote()
BigDecimal
public void setValorTotalLiberadoLote(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getValorTotalProcessadoLote()
BigDecimal
public void setValorTotalProcessadoLote(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getValorTotalGlosaLote()
BigDecimal
public void setValorTotalGlosaLote(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |