mx.bigdata.sat.cfdi.schema
Class TimbreFiscalDigital

java.lang.Object
  extended by mx.bigdata.sat.cfdi.schema.TimbreFiscalDigital
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

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

version

protected String version

uuid

protected String uuid

fechaTimbrado

protected Date fechaTimbrado

selloCFD

protected String selloCFD

noCertificadoSAT

protected String noCertificadoSAT

selloSAT

protected String selloSAT
Constructor Detail

TimbreFiscalDigital

public TimbreFiscalDigital()
Method Detail

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getUUID

public String getUUID()
Gets the value of the uuid property.

Returns:
possible object is String

setUUID

public void setUUID(String value)
Sets the value of the uuid property.

Parameters:
value - allowed object is String

getFechaTimbrado

public Date getFechaTimbrado()
Gets the value of the fechaTimbrado property.

Returns:
possible object is String

setFechaTimbrado

public void setFechaTimbrado(Date value)
Sets the value of the fechaTimbrado property.

Parameters:
value - allowed object is String

getSelloCFD

public String getSelloCFD()
Gets the value of the selloCFD property.

Returns:
possible object is String

setSelloCFD

public void setSelloCFD(String value)
Sets the value of the selloCFD property.

Parameters:
value - allowed object is String

getNoCertificadoSAT

public String getNoCertificadoSAT()
Gets the value of the noCertificadoSAT property.

Returns:
possible object is String

setNoCertificadoSAT

public void setNoCertificadoSAT(String value)
Sets the value of the noCertificadoSAT property.

Parameters:
value - allowed object is String

getSelloSAT

public String getSelloSAT()
Gets the value of the selloSAT property.

Returns:
possible object is String

setSelloSAT

public void setSelloSAT(String value)
Sets the value of the selloSAT property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.