public static class Polizas.Poliza.Transaccion.CompNalOtr 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="CFD_CBB_Serie"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="10"/> <pattern value="[A-Z]+"/> </restriction> </simpleType> </attribute> <attribute name="CFD_CBB_NumFol" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <minInclusive value="1"/> <totalDigits value="20"/> </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 BigInteger |
cfdcbbNumFol |
protected String |
cfdcbbSerie |
protected CMoneda |
moneda |
protected BigDecimal |
montoTotal |
protected String |
rfc |
protected BigDecimal |
tipCamb |
Constructor and Description |
---|
CompNalOtr() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getCFDCBBNumFol()
Gets the value of the cfdcbbNumFol property.
|
String |
getCFDCBBSerie()
Gets the value of the cfdcbbSerie property.
|
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.
|
void |
setCFDCBBNumFol(BigInteger value)
Sets the value of the cfdcbbNumFol property.
|
void |
setCFDCBBSerie(String value)
Sets the value of the cfdcbbSerie 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.
|
protected String cfdcbbSerie
protected BigInteger cfdcbbNumFol
protected String rfc
protected BigDecimal montoTotal
protected CMoneda moneda
protected BigDecimal tipCamb
public String getCFDCBBSerie()
String
public void setCFDCBBSerie(String value)
value
- allowed object is
String
public BigInteger getCFDCBBNumFol()
BigInteger
public void setCFDCBBNumFol(BigInteger value)
value
- allowed object is
BigInteger
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.