public class LeyendasFiscales 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"> <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>
Modifier and Type | Class and Description |
---|---|
static class |
LeyendasFiscales.Leyenda
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<LeyendasFiscales.Leyenda> |
leyenda |
protected String |
version |
Constructor and Description |
---|
LeyendasFiscales() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected List<LeyendasFiscales.Leyenda> leyenda
protected String version
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()
String
Copyright © 2010–2018. All rights reserved.