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>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
fechaPublicacion |
protected String |
noAutorizacion |
protected String |
noCertificado |
protected String |
nombre |
protected String |
rfc |
protected String |
selloDelPSGCFDSP |
protected String |
version |
Constructor and Description |
---|
PrestadoresDeServiciosDeCFDSP() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String version
protected String nombre
protected String rfc
protected String noCertificado
protected XMLGregorianCalendar fechaPublicacion
protected String noAutorizacion
protected String selloDelPSGCFDSP
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getNombre()
String
public void setNombre(String value)
value
- allowed object is
String
public String getRfc()
String
public void setRfc(String value)
value
- allowed object is
String
public String getNoCertificado()
String
public void setNoCertificado(String value)
value
- allowed object is
String
public XMLGregorianCalendar getFechaPublicacion()
XMLGregorianCalendar
public void setFechaPublicacion(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getNoAutorizacion()
String
public void setNoAutorizacion(String value)
value
- allowed object is
String
public String getSelloDelPSGCFDSP()
String
Copyright © 2010–2018. All rights reserved.