public static class Comprobante.CfdiRelacionados 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="CfdiRelacionado" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="UUID" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="36"/> <whiteSpace value="collapse"/> <pattern value="[a-f0-9A-F]{8}-[a-f0-9A-F]{4}-[a-f0-9A-F]{4}-[a-f0-9A-F]{4}-[a-f0-9A-F]{12}"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="TipoRelacion" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_TipoRelacion" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Comprobante.CfdiRelacionados.CfdiRelacionado
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Comprobante.CfdiRelacionados.CfdiRelacionado> |
cfdiRelacionado |
protected String |
tipoRelacion |
Constructor and Description |
---|
CfdiRelacionados() |
Modifier and Type | Method and Description |
---|---|
List<Comprobante.CfdiRelacionados.CfdiRelacionado> |
getCfdiRelacionado()
Gets the value of the cfdiRelacionado property.
|
String |
getTipoRelacion()
Gets the value of the tipoRelacion property.
|
void |
setTipoRelacion(String value)
Sets the value of the tipoRelacion property.
|
protected List<Comprobante.CfdiRelacionados.CfdiRelacionado> cfdiRelacionado
protected String tipoRelacion
public List<Comprobante.CfdiRelacionados.CfdiRelacionado> getCfdiRelacionado()
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 cfdiRelacionado property.
For example, to add a new item, do as follows:
getCfdiRelacionado().add(newItem);
Objects of the following type(s) are allowed in the list
Comprobante.CfdiRelacionados.CfdiRelacionado
public String getTipoRelacion()
String
Copyright © 2010–2018. All rights reserved.