|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.leyendasfisc.schema.LeyendasFiscales.Leyenda
public static class LeyendasFiscales.Leyenda
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>
| Field Summary | |
|---|---|
protected String |
disposicionFiscal
|
protected String |
norma
|
protected String |
textoLeyenda
|
| Constructor Summary | |
|---|---|
LeyendasFiscales.Leyenda()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String disposicionFiscal
protected String norma
protected String textoLeyenda
| Constructor Detail |
|---|
public LeyendasFiscales.Leyenda()
| Method Detail |
|---|
public String getDisposicionFiscal()
Stringpublic void setDisposicionFiscal(String value)
value - allowed object is
Stringpublic String getNorma()
Stringpublic void setNorma(String value)
value - allowed object is
Stringpublic String getTextoLeyenda()
Stringpublic void setTextoLeyenda(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||