mx.bigdata.sat.common.psgcfdsp.schema
Class PrestadoresDeServiciosDeCFDSP

java.lang.Object
  extended by mx.bigdata.sat.common.psgcfdsp.schema.PrestadoresDeServiciosDeCFDSP

public class PrestadoresDeServiciosDeCFDSP
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}string" fixed="1.0" />
       <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="fechaPublicacion" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="noAutorizacion" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="selloDelPSGCFDSP" 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 fechaPublicacion
           
protected  String noAutorizacion
           
protected  String noCertificado
           
protected  String nombre
           
protected  String rfc
           
protected  String selloDelPSGCFDSP
           
protected  String version
           
 
Constructor Summary
PrestadoresDeServiciosDeCFDSP()
           
 
Method Summary
 XMLGregorianCalendar getFechaPublicacion()
          Gets the value of the fechaPublicacion property.
 String 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 getSelloDelPSGCFDSP()
          Gets the value of the selloDelPSGCFDSP property.
 String getVersion()
          Gets the value of the version property.
 void setFechaPublicacion(XMLGregorianCalendar value)
          Sets the value of the fechaPublicacion property.
 void setNoAutorizacion(String 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 setSelloDelPSGCFDSP(String value)
          Sets the value of the selloDelPSGCFDSP 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

nombre

protected String nombre

rfc

protected String rfc

noCertificado

protected String noCertificado

fechaPublicacion

protected XMLGregorianCalendar fechaPublicacion

noAutorizacion

protected String noAutorizacion

selloDelPSGCFDSP

protected String selloDelPSGCFDSP
Constructor Detail

PrestadoresDeServiciosDeCFDSP

public PrestadoresDeServiciosDeCFDSP()
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

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

getFechaPublicacion

public XMLGregorianCalendar getFechaPublicacion()
Gets the value of the fechaPublicacion property.

Returns:
possible object is XMLGregorianCalendar

setFechaPublicacion

public void setFechaPublicacion(XMLGregorianCalendar value)
Sets the value of the fechaPublicacion property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNoAutorizacion

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

Returns:
possible object is String

setNoAutorizacion

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

Parameters:
value - allowed object is String

getSelloDelPSGCFDSP

public String getSelloDelPSGCFDSP()
Gets the value of the selloDelPSGCFDSP property.

Returns:
possible object is String

setSelloDelPSGCFDSP

public void setSelloDelPSGCFDSP(String value)
Sets the value of the selloDelPSGCFDSP property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.