public static class Nomina.Emisor 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"> <sequence> <element name="EntidadSNCF" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="OrigenRecurso" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos/Nomina}c_OrigenRecurso" /> <attribute name="MontoRecursoPropio" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Curp" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_CURP" /> <attribute name="RegistroPatronal"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="20"/> <whiteSpace value="collapse"/> <pattern value="[^|]{1,20}"/> </restriction> </simpleType> </attribute> <attribute name="RfcPatronOrigen" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_RFC" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Nomina.Emisor.EntidadSNCF
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
curp |
protected Nomina.Emisor.EntidadSNCF |
entidadSNCF |
protected String |
registroPatronal |
protected String |
rfcPatronOrigen |
Constructor and Description |
---|
Emisor() |
Modifier and Type | Method and Description |
---|---|
String |
getCurp()
Gets the value of the curp property.
|
Nomina.Emisor.EntidadSNCF |
getEntidadSNCF()
Gets the value of the entidadSNCF property.
|
String |
getRegistroPatronal()
Gets the value of the registroPatronal property.
|
String |
getRfcPatronOrigen()
Gets the value of the rfcPatronOrigen property.
|
void |
setCurp(String value)
Sets the value of the curp property.
|
void |
setEntidadSNCF(Nomina.Emisor.EntidadSNCF value)
Sets the value of the entidadSNCF property.
|
void |
setRegistroPatronal(String value)
Sets the value of the registroPatronal property.
|
void |
setRfcPatronOrigen(String value)
Sets the value of the rfcPatronOrigen property.
|
protected Nomina.Emisor.EntidadSNCF entidadSNCF
protected String curp
protected String registroPatronal
protected String rfcPatronOrigen
public Nomina.Emisor.EntidadSNCF getEntidadSNCF()
Nomina.Emisor.EntidadSNCF
public void setEntidadSNCF(Nomina.Emisor.EntidadSNCF value)
value
- allowed object is
Nomina.Emisor.EntidadSNCF
public String getCurp()
String
public void setCurp(String value)
value
- allowed object is
String
public String getRegistroPatronal()
String
public void setRegistroPatronal(String value)
value
- allowed object is
String
public String getRfcPatronOrigen()
String
Copyright © 2010–2018. All rights reserved.