|
||||||||||
| 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
public class LeyendasFiscales
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">
<sequence>
<element name="Leyenda" maxOccurs="unbounded">
<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>
</element>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
LeyendasFiscales.Leyenda
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<LeyendasFiscales.Leyenda> |
leyenda
|
protected String |
version
|
| Constructor Summary | |
|---|---|
LeyendasFiscales()
|
|
| Method Summary | |
|---|---|
List<LeyendasFiscales.Leyenda> |
getLeyenda()
Gets the value of the leyenda property. |
String |
getVersion()
Gets the value of the version property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<LeyendasFiscales.Leyenda> leyenda
protected String version
| Constructor Detail |
|---|
public LeyendasFiscales()
| Method Detail |
|---|
public List<LeyendasFiscales.Leyenda> getLeyenda()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the leyenda property.
For example, to add a new item, do as follows:
getLeyenda().add(newItem);
Objects of the following type(s) are allowed in the list
LeyendasFiscales.Leyenda
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||