|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.cfdi.schema.TimbreFiscalDigital
public class TimbreFiscalDigital
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>
| Field Summary | |
|---|---|
protected Date |
fechaTimbrado
|
protected String |
noCertificadoSAT
|
protected String |
selloCFD
|
protected String |
selloSAT
|
protected String |
uuid
|
protected String |
version
|
| Constructor Summary | |
|---|---|
TimbreFiscalDigital()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String version
protected String uuid
protected Date fechaTimbrado
protected String selloCFD
protected String noCertificadoSAT
protected String selloSAT
| Constructor Detail |
|---|
public TimbreFiscalDigital()
| Method Detail |
|---|
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getUUID()
Stringpublic void setUUID(String value)
value - allowed object is
Stringpublic Date getFechaTimbrado()
Stringpublic void setFechaTimbrado(Date value)
value - allowed object is
Stringpublic String getSelloCFD()
Stringpublic void setSelloCFD(String value)
value - allowed object is
Stringpublic String getNoCertificadoSAT()
Stringpublic void setNoCertificadoSAT(String value)
value - allowed object is
Stringpublic String getSelloSAT()
Stringpublic void setSelloSAT(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||