public class TimbreFiscalDigital 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="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="1.1" /> <attribute name="UUID" 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="FechaTimbrado" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_FechaH" /> <attribute name="RfcProvCertif" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_RFC_PM" /> <attribute name="Leyenda"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="12"/> <maxLength value="150"/> <pattern value="([A-Z]|[a-z]|[0-9]| |Ñ|ñ|!|"|%|&|'|´|-|:|;|>|=|<|@|_|,|\{|\}|`|~|á|é|í|ó|ú|Á|É|Í|Ó|Ú|ü|Ü){1,150}"/> </restriction> </simpleType> </attribute> <attribute name="SelloCFD" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="NoCertificadoSAT" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="20"/> <whiteSpace value="collapse"/> <pattern value="[0-9]{20}"/> </restriction> </simpleType> </attribute> <attribute name="SelloSAT" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
fechaTimbrado |
protected String |
leyenda |
protected String |
noCertificadoSAT |
protected String |
rfcProvCertif |
protected String |
selloCFD |
protected String |
selloSAT |
protected String |
uuid |
protected String |
version |
Constructor and Description |
---|
TimbreFiscalDigital() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getFechaTimbrado()
Gets the value of the fechaTimbrado property.
|
String |
getLeyenda()
Gets the value of the leyenda property.
|
String |
getNoCertificadoSAT()
Gets the value of the noCertificadoSAT property.
|
String |
getRfcProvCertif()
Gets the value of the rfcProvCertif property.
|
String |
getSelloCFD()
Gets the value of the selloCFD property.
|
String |
getSelloSAT()
Gets the value of the selloSAT property.
|
String |
getUUID()
Gets the value of the uuid property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setFechaTimbrado(XMLGregorianCalendar value)
Sets the value of the fechaTimbrado property.
|
void |
setLeyenda(String value)
Sets the value of the leyenda property.
|
void |
setNoCertificadoSAT(String value)
Sets the value of the noCertificadoSAT property.
|
void |
setRfcProvCertif(String value)
Sets the value of the rfcProvCertif property.
|
void |
setSelloCFD(String value)
Sets the value of the selloCFD property.
|
void |
setSelloSAT(String value)
Sets the value of the selloSAT property.
|
void |
setUUID(String value)
Sets the value of the uuid property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String uuid
protected XMLGregorianCalendar fechaTimbrado
protected String rfcProvCertif
protected String leyenda
protected String selloCFD
protected String noCertificadoSAT
protected String selloSAT
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getUUID()
String
public void setUUID(String value)
value
- allowed object is
String
public XMLGregorianCalendar getFechaTimbrado()
XMLGregorianCalendar
public void setFechaTimbrado(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getRfcProvCertif()
String
public void setRfcProvCertif(String value)
value
- allowed object is
String
public String getLeyenda()
String
public void setLeyenda(String value)
value
- allowed object is
String
public String getSelloCFD()
String
public void setSelloCFD(String value)
value
- allowed object is
String
public String getNoCertificadoSAT()
String
public void setNoCertificadoSAT(String value)
value
- allowed object is
String
public String getSelloSAT()
String
Copyright © 2010–2018. All rights reserved.