|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.psgecfd.schema.PrestadoresDeServiciosDeCFD
public class PrestadoresDeServiciosDeCFD
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 |
|---|
protected String nombre
protected String rfc
protected String noCertificado
protected XMLGregorianCalendar fechaAutorizacion
protected BigInteger noAutorizacion
protected String selloDelPSGECFD
| Constructor Detail |
|---|
public PrestadoresDeServiciosDeCFD()
| Method Detail |
|---|
public String getNombre()
Stringpublic void setNombre(String value)
value - allowed object is
Stringpublic String getRfc()
Stringpublic void setRfc(String value)
value - allowed object is
Stringpublic String getNoCertificado()
Stringpublic void setNoCertificado(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getFechaAutorizacion()
XMLGregorianCalendarpublic void setFechaAutorizacion(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getNoAutorizacion()
BigIntegerpublic void setNoAutorizacion(BigInteger value)
value - allowed object is
BigIntegerpublic String getSelloDelPSGECFD()
Stringpublic void setSelloDelPSGECFD(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||