mx.bigdata.sat.common.psgecfd.schema
Class PrestadoresDeServiciosDeCFD

java.lang.Object
  extended by mx.bigdata.sat.common.psgecfd.schema.PrestadoresDeServiciosDeCFD

public class PrestadoresDeServiciosDeCFD
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="nombre" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <whiteSpace value="collapse"/>
           </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"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="noCertificado" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <length value="20"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="fechaAutorizacion" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="noAutorizacion" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="selloDelPSGECFD" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar fechaAutorizacion
           
protected  BigInteger noAutorizacion
           
protected  String noCertificado
           
protected  String nombre
           
protected  String rfc
           
protected  String selloDelPSGECFD
           
 
Constructor Summary
PrestadoresDeServiciosDeCFD()
           
 
Method Summary
 XMLGregorianCalendar getFechaAutorizacion()
          Gets the value of the fechaAutorizacion property.
 BigInteger getNoAutorizacion()
          Gets the value of the noAutorizacion property.
 String getNoCertificado()
          Gets the value of the noCertificado property.
 String getNombre()
          Gets the value of the nombre property.
 String getRfc()
          Gets the value of the rfc property.
 String getSelloDelPSGECFD()
          Gets the value of the selloDelPSGECFD property.
 void setFechaAutorizacion(XMLGregorianCalendar value)
          Sets the value of the fechaAutorizacion property.
 void setNoAutorizacion(BigInteger value)
          Sets the value of the noAutorizacion property.
 void setNoCertificado(String value)
          Sets the value of the noCertificado property.
 void setNombre(String value)
          Sets the value of the nombre property.
 void setRfc(String value)
          Sets the value of the rfc property.
 void setSelloDelPSGECFD(String value)
          Sets the value of the selloDelPSGECFD property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nombre

protected String nombre

rfc

protected String rfc

noCertificado

protected String noCertificado

fechaAutorizacion

protected XMLGregorianCalendar fechaAutorizacion

noAutorizacion

protected BigInteger noAutorizacion

selloDelPSGECFD

protected String selloDelPSGECFD
Constructor Detail

PrestadoresDeServiciosDeCFD

public PrestadoresDeServiciosDeCFD()
Method Detail

getNombre

public String getNombre()
Gets the value of the nombre property.

Returns:
possible object is String

setNombre

public void setNombre(String value)
Sets the value of the nombre property.

Parameters:
value - allowed object is String

getRfc

public String getRfc()
Gets the value of the rfc property.

Returns:
possible object is String

setRfc

public void setRfc(String value)
Sets the value of the rfc property.

Parameters:
value - allowed object is String

getNoCertificado

public String getNoCertificado()
Gets the value of the noCertificado property.

Returns:
possible object is String

setNoCertificado

public void setNoCertificado(String value)
Sets the value of the noCertificado property.

Parameters:
value - allowed object is String

getFechaAutorizacion

public XMLGregorianCalendar getFechaAutorizacion()
Gets the value of the fechaAutorizacion property.

Returns:
possible object is XMLGregorianCalendar

setFechaAutorizacion

public void setFechaAutorizacion(XMLGregorianCalendar value)
Sets the value of the fechaAutorizacion property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNoAutorizacion

public BigInteger getNoAutorizacion()
Gets the value of the noAutorizacion property.

Returns:
possible object is BigInteger

setNoAutorizacion

public void setNoAutorizacion(BigInteger value)
Sets the value of the noAutorizacion property.

Parameters:
value - allowed object is BigInteger

getSelloDelPSGECFD

public String getSelloDelPSGECFD()
Gets the value of the selloDelPSGECFD property.

Returns:
possible object is String

setSelloDelPSGECFD

public void setSelloDelPSGECFD(String value)
Sets the value of the selloDelPSGECFD property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.