public static class LeyendasFiscales.Leyenda extends 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"> <attribute name="disposicionFiscal"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="norma"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="textoLeyenda" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
disposicionFiscal |
protected String |
norma |
protected String |
textoLeyenda |
Constructor and Description |
---|
Leyenda() |
Modifier and Type | Method and Description |
---|---|
String |
getDisposicionFiscal()
Gets the value of the disposicionFiscal property.
|
String |
getNorma()
Gets the value of the norma property.
|
String |
getTextoLeyenda()
Gets the value of the textoLeyenda property.
|
void |
setDisposicionFiscal(String value)
Sets the value of the disposicionFiscal property.
|
void |
setNorma(String value)
Sets the value of the norma property.
|
void |
setTextoLeyenda(String value)
Sets the value of the textoLeyenda property.
|
protected String disposicionFiscal
protected String norma
protected String textoLeyenda
public String getDisposicionFiscal()
String
public void setDisposicionFiscal(String value)
value
- allowed object is
String
public String getNorma()
String
public void setNorma(String value)
value
- allowed object is
String
public String getTextoLeyenda()
String
Copyright © 2010–2018. All rights reserved.