|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.psgcfdsp.schema.PrestadoresDeServiciosDeCFDSP
public class PrestadoresDeServiciosDeCFDSP
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 |
|---|
protected String version
protected String nombre
protected String rfc
protected String noCertificado
protected XMLGregorianCalendar fechaPublicacion
protected String noAutorizacion
protected String selloDelPSGCFDSP
| Constructor Detail |
|---|
public PrestadoresDeServiciosDeCFDSP()
| Method Detail |
|---|
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic 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 getFechaPublicacion()
XMLGregorianCalendarpublic void setFechaPublicacion(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getNoAutorizacion()
Stringpublic void setNoAutorizacion(String value)
value - allowed object is
Stringpublic String getSelloDelPSGCFDSP()
Stringpublic void setSelloDelPSGCFDSP(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||