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>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
fechaAutorizacion |
protected BigInteger |
noAutorizacion |
protected String |
noCertificado |
protected String |
nombre |
protected String |
rfc |
protected String |
selloDelPSGECFD |
Constructor and Description |
---|
PrestadoresDeServiciosDeCFD() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String nombre
protected String rfc
protected String noCertificado
protected XMLGregorianCalendar fechaAutorizacion
protected BigInteger noAutorizacion
protected String selloDelPSGECFD
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 getFechaAutorizacion()
XMLGregorianCalendar
public void setFechaAutorizacion(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public BigInteger getNoAutorizacion()
BigInteger
public void setNoAutorizacion(BigInteger value)
value
- allowed object is
BigInteger
public String getSelloDelPSGECFD()
String
Copyright © 2010–2018. All rights reserved.