public class ValorDivida extends Object implements Serializable
Java class for valorDivida complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="valorDivida"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="valor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dataApuracao" use="required" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="dataInicioIncidencia" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="rubrica" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PRINCIPAL"/> <enumeration value="MULTA"/> <enumeration value="JUROS"/> <enumeration value="CORRECAO"/> </restriction> </simpleType> </attribute> <attribute name="tipoValor" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ORIGINARIO"/> <enumeration value="ATUALIZACAO"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
dataApuracao |
protected XMLGregorianCalendar |
dataInicioIncidencia |
protected String |
rubrica |
protected String |
tipoValor |
protected String |
valor |
Constructor and Description |
---|
ValorDivida() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getDataApuracao()
Gets the value of the dataApuracao property.
|
XMLGregorianCalendar |
getDataInicioIncidencia()
Gets the value of the dataInicioIncidencia property.
|
String |
getRubrica()
Gets the value of the rubrica property.
|
String |
getTipoValor()
Gets the value of the tipoValor property.
|
String |
getValor()
Gets the value of the valor property.
|
boolean |
isSetDataApuracao() |
boolean |
isSetDataInicioIncidencia() |
boolean |
isSetRubrica() |
boolean |
isSetTipoValor() |
boolean |
isSetValor() |
void |
setDataApuracao(XMLGregorianCalendar value)
Sets the value of the dataApuracao property.
|
void |
setDataInicioIncidencia(XMLGregorianCalendar value)
Sets the value of the dataInicioIncidencia property.
|
void |
setRubrica(String value)
Sets the value of the rubrica property.
|
void |
setTipoValor(String value)
Sets the value of the tipoValor property.
|
void |
setValor(String value)
Sets the value of the valor property.
|
protected String valor
protected XMLGregorianCalendar dataApuracao
protected XMLGregorianCalendar dataInicioIncidencia
protected String rubrica
protected String tipoValor
public String getValor()
String
public void setValor(String value)
value
- allowed object is
String
public boolean isSetValor()
public XMLGregorianCalendar getDataApuracao()
XMLGregorianCalendar
public void setDataApuracao(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetDataApuracao()
public XMLGregorianCalendar getDataInicioIncidencia()
XMLGregorianCalendar
public void setDataInicioIncidencia(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetDataInicioIncidencia()
public String getRubrica()
String
public void setRubrica(String value)
value
- allowed object is
String
public boolean isSetRubrica()
public String getTipoValor()
String
public void setTipoValor(String value)
value
- allowed object is
String
public boolean isSetTipoValor()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.