public static class Polizas.Poliza.Transaccion.CompNal 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="UUID_CFDI" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <length value="36"/> <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> <attribute name="RFC" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="12"/> <maxLength value="13"/> <whiteSpace value="collapse"/> <pattern value="[A-ZÑ&]{3,4}[0-9]{2}[0-1][0-9][0-3][0-9][A-Z0-9]?[A-Z0-9]?[0-9A-Z]?"/> </restriction> </simpleType> </attribute> <attribute name="MontoTotal" use="required" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/PolizasPeriodo}t_Importe" /> <attribute name="Moneda" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/CatalogosParaEsqContE}c_Moneda" /> <attribute name="TipCamb"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0"/> <totalDigits value="19"/> <fractionDigits value="5"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CMoneda |
moneda |
protected BigDecimal |
montoTotal |
protected String |
rfc |
protected BigDecimal |
tipCamb |
protected String |
uuidcfdi |
Constructor and Description |
---|
CompNal() |
Modifier and Type | Method and Description |
---|---|
CMoneda |
getMoneda()
Gets the value of the moneda property.
|
BigDecimal |
getMontoTotal()
Gets the value of the montoTotal property.
|
String |
getRFC()
Gets the value of the rfc property.
|
BigDecimal |
getTipCamb()
Gets the value of the tipCamb property.
|
String |
getUUIDCFDI()
Gets the value of the uuidcfdi property.
|
void |
setMoneda(CMoneda value)
Sets the value of the moneda property.
|
void |
setMontoTotal(BigDecimal value)
Sets the value of the montoTotal property.
|
void |
setRFC(String value)
Sets the value of the rfc property.
|
void |
setTipCamb(BigDecimal value)
Sets the value of the tipCamb property.
|
void |
setUUIDCFDI(String value)
Sets the value of the uuidcfdi property.
|
protected String uuidcfdi
protected String rfc
protected BigDecimal montoTotal
protected CMoneda moneda
protected BigDecimal tipCamb
public String getUUIDCFDI()
String
public void setUUIDCFDI(String value)
value
- allowed object is
String
public String getRFC()
String
public void setRFC(String value)
value
- allowed object is
String
public BigDecimal getMontoTotal()
BigDecimal
public void setMontoTotal(BigDecimal value)
value
- allowed object is
BigDecimal
public CMoneda getMoneda()
CMoneda
public void setMoneda(CMoneda value)
value
- allowed object is
CMoneda
public BigDecimal getTipCamb()
BigDecimal
public void setTipCamb(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.