|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtDadosResumo
public class CtDadosResumo
Java class for ct_dadosResumo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_dadosResumo"> <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="12"/> </restriction> </simpleType> </element> <element name="numeroLote"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="12"/> </restriction> </simpleType> </element> <element name="dataEnvioLote" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="numeroProtocolo"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="12"/> </restriction> </simpleType> </element> <element name="valorInformado" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="valorProcessado" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="valorLiberado" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="valorGlosa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dataEnvioLote
|
protected java.lang.String |
numeroFatura
|
protected java.lang.String |
numeroLote
|
protected java.lang.String |
numeroProtocolo
|
protected java.lang.Double |
valorGlosa
|
protected double |
valorInformado
|
protected double |
valorLiberado
|
protected double |
valorProcessado
|
Constructor Summary | |
---|---|
CtDadosResumo()
|
Method Summary | |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDataEnvioLote()
Gets the value of the dataEnvioLote property. |
java.lang.String |
getNumeroFatura()
Gets the value of the numeroFatura property. |
java.lang.String |
getNumeroLote()
Gets the value of the numeroLote property. |
java.lang.String |
getNumeroProtocolo()
Gets the value of the numeroProtocolo property. |
java.lang.Double |
getValorGlosa()
Gets the value of the valorGlosa property. |
double |
getValorInformado()
Gets the value of the valorInformado property. |
double |
getValorLiberado()
Gets the value of the valorLiberado property. |
double |
getValorProcessado()
Gets the value of the valorProcessado property. |
void |
setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataEnvioLote property. |
void |
setNumeroFatura(java.lang.String value)
Sets the value of the numeroFatura property. |
void |
setNumeroLote(java.lang.String value)
Sets the value of the numeroLote property. |
void |
setNumeroProtocolo(java.lang.String value)
Sets the value of the numeroProtocolo property. |
void |
setValorGlosa(java.lang.Double value)
Sets the value of the valorGlosa property. |
void |
setValorInformado(double value)
Sets the value of the valorInformado property. |
void |
setValorLiberado(double value)
Sets the value of the valorLiberado property. |
void |
setValorProcessado(double value)
Sets the value of the valorProcessado 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 java.lang.String numeroLote
protected javax.xml.datatype.XMLGregorianCalendar dataEnvioLote
protected java.lang.String numeroProtocolo
protected double valorInformado
protected double valorProcessado
protected double valorLiberado
protected java.lang.Double valorGlosa
Constructor Detail |
---|
public CtDadosResumo()
Method Detail |
---|
public java.lang.String getNumeroFatura()
String
public void setNumeroFatura(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNumeroLote()
String
public void setNumeroLote(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDataEnvioLote()
XMLGregorianCalendar
public void setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getNumeroProtocolo()
String
public void setNumeroProtocolo(java.lang.String value)
value
- allowed object is
String
public double getValorInformado()
public void setValorInformado(double value)
public double getValorProcessado()
public void setValorProcessado(double value)
public double getValorLiberado()
public void setValorLiberado(double value)
public java.lang.Double getValorGlosa()
Double
public void setValorGlosa(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 |