public class TimbreFiscalDigital extends Object implements Serializable
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.0" /> <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"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <whiteSpace value="collapse"/> </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"> <whiteSpace value="collapse"/> <length value="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 Date |
fechaTimbrado |
protected String |
noCertificadoSAT |
protected String |
selloCFD |
protected String |
selloSAT |
protected String |
uuid |
protected String |
version |
Constructor and Description |
---|
TimbreFiscalDigital() |
Modifier and Type | Method and Description |
---|---|
Date |
getFechaTimbrado()
Gets the value of the fechaTimbrado property.
|
String |
getNoCertificadoSAT()
Gets the value of the noCertificadoSAT 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(Date value)
Sets the value of the fechaTimbrado property.
|
void |
setNoCertificadoSAT(String value)
Sets the value of the noCertificadoSAT 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 Date fechaTimbrado
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 Date getFechaTimbrado()
String
public void setFechaTimbrado(Date 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.