features parameter will have their default values.
- * @return
- * returns BSG04AccederBSG
- */
- @WebEndpoint(name = "BSG04_Acceder_BSGPort")
- public BSG04AccederBSG getBSG04AccederBSGPort(WebServiceFeature... features) {
- return super.getPort(new QName("http://bsg.gob.ec/AccesoBSGService", "BSG04_Acceder_BSGPort"), BSG04AccederBSG.class, features);
- }
-
- private static URL __getWsdlLocation() {
- if (ACCESOBSGSERVICE_EXCEPTION!= null) {
- throw ACCESOBSGSERVICE_EXCEPTION;
- }
- return ACCESOBSGSERVICE_WSDL_LOCATION;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/BSG04AccederBSG.java.svn-base b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/BSG04AccederBSG.java.svn-base
deleted file mode 100644
index d9fa70e..0000000
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/BSG04AccederBSG.java.svn-base
+++ /dev/null
@@ -1,40 +0,0 @@
-
-package ec.gob.bsg.accesobsgservice;
-
-import javax.jws.WebMethod;
-import javax.jws.WebParam;
-import javax.jws.WebResult;
-import javax.jws.WebService;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.ws.RequestWrapper;
-import javax.xml.ws.ResponseWrapper;
-
-
-/**
- * This class was generated by the JAX-WS RI.
- * JAX-WS RI 2.2.6b21
- * Generated source version: 2.2
- *
- */
-@WebService(name = "BSG04_Acceder_BSG", targetNamespace = "http://bsg.gob.ec/AccesoBSGService")
-@XmlSeeAlso({
- ObjectFactory.class
-})
-public interface BSG04AccederBSG {
-
-
- /**
- *
- * @param validarPermisoPeticion
- * @return
- * returns ec.gob.bsg.accesobsgservice.ValidarPermisoRespuesta
- */
- @WebMethod(operationName = "ValidarPermiso")
- @WebResult(targetNamespace = "")
- @RequestWrapper(localName = "ValidarPermiso", targetNamespace = "http://bsg.gob.ec/AccesoBSGService", className = "ec.gob.bsg.accesobsgservice.ValidarPermiso")
- @ResponseWrapper(localName = "ValidarPermisoResponse", targetNamespace = "http://bsg.gob.ec/AccesoBSGService", className = "ec.gob.bsg.accesobsgservice.ValidarPermisoResponse")
- public ValidarPermisoRespuesta validarPermiso(
- @WebParam(name = "ValidarPermisoPeticion", targetNamespace = "")
- ValidarPermisoPeticion validarPermisoPeticion);
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/MensajeError.java.svn-base b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/MensajeError.java.svn-base
deleted file mode 100644
index 000e3c4..0000000
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/MensajeError.java.svn-base
+++ /dev/null
@@ -1,90 +0,0 @@
-
-package ec.gob.bsg.accesobsgservice;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Clase Java para mensajeError complex type. - * - *
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. - * - *
- * <complexType name="mensajeError">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CodError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="DesError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "mensajeError", propOrder = {
- "codError",
- "desError"
-})
-public class MensajeError {
-
- @XmlElement(name = "CodError")
- protected String codError;
- @XmlElement(name = "DesError")
- protected String desError;
-
- /**
- * Obtiene el valor de la propiedad codError.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodError() {
- return codError;
- }
-
- /**
- * Define el valor de la propiedad codError.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodError(String value) {
- this.codError = value;
- }
-
- /**
- * Obtiene el valor de la propiedad desError.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDesError() {
- return desError;
- }
-
- /**
- * Define el valor de la propiedad desError.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDesError(String value) {
- this.desError = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ObjectFactory.java.svn-base b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ObjectFactory.java.svn-base
deleted file mode 100644
index 863e307..0000000
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ObjectFactory.java.svn-base
+++ /dev/null
@@ -1,95 +0,0 @@
-
-package ec.gob.bsg.accesobsgservice;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the ec.gob.bsg.accesobsgservice package.
- * An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
- private final static QName _ValidarPermisoResponse_QNAME = new QName("http://bsg.gob.ec/AccesoBSGService", "ValidarPermisoResponse");
- private final static QName _ValidarPermiso_QNAME = new QName("http://bsg.gob.ec/AccesoBSGService", "ValidarPermiso");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ec.gob.bsg.accesobsgservice
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link ValidarPermiso }
- *
- */
- public ValidarPermiso createValidarPermiso() {
- return new ValidarPermiso();
- }
-
- /**
- * Create an instance of {@link ValidarPermisoResponse }
- *
- */
- public ValidarPermisoResponse createValidarPermisoResponse() {
- return new ValidarPermisoResponse();
- }
-
- /**
- * Create an instance of {@link ValidarPermisoPeticion }
- *
- */
- public ValidarPermisoPeticion createValidarPermisoPeticion() {
- return new ValidarPermisoPeticion();
- }
-
- /**
- * Create an instance of {@link ValidarPermisoRespuesta }
- *
- */
- public ValidarPermisoRespuesta createValidarPermisoRespuesta() {
- return new ValidarPermisoRespuesta();
- }
-
- /**
- * Create an instance of {@link MensajeError }
- *
- */
- public MensajeError createMensajeError() {
- return new MensajeError();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link ValidarPermisoResponse }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://bsg.gob.ec/AccesoBSGService", name = "ValidarPermisoResponse")
- public JAXBElement Clase Java para ValidarPermiso complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para validarPermisoPeticion complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para ValidarPermisoResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para validarPermisoRespuesta complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para mensajeError complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
@XmlRegistry
public class ObjectFactory {
- private final static QName _ValidarPermisoResponse_QNAME = new QName("http://bsg.gob.ec/AccesoBSGService", "ValidarPermisoResponse");
- private final static QName _ValidarPermiso_QNAME = new QName("http://bsg.gob.ec/AccesoBSGService", "ValidarPermiso");
+ private static final QName _ValidarPermisoResponse_QNAME = new QName("http://bsg.gob.ec/AccesoBSGService", "ValidarPermisoResponse");
+ private static final QName _ValidarPermiso_QNAME = new QName("http://bsg.gob.ec/AccesoBSGService", "ValidarPermiso");
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ec.gob.bsg.accesobsgservice
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link ValidarPermiso }
- *
- */
public ValidarPermiso createValidarPermiso() {
return new ValidarPermiso();
}
- /**
- * Create an instance of {@link ValidarPermisoResponse }
- *
- */
public ValidarPermisoResponse createValidarPermisoResponse() {
return new ValidarPermisoResponse();
}
- /**
- * Create an instance of {@link ValidarPermisoPeticion }
- *
- */
public ValidarPermisoPeticion createValidarPermisoPeticion() {
return new ValidarPermisoPeticion();
}
- /**
- * Create an instance of {@link ValidarPermisoRespuesta }
- *
- */
public ValidarPermisoRespuesta createValidarPermisoRespuesta() {
return new ValidarPermisoRespuesta();
}
- /**
- * Create an instance of {@link MensajeError }
- *
- */
public MensajeError createMensajeError() {
return new MensajeError();
}
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link ValidarPermisoResponse }{@code >}}
- *
- */
@XmlElementDecl(namespace = "http://bsg.gob.ec/AccesoBSGService", name = "ValidarPermisoResponse")
public JAXBElement Clase Java para ValidarPermiso complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para validarPermisoPeticion complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para ValidarPermisoResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para validarPermisoRespuesta complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para BusquedaPorCedula complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para BusquedaPorCedulaResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para cedula complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
- private final static QName _BusquedaPorCedula_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "BusquedaPorCedula");
- private final static QName _WsUpResponse_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "WsUpResponse");
- private final static QName _BusquedaPorCedulaResponse_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "BusquedaPorCedulaResponse");
- private final static QName _WsUp_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "WsUp");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ec.gob.registrocivil.consultacedula
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link BusquedaPorCedula }
- *
- */
- public BusquedaPorCedula createBusquedaPorCedula() {
- return new BusquedaPorCedula();
- }
-
- /**
- * Create an instance of {@link WsUp }
- *
- */
- public WsUp createWsUp() {
- return new WsUp();
- }
-
- /**
- * Create an instance of {@link BusquedaPorCedulaResponse }
- *
- */
- public BusquedaPorCedulaResponse createBusquedaPorCedulaResponse() {
- return new BusquedaPorCedulaResponse();
- }
-
- /**
- * Create an instance of {@link WsUpResponse }
- *
- */
- public WsUpResponse createWsUpResponse() {
- return new WsUpResponse();
- }
-
- /**
- * Create an instance of {@link Cedula }
- *
- */
- public Cedula createCedula() {
- return new Cedula();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link BusquedaPorCedula }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.registrocivil.gob.ec/ConsultaCedula", name = "BusquedaPorCedula")
- public JAXBElement Clase Java para WsUp complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para WsUpResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para BusquedaPorCedula complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para BusquedaPorCedulaResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para cedula complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
@XmlRegistry
public class ObjectFactory {
- private final static QName _BusquedaPorCedula_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "BusquedaPorCedula");
- private final static QName _WsUpResponse_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "WsUpResponse");
- private final static QName _BusquedaPorCedulaResponse_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "BusquedaPorCedulaResponse");
- private final static QName _WsUp_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "WsUp");
+ private static final QName _BusquedaPorCedula_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "BusquedaPorCedula");
+ private static final QName _WsUpResponse_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "WsUpResponse");
+ private static final QName _BusquedaPorCedulaResponse_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "BusquedaPorCedulaResponse");
+ private static final QName _WsUp_QNAME = new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "WsUp");
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ec.gob.registrocivil.consultacedula
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link BusquedaPorCedula }
- *
- */
public BusquedaPorCedula createBusquedaPorCedula() {
return new BusquedaPorCedula();
}
- /**
- * Create an instance of {@link WsUp }
- *
- */
public WsUp createWsUp() {
return new WsUp();
}
- /**
- * Create an instance of {@link BusquedaPorCedulaResponse }
- *
- */
public BusquedaPorCedulaResponse createBusquedaPorCedulaResponse() {
return new BusquedaPorCedulaResponse();
}
- /**
- * Create an instance of {@link WsUpResponse }
- *
- */
public WsUpResponse createWsUpResponse() {
return new WsUpResponse();
}
- /**
- * Create an instance of {@link Cedula }
- *
- */
public Cedula createCedula() {
return new Cedula();
}
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link BusquedaPorCedula }{@code >}}
- *
- */
@XmlElementDecl(namespace = "http://www.registrocivil.gob.ec/ConsultaCedula", name = "BusquedaPorCedula")
public JAXBElement Clase Java para WsUp complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para WsUpResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para actividadEconomica complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para agenteRetencion complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para agenteRetencion complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para contador complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para contribuyente complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para contribuyente complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para contribuyenteCompleto complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para contribuyenteOnLine complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para estructuraOrganizacional complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para listaBlanca complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
- private final static QName _ObtenerSimple_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerSimple");
- private final static QName _ObtenerCompletoResponse_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerCompletoResponse");
- private final static QName _ObtenerSimpleResponse_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerSimpleResponse");
- private final static QName _ObtenerCompleto_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerCompleto");
- private final static QName _ObtenerDatos_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerDatos");
- private final static QName _ObtenerDatosResponse_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerDatosResponse");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ec.gov.sri.wsconsultacontribuyente
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link ObtenerSimple }
- *
- */
- public ObtenerSimple createObtenerSimple() {
- return new ObtenerSimple();
- }
-
- /**
- * Create an instance of {@link ObtenerDatosResponse }
- *
- */
- public ObtenerDatosResponse createObtenerDatosResponse() {
- return new ObtenerDatosResponse();
- }
-
- /**
- * Create an instance of {@link ObtenerCompletoResponse }
- *
- */
- public ObtenerCompletoResponse createObtenerCompletoResponse() {
- return new ObtenerCompletoResponse();
- }
-
- /**
- * Create an instance of {@link ObtenerDatos }
- *
- */
- public ObtenerDatos createObtenerDatos() {
- return new ObtenerDatos();
- }
-
- /**
- * Create an instance of {@link ObtenerCompleto }
- *
- */
- public ObtenerCompleto createObtenerCompleto() {
- return new ObtenerCompleto();
- }
-
- /**
- * Create an instance of {@link ObtenerSimpleResponse }
- *
- */
- public ObtenerSimpleResponse createObtenerSimpleResponse() {
- return new ObtenerSimpleResponse();
- }
-
- /**
- * Create an instance of {@link ContribuyenteOnLine }
- *
- */
- public ContribuyenteOnLine createContribuyenteOnLine() {
- return new ContribuyenteOnLine();
- }
-
- /**
- * Create an instance of {@link AgenteRetencion }
- *
- */
- public AgenteRetencion createAgenteRetencion() {
- return new AgenteRetencion();
- }
-
- /**
- * Create an instance of {@link EstructuraOrganizacional }
- *
- */
- public EstructuraOrganizacional createEstructuraOrganizacional() {
- return new EstructuraOrganizacional();
- }
-
- /**
- * Create an instance of {@link ListaBlanca }
- *
- */
- public ListaBlanca createListaBlanca() {
- return new ListaBlanca();
- }
-
- /**
- * Create an instance of {@link RepresentanteLegal }
- *
- */
- public RepresentanteLegal createRepresentanteLegal() {
- return new RepresentanteLegal();
- }
-
- /**
- * Create an instance of {@link Contribuyente }
- *
- */
- public Contribuyente createContribuyente() {
- return new Contribuyente();
- }
-
- /**
- * Create an instance of {@link Contador }
- *
- */
- public Contador createContador() {
- return new Contador();
- }
-
- /**
- * Create an instance of {@link UbicacionGeografica }
- *
- */
- public UbicacionGeografica createUbicacionGeografica() {
- return new UbicacionGeografica();
- }
-
- /**
- * Create an instance of {@link ContribuyenteCompleto }
- *
- */
- public ContribuyenteCompleto createContribuyenteCompleto() {
- return new ContribuyenteCompleto();
- }
-
- /**
- * Create an instance of {@link ActividadEconomica }
- *
- */
- public ActividadEconomica createActividadEconomica() {
- return new ActividadEconomica();
- }
-
- /**
- * Create an instance of {@link TipoContribuyente }
- *
- */
- public TipoContribuyente createTipoContribuyente() {
- return new TipoContribuyente();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link ObtenerSimple }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://sri.gov.ec/wsConsultaContribuyente", name = "obtenerSimple")
- public JAXBElement Clase Java para obtenerCompleto complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para obtenerCompletoResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para obtenerDatos complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para obtenerDatosResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para obtenerSimple complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para obtenerSimpleResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para representanteLegal complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para tipoContribuyente complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para ubicacionGeografica complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para actividadEconomica complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para agenteRetencion complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para contador complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para contribuyente complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para contribuyenteCompleto complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para contribuyenteOnLine complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para estructuraOrganizacional complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para listaBlanca complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
@XmlRegistry
public class ObjectFactory {
- private final static QName _ObtenerSimple_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerSimple");
- private final static QName _ObtenerCompletoResponse_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerCompletoResponse");
- private final static QName _ObtenerSimpleResponse_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerSimpleResponse");
- private final static QName _ObtenerCompleto_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerCompleto");
- private final static QName _ObtenerDatos_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerDatos");
- private final static QName _ObtenerDatosResponse_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerDatosResponse");
+ private static final QName _ObtenerSimple_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerSimple");
+ private static final QName _ObtenerCompletoResponse_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerCompletoResponse");
+ private static final QName _ObtenerSimpleResponse_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerSimpleResponse");
+ private static final QName _ObtenerCompleto_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerCompleto");
+ private static final QName _ObtenerDatos_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerDatos");
+ private static final QName _ObtenerDatosResponse_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "obtenerDatosResponse");
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ec.gov.sri.wsconsultacontribuyente
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link ObtenerSimple }
- *
- */
public ObtenerSimple createObtenerSimple() {
return new ObtenerSimple();
}
- /**
- * Create an instance of {@link ObtenerDatosResponse }
- *
- */
public ObtenerDatosResponse createObtenerDatosResponse() {
return new ObtenerDatosResponse();
}
- /**
- * Create an instance of {@link ObtenerCompletoResponse }
- *
- */
public ObtenerCompletoResponse createObtenerCompletoResponse() {
return new ObtenerCompletoResponse();
}
- /**
- * Create an instance of {@link ObtenerDatos }
- *
- */
public ObtenerDatos createObtenerDatos() {
return new ObtenerDatos();
}
- /**
- * Create an instance of {@link ObtenerCompleto }
- *
- */
public ObtenerCompleto createObtenerCompleto() {
return new ObtenerCompleto();
}
- /**
- * Create an instance of {@link ObtenerSimpleResponse }
- *
- */
public ObtenerSimpleResponse createObtenerSimpleResponse() {
return new ObtenerSimpleResponse();
}
- /**
- * Create an instance of {@link ContribuyenteOnLine }
- *
- */
public ContribuyenteOnLine createContribuyenteOnLine() {
return new ContribuyenteOnLine();
}
- /**
- * Create an instance of {@link AgenteRetencion }
- *
- */
public AgenteRetencion createAgenteRetencion() {
return new AgenteRetencion();
}
- /**
- * Create an instance of {@link EstructuraOrganizacional }
- *
- */
public EstructuraOrganizacional createEstructuraOrganizacional() {
return new EstructuraOrganizacional();
}
- /**
- * Create an instance of {@link ListaBlanca }
- *
- */
public ListaBlanca createListaBlanca() {
return new ListaBlanca();
}
- /**
- * Create an instance of {@link RepresentanteLegal }
- *
- */
public RepresentanteLegal createRepresentanteLegal() {
return new RepresentanteLegal();
}
- /**
- * Create an instance of {@link Contribuyente }
- *
- */
public Contribuyente createContribuyente() {
return new Contribuyente();
}
- /**
- * Create an instance of {@link Contador }
- *
- */
public Contador createContador() {
return new Contador();
}
- /**
- * Create an instance of {@link UbicacionGeografica }
- *
- */
public UbicacionGeografica createUbicacionGeografica() {
return new UbicacionGeografica();
}
- /**
- * Create an instance of {@link ContribuyenteCompleto }
- *
- */
public ContribuyenteCompleto createContribuyenteCompleto() {
return new ContribuyenteCompleto();
}
- /**
- * Create an instance of {@link ActividadEconomica }
- *
- */
public ActividadEconomica createActividadEconomica() {
return new ActividadEconomica();
}
- /**
- * Create an instance of {@link TipoContribuyente }
- *
- */
public TipoContribuyente createTipoContribuyente() {
return new TipoContribuyente();
}
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link ObtenerSimple }{@code >}}
- *
- */
@XmlElementDecl(namespace = "http://sri.gov.ec/wsConsultaContribuyente", name = "obtenerSimple")
public JAXBElement Clase Java para obtenerCompleto complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para obtenerCompletoResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para obtenerDatos complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para obtenerDatosResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para obtenerSimple complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para obtenerSimpleResponse complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para representanteLegal complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para tipoContribuyente complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- * Clase Java para ubicacionGeografica complex type.
- *
- * El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
- *
- *
- * <complexType name="ValidarPermiso">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="ValidarPermisoPeticion" type="{http://bsg.gob.ec/AccesoBSGService}validarPermisoPeticion" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ValidarPermiso", propOrder = {
- "validarPermisoPeticion"
-})
-public class ValidarPermiso {
-
- @XmlElement(name = "ValidarPermisoPeticion")
- protected ValidarPermisoPeticion validarPermisoPeticion;
-
- /**
- * Obtiene el valor de la propiedad validarPermisoPeticion.
- *
- * @return
- * possible object is
- * {@link ValidarPermisoPeticion }
- *
- */
- public ValidarPermisoPeticion getValidarPermisoPeticion() {
- return validarPermisoPeticion;
- }
-
- /**
- * Define el valor de la propiedad validarPermisoPeticion.
- *
- * @param value
- * allowed object is
- * {@link ValidarPermisoPeticion }
- *
- */
- public void setValidarPermisoPeticion(ValidarPermisoPeticion value) {
- this.validarPermisoPeticion = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ValidarPermisoPeticion.java.svn-base b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ValidarPermisoPeticion.java.svn-base
deleted file mode 100644
index 099fd51..0000000
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ValidarPermisoPeticion.java.svn-base
+++ /dev/null
@@ -1,90 +0,0 @@
-
-package ec.gob.bsg.accesobsgservice;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="validarPermisoPeticion">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Cedula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Urlsw" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "validarPermisoPeticion", propOrder = {
- "cedula",
- "urlsw"
-})
-public class ValidarPermisoPeticion {
-
- @XmlElement(name = "Cedula")
- protected String cedula;
- @XmlElement(name = "Urlsw")
- protected String urlsw;
-
- /**
- * Obtiene el valor de la propiedad cedula.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCedula() {
- return cedula;
- }
-
- /**
- * Define el valor de la propiedad cedula.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCedula(String value) {
- this.cedula = value;
- }
-
- /**
- * Obtiene el valor de la propiedad urlsw.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getUrlsw() {
- return urlsw;
- }
-
- /**
- * Define el valor de la propiedad urlsw.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setUrlsw(String value) {
- this.urlsw = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ValidarPermisoResponse.java.svn-base b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ValidarPermisoResponse.java.svn-base
deleted file mode 100644
index f9310a0..0000000
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ValidarPermisoResponse.java.svn-base
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package ec.gob.bsg.accesobsgservice;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="ValidarPermisoResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://bsg.gob.ec/AccesoBSGService}validarPermisoRespuesta" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ValidarPermisoResponse", propOrder = {
- "_return"
-})
-public class ValidarPermisoResponse {
-
- @XmlElement(name = "return")
- protected ValidarPermisoRespuesta _return;
-
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link ValidarPermisoRespuesta }
- *
- */
- public ValidarPermisoRespuesta getReturn() {
- return _return;
- }
-
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link ValidarPermisoRespuesta }
- *
- */
- public void setReturn(ValidarPermisoRespuesta value) {
- this._return = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ValidarPermisoRespuesta.java.svn-base b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ValidarPermisoRespuesta.java.svn-base
deleted file mode 100644
index 1c1cd03..0000000
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/ValidarPermisoRespuesta.java.svn-base
+++ /dev/null
@@ -1,202 +0,0 @@
-
-package ec.gob.bsg.accesobsgservice;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="validarPermisoRespuesta">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Digest" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Fecha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="FechaF" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Mensaje" type="{http://bsg.gob.ec/AccesoBSGService}mensajeError" minOccurs="0"/>
- * <element name="Nonce" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="TienePermiso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "validarPermisoRespuesta", propOrder = {
- "digest",
- "fecha",
- "fechaF",
- "mensaje",
- "nonce",
- "tienePermiso"
-})
-public class ValidarPermisoRespuesta {
-
- @XmlElement(name = "Digest")
- protected String digest;
- @XmlElement(name = "Fecha")
- protected String fecha;
- @XmlElement(name = "FechaF")
- protected String fechaF;
- @XmlElement(name = "Mensaje")
- protected MensajeError mensaje;
- @XmlElement(name = "Nonce")
- protected String nonce;
- @XmlElement(name = "TienePermiso")
- protected String tienePermiso;
-
- /**
- * Obtiene el valor de la propiedad digest.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDigest() {
- return digest;
- }
-
- /**
- * Define el valor de la propiedad digest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDigest(String value) {
- this.digest = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fecha.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFecha() {
- return fecha;
- }
-
- /**
- * Define el valor de la propiedad fecha.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFecha(String value) {
- this.fecha = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fechaF.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFechaF() {
- return fechaF;
- }
-
- /**
- * Define el valor de la propiedad fechaF.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFechaF(String value) {
- this.fechaF = value;
- }
-
- /**
- * Obtiene el valor de la propiedad mensaje.
- *
- * @return
- * possible object is
- * {@link MensajeError }
- *
- */
- public MensajeError getMensaje() {
- return mensaje;
- }
-
- /**
- * Define el valor de la propiedad mensaje.
- *
- * @param value
- * allowed object is
- * {@link MensajeError }
- *
- */
- public void setMensaje(MensajeError value) {
- this.mensaje = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nonce.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNonce() {
- return nonce;
- }
-
- /**
- * Define el valor de la propiedad nonce.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNonce(String value) {
- this.nonce = value;
- }
-
- /**
- * Obtiene el valor de la propiedad tienePermiso.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTienePermiso() {
- return tienePermiso;
- }
-
- /**
- * Define el valor de la propiedad tienePermiso.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTienePermiso(String value) {
- this.tienePermiso = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/package-info.java.svn-base b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/package-info.java.svn-base
deleted file mode 100644
index ae11272..0000000
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/.svn/text-base/package-info.java.svn-base
+++ /dev/null
@@ -1,2 +0,0 @@
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://bsg.gob.ec/AccesoBSGService")
-package ec.gob.bsg.accesobsgservice;
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/AccesoBSGService.java b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/AccesoBSGService.java
index 105fcdd..6441d61 100644
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/AccesoBSGService.java
+++ b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/AccesoBSGService.java
@@ -1,6 +1,6 @@
-
package ec.gob.bsg.accesobsgservice;
+import com.fp.webservices.snap.recursos.MsgSnap;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
@@ -10,23 +10,12 @@ import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.WebServiceFeature;
-import com.fp.webservices.snap.recursos.MsgSnap;
-
-
-/**
- * This class was generated by the JAX-WS RI.
- * JAX-WS RI 2.2.6b21
- * Generated source version: 2.2
- *
- */
@WebServiceClient(name = "AccesoBSGService", targetNamespace = "http://bsg.gob.ec/AccesoBSGService", wsdlLocation = "https://bsg.gob.ec/sw/STI/BSGSW08_Acceder_BSG?wsdl")
-public class AccesoBSGService
- extends Service
-{
+public class AccesoBSGService extends Service {
- private final static URL ACCESOBSGSERVICE_WSDL_LOCATION;
- private final static WebServiceException ACCESOBSGSERVICE_EXCEPTION;
- private final static QName ACCESOBSGSERVICE_QNAME = new QName("http://bsg.gob.ec/AccesoBSGService", "AccesoBSGService");
+ private static final URL ACCESOBSGSERVICE_WSDL_LOCATION;
+ private static final WebServiceException ACCESOBSGSERVICE_EXCEPTION;
+ private static final QName ACCESOBSGSERVICE_QNAME = new QName("http://bsg.gob.ec/AccesoBSGService", "AccesoBSGService");
static {
URL url = null;
@@ -64,33 +53,26 @@ public class AccesoBSGService
super(wsdlLocation, serviceName, features);
}
- /**
- *
- * @return
- * returns BSG04AccederBSG
- */
@WebEndpoint(name = "BSG04_Acceder_BSGPort")
public BSG04AccederBSG getBSG04AccederBSGPort() {
- return super.getPort(new QName("http://bsg.gob.ec/AccesoBSGService", "BSG04_Acceder_BSGPort"), BSG04AccederBSG.class);
+ return (BSG04AccederBSG) getPort(new QName("http://bsg.gob.ec/AccesoBSGService", "BSG04_Acceder_BSGPort"), BSG04AccederBSG.class);
}
- /**
- *
- * @param features
- * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features parameter will have their default values.
- * @return
- * returns BSG04AccederBSG
- */
@WebEndpoint(name = "BSG04_Acceder_BSGPort")
public BSG04AccederBSG getBSG04AccederBSGPort(WebServiceFeature... features) {
- return super.getPort(new QName("http://bsg.gob.ec/AccesoBSGService", "BSG04_Acceder_BSGPort"), BSG04AccederBSG.class, features);
+ return (BSG04AccederBSG) getPort(new QName("http://bsg.gob.ec/AccesoBSGService", "BSG04_Acceder_BSGPort"), BSG04AccederBSG.class, features);
}
private static URL __getWsdlLocation() {
- if (ACCESOBSGSERVICE_EXCEPTION!= null) {
+ if (ACCESOBSGSERVICE_EXCEPTION != null) {
throw ACCESOBSGSERVICE_EXCEPTION;
}
return ACCESOBSGSERVICE_WSDL_LOCATION;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/bsg/accesobsgservice/AccesoBSGService.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/BSG04AccederBSG.java b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/BSG04AccederBSG.java
index d9fa70e..995cd20 100644
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/BSG04AccederBSG.java
+++ b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/BSG04AccederBSG.java
@@ -1,4 +1,3 @@
-
package ec.gob.bsg.accesobsgservice;
import javax.jws.WebMethod;
@@ -9,32 +8,19 @@ import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
-
-/**
- * This class was generated by the JAX-WS RI.
- * JAX-WS RI 2.2.6b21
- * Generated source version: 2.2
- *
- */
@WebService(name = "BSG04_Acceder_BSG", targetNamespace = "http://bsg.gob.ec/AccesoBSGService")
-@XmlSeeAlso({
- ObjectFactory.class
-})
+@XmlSeeAlso({ObjectFactory.class})
public interface BSG04AccederBSG {
-
- /**
- *
- * @param validarPermisoPeticion
- * @return
- * returns ec.gob.bsg.accesobsgservice.ValidarPermisoRespuesta
- */
@WebMethod(operationName = "ValidarPermiso")
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "ValidarPermiso", targetNamespace = "http://bsg.gob.ec/AccesoBSGService", className = "ec.gob.bsg.accesobsgservice.ValidarPermiso")
@ResponseWrapper(localName = "ValidarPermisoResponse", targetNamespace = "http://bsg.gob.ec/AccesoBSGService", className = "ec.gob.bsg.accesobsgservice.ValidarPermisoResponse")
- public ValidarPermisoRespuesta validarPermiso(
- @WebParam(name = "ValidarPermisoPeticion", targetNamespace = "")
- ValidarPermisoPeticion validarPermisoPeticion);
-
+ ValidarPermisoRespuesta validarPermiso(@WebParam(name = "ValidarPermisoPeticion", targetNamespace = "") ValidarPermisoPeticion paramValidarPermisoPeticion);
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/bsg/accesobsgservice/BSG04AccederBSG.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/MensajeError.java b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/MensajeError.java
index 000e3c4..e971ca6 100644
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/MensajeError.java
+++ b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/MensajeError.java
@@ -1,4 +1,3 @@
-
package ec.gob.bsg.accesobsgservice;
import javax.xml.bind.annotation.XmlAccessType;
@@ -6,32 +5,8 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="mensajeError">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CodError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="DesError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "mensajeError", propOrder = {
- "codError",
- "desError"
-})
+@XmlType(name = "mensajeError", propOrder = {"codError", "desError"})
public class MensajeError {
@XmlElement(name = "CodError")
@@ -39,52 +14,25 @@ public class MensajeError {
@XmlElement(name = "DesError")
protected String desError;
- /**
- * Obtiene el valor de la propiedad codError.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodError() {
- return codError;
+ return this.codError;
}
- /**
- * Define el valor de la propiedad codError.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodError(String value) {
this.codError = value;
}
- /**
- * Obtiene el valor de la propiedad desError.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getDesError() {
- return desError;
+ return this.desError;
}
- /**
- * Define el valor de la propiedad desError.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setDesError(String value) {
this.desError = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/bsg/accesobsgservice/MensajeError.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ObjectFactory.java b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ObjectFactory.java
index 863e307..98dfa91 100644
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ObjectFactory.java
+++ b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ObjectFactory.java
@@ -1,95 +1,54 @@
-
package ec.gob.bsg.accesobsgservice;
+import ec.gob.bsg.accesobsgservice.MensajeError;
+import ec.gob.bsg.accesobsgservice.ValidarPermiso;
+import ec.gob.bsg.accesobsgservice.ValidarPermisoPeticion;
+import ec.gob.bsg.accesobsgservice.ValidarPermisoResponse;
+import ec.gob.bsg.accesobsgservice.ValidarPermisoRespuesta;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the ec.gob.bsg.accesobsgservice package.
- *
- * <complexType name="ValidarPermiso">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="ValidarPermisoPeticion" type="{http://bsg.gob.ec/AccesoBSGService}validarPermisoPeticion" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ValidarPermiso", propOrder = {
- "validarPermisoPeticion"
-})
+@XmlType(name = "ValidarPermiso", propOrder = {"validarPermisoPeticion"})
public class ValidarPermiso {
@XmlElement(name = "ValidarPermisoPeticion")
protected ValidarPermisoPeticion validarPermisoPeticion;
- /**
- * Obtiene el valor de la propiedad validarPermisoPeticion.
- *
- * @return
- * possible object is
- * {@link ValidarPermisoPeticion }
- *
- */
public ValidarPermisoPeticion getValidarPermisoPeticion() {
- return validarPermisoPeticion;
+ return this.validarPermisoPeticion;
}
- /**
- * Define el valor de la propiedad validarPermisoPeticion.
- *
- * @param value
- * allowed object is
- * {@link ValidarPermisoPeticion }
- *
- */
public void setValidarPermisoPeticion(ValidarPermisoPeticion value) {
this.validarPermisoPeticion = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/bsg/accesobsgservice/ValidarPermiso.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoPeticion.java b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoPeticion.java
index 099fd51..f271318 100644
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoPeticion.java
+++ b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoPeticion.java
@@ -1,4 +1,3 @@
-
package ec.gob.bsg.accesobsgservice;
import javax.xml.bind.annotation.XmlAccessType;
@@ -6,32 +5,8 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="validarPermisoPeticion">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Cedula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Urlsw" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "validarPermisoPeticion", propOrder = {
- "cedula",
- "urlsw"
-})
+@XmlType(name = "validarPermisoPeticion", propOrder = {"cedula", "urlsw"})
public class ValidarPermisoPeticion {
@XmlElement(name = "Cedula")
@@ -39,52 +14,25 @@ public class ValidarPermisoPeticion {
@XmlElement(name = "Urlsw")
protected String urlsw;
- /**
- * Obtiene el valor de la propiedad cedula.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCedula() {
- return cedula;
+ return this.cedula;
}
- /**
- * Define el valor de la propiedad cedula.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCedula(String value) {
this.cedula = value;
}
- /**
- * Obtiene el valor de la propiedad urlsw.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getUrlsw() {
- return urlsw;
+ return this.urlsw;
}
- /**
- * Define el valor de la propiedad urlsw.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setUrlsw(String value) {
this.urlsw = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/bsg/accesobsgservice/ValidarPermisoPeticion.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoResponse.java b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoResponse.java
index f9310a0..1ca2189 100644
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoResponse.java
+++ b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoResponse.java
@@ -1,62 +1,29 @@
-
package ec.gob.bsg.accesobsgservice;
+import ec.gob.bsg.accesobsgservice.ValidarPermisoRespuesta;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="ValidarPermisoResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://bsg.gob.ec/AccesoBSGService}validarPermisoRespuesta" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ValidarPermisoResponse", propOrder = {
- "_return"
-})
+@XmlType(name = "ValidarPermisoResponse", propOrder = {"_return"})
public class ValidarPermisoResponse {
@XmlElement(name = "return")
protected ValidarPermisoRespuesta _return;
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link ValidarPermisoRespuesta }
- *
- */
public ValidarPermisoRespuesta getReturn() {
- return _return;
+ return this._return;
}
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link ValidarPermisoRespuesta }
- *
- */
public void setReturn(ValidarPermisoRespuesta value) {
this._return = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/bsg/accesobsgservice/ValidarPermisoResponse.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoRespuesta.java b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoRespuesta.java
index 1c1cd03..b35b0c9 100644
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoRespuesta.java
+++ b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/ValidarPermisoRespuesta.java
@@ -1,45 +1,13 @@
-
package ec.gob.bsg.accesobsgservice;
+import ec.gob.bsg.accesobsgservice.MensajeError;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="validarPermisoRespuesta">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Digest" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Fecha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="FechaF" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Mensaje" type="{http://bsg.gob.ec/AccesoBSGService}mensajeError" minOccurs="0"/>
- * <element name="Nonce" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="TienePermiso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "validarPermisoRespuesta", propOrder = {
- "digest",
- "fecha",
- "fechaF",
- "mensaje",
- "nonce",
- "tienePermiso"
-})
+@XmlType(name = "validarPermisoRespuesta", propOrder = {"digest", "fecha", "fechaF", "mensaje", "nonce", "tienePermiso"})
public class ValidarPermisoRespuesta {
@XmlElement(name = "Digest")
@@ -55,148 +23,57 @@ public class ValidarPermisoRespuesta {
@XmlElement(name = "TienePermiso")
protected String tienePermiso;
- /**
- * Obtiene el valor de la propiedad digest.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getDigest() {
- return digest;
+ return this.digest;
}
- /**
- * Define el valor de la propiedad digest.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setDigest(String value) {
this.digest = value;
}
- /**
- * Obtiene el valor de la propiedad fecha.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFecha() {
- return fecha;
+ return this.fecha;
}
- /**
- * Define el valor de la propiedad fecha.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFecha(String value) {
this.fecha = value;
}
- /**
- * Obtiene el valor de la propiedad fechaF.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFechaF() {
- return fechaF;
+ return this.fechaF;
}
- /**
- * Define el valor de la propiedad fechaF.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFechaF(String value) {
this.fechaF = value;
}
- /**
- * Obtiene el valor de la propiedad mensaje.
- *
- * @return
- * possible object is
- * {@link MensajeError }
- *
- */
public MensajeError getMensaje() {
- return mensaje;
+ return this.mensaje;
}
- /**
- * Define el valor de la propiedad mensaje.
- *
- * @param value
- * allowed object is
- * {@link MensajeError }
- *
- */
public void setMensaje(MensajeError value) {
this.mensaje = value;
}
- /**
- * Obtiene el valor de la propiedad nonce.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNonce() {
- return nonce;
+ return this.nonce;
}
- /**
- * Define el valor de la propiedad nonce.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNonce(String value) {
this.nonce = value;
}
- /**
- * Obtiene el valor de la propiedad tienePermiso.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getTienePermiso() {
- return tienePermiso;
+ return this.tienePermiso;
}
- /**
- * Define el valor de la propiedad tienePermiso.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setTienePermiso(String value) {
this.tienePermiso = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/bsg/accesobsgservice/ValidarPermisoRespuesta.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/package-info.java b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/package-info.java
index ae11272..0a8ff4d 100644
--- a/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/package-info.java
+++ b/centralwebservices/src/main/java/ec/gob/bsg/accesobsgservice/package-info.java
@@ -1,2 +1,3 @@
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://bsg.gob.ec/AccesoBSGService")
package ec.gob.bsg.accesobsgservice;
+
+import javax.xml.bind.annotation.XmlSchema;
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/.svn/entries b/centralwebservices/src/main/java/ec/gob/registrocivil/.svn/entries
deleted file mode 100644
index 23f3350..0000000
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/.svn/entries
+++ /dev/null
@@ -1,31 +0,0 @@
-10
-
-dir
-4669
-svn://172.17.26.185/COMACO/sources/centralwebservices/src/main/java/ec/gob/registrocivil
-svn://172.17.26.185/COMACO
-
-
-
-2015-04-30T06:52:59.895028Z
-4064
-cpiedra
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-a11ad980-3ca8-45f0-88f7-f0e618c262b7
-
-consultacedula
-dir
-
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNombre.java b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNombre.java
new file mode 100644
index 0000000..6313fd6
--- /dev/null
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNombre.java
@@ -0,0 +1,128 @@
+package ec.gob.registrocivil;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "BusquedaPorNombre", propOrder = {"codigoInstitucion", "codigoAgencia", "usuario", "contrasenia", "apellido1", "apellido2", "nombre1", "nombre2", "edadInicio", "edadFinal", "sexo"})
+public class BusquedaPorNombre {
+
+ @XmlElement(name = "CodigoInstitucion")
+ protected String codigoInstitucion;
+ @XmlElement(name = "CodigoAgencia")
+ protected String codigoAgencia;
+ @XmlElement(name = "Usuario")
+ protected String usuario;
+ @XmlElement(name = "Contrasenia")
+ protected String contrasenia;
+ @XmlElement(name = "Apellido1")
+ protected String apellido1;
+ @XmlElement(name = "Apellido2")
+ protected String apellido2;
+ @XmlElement(name = "Nombre1")
+ protected String nombre1;
+ @XmlElement(name = "Nombre2")
+ protected String nombre2;
+ @XmlElement(name = "EdadInicio")
+ protected String edadInicio;
+ @XmlElement(name = "EdadFinal")
+ protected String edadFinal;
+ @XmlElement(name = "Sexo")
+ protected String sexo;
+
+ public String getCodigoInstitucion() {
+ return this.codigoInstitucion;
+ }
+
+ public void setCodigoInstitucion(String value) {
+ this.codigoInstitucion = value;
+ }
+
+ public String getCodigoAgencia() {
+ return this.codigoAgencia;
+ }
+
+ public void setCodigoAgencia(String value) {
+ this.codigoAgencia = value;
+ }
+
+ public String getUsuario() {
+ return this.usuario;
+ }
+
+ public void setUsuario(String value) {
+ this.usuario = value;
+ }
+
+ public String getContrasenia() {
+ return this.contrasenia;
+ }
+
+ public void setContrasenia(String value) {
+ this.contrasenia = value;
+ }
+
+ public String getApellido1() {
+ return this.apellido1;
+ }
+
+ public void setApellido1(String value) {
+ this.apellido1 = value;
+ }
+
+ public String getApellido2() {
+ return this.apellido2;
+ }
+
+ public void setApellido2(String value) {
+ this.apellido2 = value;
+ }
+
+ public String getNombre1() {
+ return this.nombre1;
+ }
+
+ public void setNombre1(String value) {
+ this.nombre1 = value;
+ }
+
+ public String getNombre2() {
+ return this.nombre2;
+ }
+
+ public void setNombre2(String value) {
+ this.nombre2 = value;
+ }
+
+ public String getEdadInicio() {
+ return this.edadInicio;
+ }
+
+ public void setEdadInicio(String value) {
+ this.edadInicio = value;
+ }
+
+ public String getEdadFinal() {
+ return this.edadFinal;
+ }
+
+ public void setEdadFinal(String value) {
+ this.edadFinal = value;
+ }
+
+ public String getSexo() {
+ return this.sexo;
+ }
+
+ public void setSexo(String value) {
+ this.sexo = value;
+ }
+}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/registrocivil/BusquedaPorNombre.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNombreResponse.java b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNombreResponse.java
new file mode 100644
index 0000000..bd7c8ca
--- /dev/null
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNombreResponse.java
@@ -0,0 +1,29 @@
+package ec.gob.registrocivil;
+
+import ec.gob.registrocivil.Ciudadanos;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "BusquedaPorNombreResponse", propOrder = {"_return"})
+public class BusquedaPorNombreResponse {
+
+ @XmlElement(name = "return")
+ protected Ciudadanos _return;
+
+ public Ciudadanos getReturn() {
+ return this._return;
+ }
+
+ public void setReturn(Ciudadanos value) {
+ this._return = value;
+ }
+}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/registrocivil/BusquedaPorNombreResponse.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNui.java b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNui.java
new file mode 100644
index 0000000..a51925e
--- /dev/null
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNui.java
@@ -0,0 +1,68 @@
+package ec.gob.registrocivil;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "BusquedaPorNui", propOrder = {"codigoInstitucion", "codigoAgencia", "usuario", "contrasenia", "nui"})
+public class BusquedaPorNui {
+
+ @XmlElement(name = "CodigoInstitucion")
+ protected String codigoInstitucion;
+ @XmlElement(name = "CodigoAgencia")
+ protected String codigoAgencia;
+ @XmlElement(name = "Usuario")
+ protected String usuario;
+ @XmlElement(name = "Contrasenia")
+ protected String contrasenia;
+ @XmlElement(name = "NUI")
+ protected String nui;
+
+ public String getCodigoInstitucion() {
+ return this.codigoInstitucion;
+ }
+
+ public void setCodigoInstitucion(String value) {
+ this.codigoInstitucion = value;
+ }
+
+ public String getCodigoAgencia() {
+ return this.codigoAgencia;
+ }
+
+ public void setCodigoAgencia(String value) {
+ this.codigoAgencia = value;
+ }
+
+ public String getUsuario() {
+ return this.usuario;
+ }
+
+ public void setUsuario(String value) {
+ this.usuario = value;
+ }
+
+ public String getContrasenia() {
+ return this.contrasenia;
+ }
+
+ public void setContrasenia(String value) {
+ this.contrasenia = value;
+ }
+
+ public String getNUI() {
+ return this.nui;
+ }
+
+ public void setNUI(String value) {
+ this.nui = value;
+ }
+}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/registrocivil/BusquedaPorNui.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNuiIndividual.java b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNuiIndividual.java
new file mode 100644
index 0000000..cb1542a
--- /dev/null
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNuiIndividual.java
@@ -0,0 +1,78 @@
+package ec.gob.registrocivil;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "BusquedaPorNuiIndividual", propOrder = {"codigoInstitucion", "codigoAgencia", "usuario", "contrasenia", "nui", "individualDactilar"})
+public class BusquedaPorNuiIndividual {
+
+ @XmlElement(name = "CodigoInstitucion")
+ protected String codigoInstitucion;
+ @XmlElement(name = "CodigoAgencia")
+ protected String codigoAgencia;
+ @XmlElement(name = "Usuario")
+ protected String usuario;
+ @XmlElement(name = "Contrasenia")
+ protected String contrasenia;
+ @XmlElement(name = "NUI")
+ protected String nui;
+ @XmlElement(name = "IndividualDactilar")
+ protected String individualDactilar;
+
+ public String getCodigoInstitucion() {
+ return this.codigoInstitucion;
+ }
+
+ public void setCodigoInstitucion(String value) {
+ this.codigoInstitucion = value;
+ }
+
+ public String getCodigoAgencia() {
+ return this.codigoAgencia;
+ }
+
+ public void setCodigoAgencia(String value) {
+ this.codigoAgencia = value;
+ }
+
+ public String getUsuario() {
+ return this.usuario;
+ }
+
+ public void setUsuario(String value) {
+ this.usuario = value;
+ }
+
+ public String getContrasenia() {
+ return this.contrasenia;
+ }
+
+ public void setContrasenia(String value) {
+ this.contrasenia = value;
+ }
+
+ public String getNUI() {
+ return this.nui;
+ }
+
+ public void setNUI(String value) {
+ this.nui = value;
+ }
+
+ public String getIndividualDactilar() {
+ return this.individualDactilar;
+ }
+
+ public void setIndividualDactilar(String value) {
+ this.individualDactilar = value;
+ }
+}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/registrocivil/BusquedaPorNuiIndividual.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNuiIndividualResponse.java b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNuiIndividualResponse.java
new file mode 100644
index 0000000..06f6b06
--- /dev/null
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNuiIndividualResponse.java
@@ -0,0 +1,29 @@
+package ec.gob.registrocivil;
+
+import ec.gob.registrocivil.Ciudadano;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "BusquedaPorNuiIndividualResponse", propOrder = {"_return"})
+public class BusquedaPorNuiIndividualResponse {
+
+ @XmlElement(name = "return")
+ protected Ciudadano _return;
+
+ public Ciudadano getReturn() {
+ return this._return;
+ }
+
+ public void setReturn(Ciudadano value) {
+ this._return = value;
+ }
+}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/registrocivil/BusquedaPorNuiIndividualResponse.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNuiResponse.java b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNuiResponse.java
new file mode 100644
index 0000000..1eb36d5
--- /dev/null
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/BusquedaPorNuiResponse.java
@@ -0,0 +1,29 @@
+package ec.gob.registrocivil;
+
+import ec.gob.registrocivil.Ciudadano;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "BusquedaPorNuiResponse", propOrder = {"_return"})
+public class BusquedaPorNuiResponse {
+
+ @XmlElement(name = "return")
+ protected Ciudadano _return;
+
+ public Ciudadano getReturn() {
+ return this._return;
+ }
+
+ public void setReturn(Ciudadano value) {
+ this._return = value;
+ }
+}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/registrocivil/BusquedaPorNuiResponse.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/Ciudadano.java b/centralwebservices/src/main/java/ec/gob/registrocivil/Ciudadano.java
new file mode 100644
index 0000000..68621b5
--- /dev/null
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/Ciudadano.java
@@ -0,0 +1,1362 @@
+package ec.gob.registrocivil;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "ciudadano", propOrder = {"acta", "actaDefuncion", "actaMatrimonio", "anioInscripcion", "apellidos", "calle", "cantonDomicilio", "cantonFallecimiento", "cantonInscripcion", "cantonInscripcionDefuncion", "cantonInscripcionGenero", "cantonMatrimonio", "cantonNacimiento", "clase", "claseDefuncion", "claseMatrimonio", "codigoCantonDomicilio", "codigoCantonFallecimiento", "codigoCantonInscripcion", "codigoCantonInscripcionDefuncion", "codigoCantonInscripcionGenero", "codigoCantonMatrimonio", "codigoCantonNacimiento", "codigoCondicionCedulado", "codigoCondicionDonante", "codigoDomicilio", "codigoError", "codigoEstadoCivil", "codigoGenero", "codigoGrupoEtnico", "codigoInstruccion", "codigoLugarDefuncion", "codigoLugarFallecimiento", "codigoLugarInscripcion", "codigoLugarInscripcionGenero", "codigoLugarMatrimonio", "codigoLugarNacimiento", "codigoNacionalidad", "codigoNacionalidadMadre", "codigoNacionalidadPadre", "codigoPaisDomicilio", "codigoPaisFallecimiento", "codigoPaisInscripcion", "codigoPaisInscripcionDefuncion", "codigoPaisInscripcionGenero", "codigoPaisMatrimonio", "codigoPaisNacimiento", "codigoParroquiaDomicilio", "codigoParroquiaFallecimiento", "codigoParroquiaInscripcion", "codigoParroquiaInscripcionDefuncion", "codigoParroquiaInscripcionGenero", "codigoParroquiaMatrimonio", "codigoParroquiaNacimiento", "codigoProfesion", "codigoProvinciaDomicilio", "codigoProvinciaFallecimiento", "codigoProvinciaInscripcion", "codigoProvinciaInscripcionDefuncion", "codigoProvinciaInscripcionGenero", "codigoProvinciaMatrimonio", "codigoProvinciaNacimiento", "codigoSexo", "codigoTipoCedula", "condicionCedulado", "condicionDonante", "conyuge", "domicilio", "error", "estadoCivil", "fechaActualizacion", "fechaCedulacion", "fechaFallecimiento", "fechaInscripcionDefuncion", "fechaInscripcionGenero", "fechaInscripcionNacimiento", "fechaMatrimonio", "fechaNacimiento", "firma", "firmaElectronica", "fotografia", "genero", "grupoEtnico", "individualDactilar", "instruccion", "lugarDefuncion", "lugarFallecimiento", "lugarInscripcion", "lugarInscripcionGenero", "lugarMatrimonio", "lugarNacimiento", "nui", "nacionalidad", "nacionalidadMadre", "nacionalidadPadre", "nombre", "nombreMadre", "nombrePadre", "nombres", "nuiConyuge", "nuiMadre", "nuiPadre", "numeroCasa", "observacion", "observacionInstitucion", "pagina", "paginaDefuncion", "paginaMatrimonio", "paisDomicilio", "paisFallecimiento", "paisInscripcion", "paisInscripcionDefuncion", "paisInscripcionGenero", "paisMatrimonio", "paisNacimiento", "parroquiaDomicilio", "parroquiaFallecimiento", "parroquiaInscripcion", "parroquiaInscripcionDefuncion", "parroquiaInscripcionGenero", "parroquiaMatrimonio", "parroquiaNacimiento", "profesion", "provinciaDomicilio", "provinciaFallecimiento", "provinciaInscripcion", "provinciaInscripcionDefuncion", "provinciaInscripcionGenero", "provinciaMatrimonio", "provinciaNacimiento", "sexo", "tipoCedula", "tomo", "tomoDefuncion", "tomoMatrimonio"})
+public class Ciudadano {
+
+ @XmlElement(name = "Acta")
+ protected String acta;
+ @XmlElement(name = "ActaDefuncion")
+ protected String actaDefuncion;
+ @XmlElement(name = "ActaMatrimonio")
+ protected String actaMatrimonio;
+ @XmlElement(name = "AnioInscripcion")
+ protected String anioInscripcion;
+ @XmlElement(name = "Apellidos")
+ protected String apellidos;
+ @XmlElement(name = "Calle")
+ protected String calle;
+ @XmlElement(name = "CantonDomicilio")
+ protected String cantonDomicilio;
+ @XmlElement(name = "CantonFallecimiento")
+ protected String cantonFallecimiento;
+ @XmlElement(name = "CantonInscripcion")
+ protected String cantonInscripcion;
+ @XmlElement(name = "CantonInscripcionDefuncion")
+ protected String cantonInscripcionDefuncion;
+ @XmlElement(name = "CantonInscripcionGenero")
+ protected String cantonInscripcionGenero;
+ @XmlElement(name = "CantonMatrimonio")
+ protected String cantonMatrimonio;
+ @XmlElement(name = "CantonNacimiento")
+ protected String cantonNacimiento;
+ @XmlElement(name = "Clase")
+ protected String clase;
+ @XmlElement(name = "ClaseDefuncion")
+ protected String claseDefuncion;
+ @XmlElement(name = "ClaseMatrimonio")
+ protected String claseMatrimonio;
+ @XmlElement(name = "CodigoCantonDomicilio")
+ protected String codigoCantonDomicilio;
+ @XmlElement(name = "CodigoCantonFallecimiento")
+ protected String codigoCantonFallecimiento;
+ @XmlElement(name = "CodigoCantonInscripcion")
+ protected String codigoCantonInscripcion;
+ @XmlElement(name = "CodigoCantonInscripcionDefuncion")
+ protected String codigoCantonInscripcionDefuncion;
+ @XmlElement(name = "CodigoCantonInscripcionGenero")
+ protected String codigoCantonInscripcionGenero;
+ @XmlElement(name = "CodigoCantonMatrimonio")
+ protected String codigoCantonMatrimonio;
+ @XmlElement(name = "CodigoCantonNacimiento")
+ protected String codigoCantonNacimiento;
+ @XmlElement(name = "CodigoCondicionCedulado")
+ protected String codigoCondicionCedulado;
+ @XmlElement(name = "CodigoCondicionDonante")
+ protected String codigoCondicionDonante;
+ @XmlElement(name = "CodigoDomicilio")
+ protected String codigoDomicilio;
+ @XmlElement(name = "CodigoError")
+ protected String codigoError;
+ @XmlElement(name = "CodigoEstadoCivil")
+ protected String codigoEstadoCivil;
+ @XmlElement(name = "CodigoGenero")
+ protected String codigoGenero;
+ @XmlElement(name = "CodigoGrupoEtnico")
+ protected String codigoGrupoEtnico;
+ @XmlElement(name = "CodigoInstruccion")
+ protected String codigoInstruccion;
+ @XmlElement(name = "CodigoLugarDefuncion")
+ protected String codigoLugarDefuncion;
+ @XmlElement(name = "CodigoLugarFallecimiento")
+ protected String codigoLugarFallecimiento;
+ @XmlElement(name = "CodigoLugarInscripcion")
+ protected String codigoLugarInscripcion;
+ @XmlElement(name = "CodigoLugarInscripcionGenero")
+ protected String codigoLugarInscripcionGenero;
+ @XmlElement(name = "CodigoLugarMatrimonio")
+ protected String codigoLugarMatrimonio;
+ @XmlElement(name = "CodigoLugarNacimiento")
+ protected String codigoLugarNacimiento;
+ @XmlElement(name = "CodigoNacionalidad")
+ protected String codigoNacionalidad;
+ @XmlElement(name = "CodigoNacionalidadMadre")
+ protected String codigoNacionalidadMadre;
+ @XmlElement(name = "CodigoNacionalidadPadre")
+ protected String codigoNacionalidadPadre;
+ @XmlElement(name = "CodigoPaisDomicilio")
+ protected String codigoPaisDomicilio;
+ @XmlElement(name = "CodigoPaisFallecimiento")
+ protected String codigoPaisFallecimiento;
+ @XmlElement(name = "CodigoPaisInscripcion")
+ protected String codigoPaisInscripcion;
+ @XmlElement(name = "CodigoPaisInscripcionDefuncion")
+ protected String codigoPaisInscripcionDefuncion;
+ @XmlElement(name = "CodigoPaisInscripcionGenero")
+ protected String codigoPaisInscripcionGenero;
+ @XmlElement(name = "CodigoPaisMatrimonio")
+ protected String codigoPaisMatrimonio;
+ @XmlElement(name = "CodigoPaisNacimiento")
+ protected String codigoPaisNacimiento;
+ @XmlElement(name = "CodigoParroquiaDomicilio")
+ protected String codigoParroquiaDomicilio;
+ @XmlElement(name = "CodigoParroquiaFallecimiento")
+ protected String codigoParroquiaFallecimiento;
+ @XmlElement(name = "CodigoParroquiaInscripcion")
+ protected String codigoParroquiaInscripcion;
+ @XmlElement(name = "CodigoParroquiaInscripcionDefuncion")
+ protected String codigoParroquiaInscripcionDefuncion;
+ @XmlElement(name = "CodigoParroquiaInscripcionGenero")
+ protected String codigoParroquiaInscripcionGenero;
+ @XmlElement(name = "CodigoParroquiaMatrimonio")
+ protected String codigoParroquiaMatrimonio;
+ @XmlElement(name = "CodigoParroquiaNacimiento")
+ protected String codigoParroquiaNacimiento;
+ @XmlElement(name = "CodigoProfesion")
+ protected String codigoProfesion;
+ @XmlElement(name = "CodigoProvinciaDomicilio")
+ protected String codigoProvinciaDomicilio;
+ @XmlElement(name = "CodigoProvinciaFallecimiento")
+ protected String codigoProvinciaFallecimiento;
+ @XmlElement(name = "CodigoProvinciaInscripcion")
+ protected String codigoProvinciaInscripcion;
+ @XmlElement(name = "CodigoProvinciaInscripcionDefuncion")
+ protected String codigoProvinciaInscripcionDefuncion;
+ @XmlElement(name = "CodigoProvinciaInscripcionGenero")
+ protected String codigoProvinciaInscripcionGenero;
+ @XmlElement(name = "CodigoProvinciaMatrimonio")
+ protected String codigoProvinciaMatrimonio;
+ @XmlElement(name = "CodigoProvinciaNacimiento")
+ protected String codigoProvinciaNacimiento;
+ @XmlElement(name = "CodigoSexo")
+ protected String codigoSexo;
+ @XmlElement(name = "CodigoTipoCedula")
+ protected String codigoTipoCedula;
+ @XmlElement(name = "CondicionCedulado")
+ protected String condicionCedulado;
+ @XmlElement(name = "CondicionDonante")
+ protected String condicionDonante;
+ @XmlElement(name = "Conyuge")
+ protected String conyuge;
+ @XmlElement(name = "Domicilio")
+ protected String domicilio;
+ @XmlElement(name = "Error")
+ protected String error;
+ @XmlElement(name = "EstadoCivil")
+ protected String estadoCivil;
+ @XmlElement(name = "FechaActualizacion")
+ protected String fechaActualizacion;
+ @XmlElement(name = "FechaCedulacion")
+ protected String fechaCedulacion;
+ @XmlElement(name = "FechaFallecimiento")
+ protected String fechaFallecimiento;
+ @XmlElement(name = "FechaInscripcionDefuncion")
+ protected String fechaInscripcionDefuncion;
+ @XmlElement(name = "FechaInscripcionGenero")
+ protected String fechaInscripcionGenero;
+ @XmlElement(name = "FechaInscripcionNacimiento")
+ protected String fechaInscripcionNacimiento;
+ @XmlElement(name = "FechaMatrimonio")
+ protected String fechaMatrimonio;
+ @XmlElement(name = "FechaNacimiento")
+ protected String fechaNacimiento;
+ @XmlElement(name = "Firma")
+ protected byte[] firma;
+ @XmlElement(name = "FirmaElectronica")
+ protected String firmaElectronica;
+ @XmlElement(name = "Fotografia")
+ protected byte[] fotografia;
+ @XmlElement(name = "Genero")
+ protected String genero;
+ @XmlElement(name = "GrupoEtnico")
+ protected String grupoEtnico;
+ @XmlElement(name = "IndividualDactilar")
+ protected String individualDactilar;
+ @XmlElement(name = "Instruccion")
+ protected String instruccion;
+ @XmlElement(name = "LugarDefuncion")
+ protected String lugarDefuncion;
+ @XmlElement(name = "LugarFallecimiento")
+ protected String lugarFallecimiento;
+ @XmlElement(name = "LugarInscripcion")
+ protected String lugarInscripcion;
+ @XmlElement(name = "LugarInscripcionGenero")
+ protected String lugarInscripcionGenero;
+ @XmlElement(name = "LugarMatrimonio")
+ protected String lugarMatrimonio;
+ @XmlElement(name = "LugarNacimiento")
+ protected String lugarNacimiento;
+ @XmlElement(name = "NUI")
+ protected String nui;
+ @XmlElement(name = "Nacionalidad")
+ protected String nacionalidad;
+ @XmlElement(name = "NacionalidadMadre")
+ protected String nacionalidadMadre;
+ @XmlElement(name = "NacionalidadPadre")
+ protected String nacionalidadPadre;
+ @XmlElement(name = "Nombre")
+ protected String nombre;
+ @XmlElement(name = "NombreMadre")
+ protected String nombreMadre;
+ @XmlElement(name = "NombrePadre")
+ protected String nombrePadre;
+ @XmlElement(name = "Nombres")
+ protected String nombres;
+ @XmlElement(name = "NuiConyuge")
+ protected String nuiConyuge;
+ @XmlElement(name = "NuiMadre")
+ protected String nuiMadre;
+ @XmlElement(name = "NuiPadre")
+ protected String nuiPadre;
+ @XmlElement(name = "NumeroCasa")
+ protected String numeroCasa;
+ @XmlElement(name = "Observacion")
+ protected String observacion;
+ @XmlElement(name = "ObservacionInstitucion")
+ protected String observacionInstitucion;
+ @XmlElement(name = "Pagina")
+ protected String pagina;
+ @XmlElement(name = "PaginaDefuncion")
+ protected String paginaDefuncion;
+ @XmlElement(name = "PaginaMatrimonio")
+ protected String paginaMatrimonio;
+ @XmlElement(name = "PaisDomicilio")
+ protected String paisDomicilio;
+ @XmlElement(name = "PaisFallecimiento")
+ protected String paisFallecimiento;
+ @XmlElement(name = "PaisInscripcion")
+ protected String paisInscripcion;
+ @XmlElement(name = "PaisInscripcionDefuncion")
+ protected String paisInscripcionDefuncion;
+ @XmlElement(name = "PaisInscripcionGenero")
+ protected String paisInscripcionGenero;
+ @XmlElement(name = "PaisMatrimonio")
+ protected String paisMatrimonio;
+ @XmlElement(name = "PaisNacimiento")
+ protected String paisNacimiento;
+ @XmlElement(name = "ParroquiaDomicilio")
+ protected String parroquiaDomicilio;
+ @XmlElement(name = "ParroquiaFallecimiento")
+ protected String parroquiaFallecimiento;
+ @XmlElement(name = "ParroquiaInscripcion")
+ protected String parroquiaInscripcion;
+ @XmlElement(name = "ParroquiaInscripcionDefuncion")
+ protected String parroquiaInscripcionDefuncion;
+ @XmlElement(name = "ParroquiaInscripcionGenero")
+ protected String parroquiaInscripcionGenero;
+ @XmlElement(name = "ParroquiaMatrimonio")
+ protected String parroquiaMatrimonio;
+ @XmlElement(name = "ParroquiaNacimiento")
+ protected String parroquiaNacimiento;
+ @XmlElement(name = "Profesion")
+ protected String profesion;
+ @XmlElement(name = "ProvinciaDomicilio")
+ protected String provinciaDomicilio;
+ @XmlElement(name = "ProvinciaFallecimiento")
+ protected String provinciaFallecimiento;
+ @XmlElement(name = "ProvinciaInscripcion")
+ protected String provinciaInscripcion;
+ @XmlElement(name = "ProvinciaInscripcionDefuncion")
+ protected String provinciaInscripcionDefuncion;
+ @XmlElement(name = "ProvinciaInscripcionGenero")
+ protected String provinciaInscripcionGenero;
+ @XmlElement(name = "ProvinciaMatrimonio")
+ protected String provinciaMatrimonio;
+ @XmlElement(name = "ProvinciaNacimiento")
+ protected String provinciaNacimiento;
+ @XmlElement(name = "Sexo")
+ protected String sexo;
+ @XmlElement(name = "TipoCedula")
+ protected String tipoCedula;
+ @XmlElement(name = "Tomo")
+ protected String tomo;
+ @XmlElement(name = "TomoDefuncion")
+ protected String tomoDefuncion;
+ @XmlElement(name = "TomoMatrimonio")
+ protected String tomoMatrimonio;
+
+ public String getActa() {
+ return this.acta;
+ }
+
+ public void setActa(String value) {
+ this.acta = value;
+ }
+
+ public String getActaDefuncion() {
+ return this.actaDefuncion;
+ }
+
+ public void setActaDefuncion(String value) {
+ this.actaDefuncion = value;
+ }
+
+ public String getActaMatrimonio() {
+ return this.actaMatrimonio;
+ }
+
+ public void setActaMatrimonio(String value) {
+ this.actaMatrimonio = value;
+ }
+
+ public String getAnioInscripcion() {
+ return this.anioInscripcion;
+ }
+
+ public void setAnioInscripcion(String value) {
+ this.anioInscripcion = value;
+ }
+
+ public String getApellidos() {
+ return this.apellidos;
+ }
+
+ public void setApellidos(String value) {
+ this.apellidos = value;
+ }
+
+ public String getCalle() {
+ return this.calle;
+ }
+
+ public void setCalle(String value) {
+ this.calle = value;
+ }
+
+ public String getCantonDomicilio() {
+ return this.cantonDomicilio;
+ }
+
+ public void setCantonDomicilio(String value) {
+ this.cantonDomicilio = value;
+ }
+
+ public String getCantonFallecimiento() {
+ return this.cantonFallecimiento;
+ }
+
+ public void setCantonFallecimiento(String value) {
+ this.cantonFallecimiento = value;
+ }
+
+ public String getCantonInscripcion() {
+ return this.cantonInscripcion;
+ }
+
+ public void setCantonInscripcion(String value) {
+ this.cantonInscripcion = value;
+ }
+
+ public String getCantonInscripcionDefuncion() {
+ return this.cantonInscripcionDefuncion;
+ }
+
+ public void setCantonInscripcionDefuncion(String value) {
+ this.cantonInscripcionDefuncion = value;
+ }
+
+ public String getCantonInscripcionGenero() {
+ return this.cantonInscripcionGenero;
+ }
+
+ public void setCantonInscripcionGenero(String value) {
+ this.cantonInscripcionGenero = value;
+ }
+
+ public String getCantonMatrimonio() {
+ return this.cantonMatrimonio;
+ }
+
+ public void setCantonMatrimonio(String value) {
+ this.cantonMatrimonio = value;
+ }
+
+ public String getCantonNacimiento() {
+ return this.cantonNacimiento;
+ }
+
+ public void setCantonNacimiento(String value) {
+ this.cantonNacimiento = value;
+ }
+
+ public String getClase() {
+ return this.clase;
+ }
+
+ public void setClase(String value) {
+ this.clase = value;
+ }
+
+ public String getClaseDefuncion() {
+ return this.claseDefuncion;
+ }
+
+ public void setClaseDefuncion(String value) {
+ this.claseDefuncion = value;
+ }
+
+ public String getClaseMatrimonio() {
+ return this.claseMatrimonio;
+ }
+
+ public void setClaseMatrimonio(String value) {
+ this.claseMatrimonio = value;
+ }
+
+ public String getCodigoCantonDomicilio() {
+ return this.codigoCantonDomicilio;
+ }
+
+ public void setCodigoCantonDomicilio(String value) {
+ this.codigoCantonDomicilio = value;
+ }
+
+ public String getCodigoCantonFallecimiento() {
+ return this.codigoCantonFallecimiento;
+ }
+
+ public void setCodigoCantonFallecimiento(String value) {
+ this.codigoCantonFallecimiento = value;
+ }
+
+ public String getCodigoCantonInscripcion() {
+ return this.codigoCantonInscripcion;
+ }
+
+ public void setCodigoCantonInscripcion(String value) {
+ this.codigoCantonInscripcion = value;
+ }
+
+ public String getCodigoCantonInscripcionDefuncion() {
+ return this.codigoCantonInscripcionDefuncion;
+ }
+
+ public void setCodigoCantonInscripcionDefuncion(String value) {
+ this.codigoCantonInscripcionDefuncion = value;
+ }
+
+ public String getCodigoCantonInscripcionGenero() {
+ return this.codigoCantonInscripcionGenero;
+ }
+
+ public void setCodigoCantonInscripcionGenero(String value) {
+ this.codigoCantonInscripcionGenero = value;
+ }
+
+ public String getCodigoCantonMatrimonio() {
+ return this.codigoCantonMatrimonio;
+ }
+
+ public void setCodigoCantonMatrimonio(String value) {
+ this.codigoCantonMatrimonio = value;
+ }
+
+ public String getCodigoCantonNacimiento() {
+ return this.codigoCantonNacimiento;
+ }
+
+ public void setCodigoCantonNacimiento(String value) {
+ this.codigoCantonNacimiento = value;
+ }
+
+ public String getCodigoCondicionCedulado() {
+ return this.codigoCondicionCedulado;
+ }
+
+ public void setCodigoCondicionCedulado(String value) {
+ this.codigoCondicionCedulado = value;
+ }
+
+ public String getCodigoCondicionDonante() {
+ return this.codigoCondicionDonante;
+ }
+
+ public void setCodigoCondicionDonante(String value) {
+ this.codigoCondicionDonante = value;
+ }
+
+ public String getCodigoDomicilio() {
+ return this.codigoDomicilio;
+ }
+
+ public void setCodigoDomicilio(String value) {
+ this.codigoDomicilio = value;
+ }
+
+ public String getCodigoError() {
+ return this.codigoError;
+ }
+
+ public void setCodigoError(String value) {
+ this.codigoError = value;
+ }
+
+ public String getCodigoEstadoCivil() {
+ return this.codigoEstadoCivil;
+ }
+
+ public void setCodigoEstadoCivil(String value) {
+ this.codigoEstadoCivil = value;
+ }
+
+ public String getCodigoGenero() {
+ return this.codigoGenero;
+ }
+
+ public void setCodigoGenero(String value) {
+ this.codigoGenero = value;
+ }
+
+ public String getCodigoGrupoEtnico() {
+ return this.codigoGrupoEtnico;
+ }
+
+ public void setCodigoGrupoEtnico(String value) {
+ this.codigoGrupoEtnico = value;
+ }
+
+ public String getCodigoInstruccion() {
+ return this.codigoInstruccion;
+ }
+
+ public void setCodigoInstruccion(String value) {
+ this.codigoInstruccion = value;
+ }
+
+ public String getCodigoLugarDefuncion() {
+ return this.codigoLugarDefuncion;
+ }
+
+ public void setCodigoLugarDefuncion(String value) {
+ this.codigoLugarDefuncion = value;
+ }
+
+ public String getCodigoLugarFallecimiento() {
+ return this.codigoLugarFallecimiento;
+ }
+
+ public void setCodigoLugarFallecimiento(String value) {
+ this.codigoLugarFallecimiento = value;
+ }
+
+ public String getCodigoLugarInscripcion() {
+ return this.codigoLugarInscripcion;
+ }
+
+ public void setCodigoLugarInscripcion(String value) {
+ this.codigoLugarInscripcion = value;
+ }
+
+ public String getCodigoLugarInscripcionGenero() {
+ return this.codigoLugarInscripcionGenero;
+ }
+
+ public void setCodigoLugarInscripcionGenero(String value) {
+ this.codigoLugarInscripcionGenero = value;
+ }
+
+ public String getCodigoLugarMatrimonio() {
+ return this.codigoLugarMatrimonio;
+ }
+
+ public void setCodigoLugarMatrimonio(String value) {
+ this.codigoLugarMatrimonio = value;
+ }
+
+ public String getCodigoLugarNacimiento() {
+ return this.codigoLugarNacimiento;
+ }
+
+ public void setCodigoLugarNacimiento(String value) {
+ this.codigoLugarNacimiento = value;
+ }
+
+ public String getCodigoNacionalidad() {
+ return this.codigoNacionalidad;
+ }
+
+ public void setCodigoNacionalidad(String value) {
+ this.codigoNacionalidad = value;
+ }
+
+ public String getCodigoNacionalidadMadre() {
+ return this.codigoNacionalidadMadre;
+ }
+
+ public void setCodigoNacionalidadMadre(String value) {
+ this.codigoNacionalidadMadre = value;
+ }
+
+ public String getCodigoNacionalidadPadre() {
+ return this.codigoNacionalidadPadre;
+ }
+
+ public void setCodigoNacionalidadPadre(String value) {
+ this.codigoNacionalidadPadre = value;
+ }
+
+ public String getCodigoPaisDomicilio() {
+ return this.codigoPaisDomicilio;
+ }
+
+ public void setCodigoPaisDomicilio(String value) {
+ this.codigoPaisDomicilio = value;
+ }
+
+ public String getCodigoPaisFallecimiento() {
+ return this.codigoPaisFallecimiento;
+ }
+
+ public void setCodigoPaisFallecimiento(String value) {
+ this.codigoPaisFallecimiento = value;
+ }
+
+ public String getCodigoPaisInscripcion() {
+ return this.codigoPaisInscripcion;
+ }
+
+ public void setCodigoPaisInscripcion(String value) {
+ this.codigoPaisInscripcion = value;
+ }
+
+ public String getCodigoPaisInscripcionDefuncion() {
+ return this.codigoPaisInscripcionDefuncion;
+ }
+
+ public void setCodigoPaisInscripcionDefuncion(String value) {
+ this.codigoPaisInscripcionDefuncion = value;
+ }
+
+ public String getCodigoPaisInscripcionGenero() {
+ return this.codigoPaisInscripcionGenero;
+ }
+
+ public void setCodigoPaisInscripcionGenero(String value) {
+ this.codigoPaisInscripcionGenero = value;
+ }
+
+ public String getCodigoPaisMatrimonio() {
+ return this.codigoPaisMatrimonio;
+ }
+
+ public void setCodigoPaisMatrimonio(String value) {
+ this.codigoPaisMatrimonio = value;
+ }
+
+ public String getCodigoPaisNacimiento() {
+ return this.codigoPaisNacimiento;
+ }
+
+ public void setCodigoPaisNacimiento(String value) {
+ this.codigoPaisNacimiento = value;
+ }
+
+ public String getCodigoParroquiaDomicilio() {
+ return this.codigoParroquiaDomicilio;
+ }
+
+ public void setCodigoParroquiaDomicilio(String value) {
+ this.codigoParroquiaDomicilio = value;
+ }
+
+ public String getCodigoParroquiaFallecimiento() {
+ return this.codigoParroquiaFallecimiento;
+ }
+
+ public void setCodigoParroquiaFallecimiento(String value) {
+ this.codigoParroquiaFallecimiento = value;
+ }
+
+ public String getCodigoParroquiaInscripcion() {
+ return this.codigoParroquiaInscripcion;
+ }
+
+ public void setCodigoParroquiaInscripcion(String value) {
+ this.codigoParroquiaInscripcion = value;
+ }
+
+ public String getCodigoParroquiaInscripcionDefuncion() {
+ return this.codigoParroquiaInscripcionDefuncion;
+ }
+
+ public void setCodigoParroquiaInscripcionDefuncion(String value) {
+ this.codigoParroquiaInscripcionDefuncion = value;
+ }
+
+ public String getCodigoParroquiaInscripcionGenero() {
+ return this.codigoParroquiaInscripcionGenero;
+ }
+
+ public void setCodigoParroquiaInscripcionGenero(String value) {
+ this.codigoParroquiaInscripcionGenero = value;
+ }
+
+ public String getCodigoParroquiaMatrimonio() {
+ return this.codigoParroquiaMatrimonio;
+ }
+
+ public void setCodigoParroquiaMatrimonio(String value) {
+ this.codigoParroquiaMatrimonio = value;
+ }
+
+ public String getCodigoParroquiaNacimiento() {
+ return this.codigoParroquiaNacimiento;
+ }
+
+ public void setCodigoParroquiaNacimiento(String value) {
+ this.codigoParroquiaNacimiento = value;
+ }
+
+ public String getCodigoProfesion() {
+ return this.codigoProfesion;
+ }
+
+ public void setCodigoProfesion(String value) {
+ this.codigoProfesion = value;
+ }
+
+ public String getCodigoProvinciaDomicilio() {
+ return this.codigoProvinciaDomicilio;
+ }
+
+ public void setCodigoProvinciaDomicilio(String value) {
+ this.codigoProvinciaDomicilio = value;
+ }
+
+ public String getCodigoProvinciaFallecimiento() {
+ return this.codigoProvinciaFallecimiento;
+ }
+
+ public void setCodigoProvinciaFallecimiento(String value) {
+ this.codigoProvinciaFallecimiento = value;
+ }
+
+ public String getCodigoProvinciaInscripcion() {
+ return this.codigoProvinciaInscripcion;
+ }
+
+ public void setCodigoProvinciaInscripcion(String value) {
+ this.codigoProvinciaInscripcion = value;
+ }
+
+ public String getCodigoProvinciaInscripcionDefuncion() {
+ return this.codigoProvinciaInscripcionDefuncion;
+ }
+
+ public void setCodigoProvinciaInscripcionDefuncion(String value) {
+ this.codigoProvinciaInscripcionDefuncion = value;
+ }
+
+ public String getCodigoProvinciaInscripcionGenero() {
+ return this.codigoProvinciaInscripcionGenero;
+ }
+
+ public void setCodigoProvinciaInscripcionGenero(String value) {
+ this.codigoProvinciaInscripcionGenero = value;
+ }
+
+ public String getCodigoProvinciaMatrimonio() {
+ return this.codigoProvinciaMatrimonio;
+ }
+
+ public void setCodigoProvinciaMatrimonio(String value) {
+ this.codigoProvinciaMatrimonio = value;
+ }
+
+ public String getCodigoProvinciaNacimiento() {
+ return this.codigoProvinciaNacimiento;
+ }
+
+ public void setCodigoProvinciaNacimiento(String value) {
+ this.codigoProvinciaNacimiento = value;
+ }
+
+ public String getCodigoSexo() {
+ return this.codigoSexo;
+ }
+
+ public void setCodigoSexo(String value) {
+ this.codigoSexo = value;
+ }
+
+ public String getCodigoTipoCedula() {
+ return this.codigoTipoCedula;
+ }
+
+ public void setCodigoTipoCedula(String value) {
+ this.codigoTipoCedula = value;
+ }
+
+ public String getCondicionCedulado() {
+ return this.condicionCedulado;
+ }
+
+ public void setCondicionCedulado(String value) {
+ this.condicionCedulado = value;
+ }
+
+ public String getCondicionDonante() {
+ return this.condicionDonante;
+ }
+
+ public void setCondicionDonante(String value) {
+ this.condicionDonante = value;
+ }
+
+ public String getConyuge() {
+ return this.conyuge;
+ }
+
+ public void setConyuge(String value) {
+ this.conyuge = value;
+ }
+
+ public String getDomicilio() {
+ return this.domicilio;
+ }
+
+ public void setDomicilio(String value) {
+ this.domicilio = value;
+ }
+
+ public String getError() {
+ return this.error;
+ }
+
+ public void setError(String value) {
+ this.error = value;
+ }
+
+ public String getEstadoCivil() {
+ return this.estadoCivil;
+ }
+
+ public void setEstadoCivil(String value) {
+ this.estadoCivil = value;
+ }
+
+ public String getFechaActualizacion() {
+ return this.fechaActualizacion;
+ }
+
+ public void setFechaActualizacion(String value) {
+ this.fechaActualizacion = value;
+ }
+
+ public String getFechaCedulacion() {
+ return this.fechaCedulacion;
+ }
+
+ public void setFechaCedulacion(String value) {
+ this.fechaCedulacion = value;
+ }
+
+ public String getFechaFallecimiento() {
+ return this.fechaFallecimiento;
+ }
+
+ public void setFechaFallecimiento(String value) {
+ this.fechaFallecimiento = value;
+ }
+
+ public String getFechaInscripcionDefuncion() {
+ return this.fechaInscripcionDefuncion;
+ }
+
+ public void setFechaInscripcionDefuncion(String value) {
+ this.fechaInscripcionDefuncion = value;
+ }
+
+ public String getFechaInscripcionGenero() {
+ return this.fechaInscripcionGenero;
+ }
+
+ public void setFechaInscripcionGenero(String value) {
+ this.fechaInscripcionGenero = value;
+ }
+
+ public String getFechaInscripcionNacimiento() {
+ return this.fechaInscripcionNacimiento;
+ }
+
+ public void setFechaInscripcionNacimiento(String value) {
+ this.fechaInscripcionNacimiento = value;
+ }
+
+ public String getFechaMatrimonio() {
+ return this.fechaMatrimonio;
+ }
+
+ public void setFechaMatrimonio(String value) {
+ this.fechaMatrimonio = value;
+ }
+
+ public String getFechaNacimiento() {
+ return this.fechaNacimiento;
+ }
+
+ public void setFechaNacimiento(String value) {
+ this.fechaNacimiento = value;
+ }
+
+ public byte[] getFirma() {
+ return this.firma;
+ }
+
+ public void setFirma(byte[] value) {
+ this.firma = value;
+ }
+
+ public String getFirmaElectronica() {
+ return this.firmaElectronica;
+ }
+
+ public void setFirmaElectronica(String value) {
+ this.firmaElectronica = value;
+ }
+
+ public byte[] getFotografia() {
+ return this.fotografia;
+ }
+
+ public void setFotografia(byte[] value) {
+ this.fotografia = value;
+ }
+
+ public String getGenero() {
+ return this.genero;
+ }
+
+ public void setGenero(String value) {
+ this.genero = value;
+ }
+
+ public String getGrupoEtnico() {
+ return this.grupoEtnico;
+ }
+
+ public void setGrupoEtnico(String value) {
+ this.grupoEtnico = value;
+ }
+
+ public String getIndividualDactilar() {
+ return this.individualDactilar;
+ }
+
+ public void setIndividualDactilar(String value) {
+ this.individualDactilar = value;
+ }
+
+ public String getInstruccion() {
+ return this.instruccion;
+ }
+
+ public void setInstruccion(String value) {
+ this.instruccion = value;
+ }
+
+ public String getLugarDefuncion() {
+ return this.lugarDefuncion;
+ }
+
+ public void setLugarDefuncion(String value) {
+ this.lugarDefuncion = value;
+ }
+
+ public String getLugarFallecimiento() {
+ return this.lugarFallecimiento;
+ }
+
+ public void setLugarFallecimiento(String value) {
+ this.lugarFallecimiento = value;
+ }
+
+ public String getLugarInscripcion() {
+ return this.lugarInscripcion;
+ }
+
+ public void setLugarInscripcion(String value) {
+ this.lugarInscripcion = value;
+ }
+
+ public String getLugarInscripcionGenero() {
+ return this.lugarInscripcionGenero;
+ }
+
+ public void setLugarInscripcionGenero(String value) {
+ this.lugarInscripcionGenero = value;
+ }
+
+ public String getLugarMatrimonio() {
+ return this.lugarMatrimonio;
+ }
+
+ public void setLugarMatrimonio(String value) {
+ this.lugarMatrimonio = value;
+ }
+
+ public String getLugarNacimiento() {
+ return this.lugarNacimiento;
+ }
+
+ public void setLugarNacimiento(String value) {
+ this.lugarNacimiento = value;
+ }
+
+ public String getNUI() {
+ return this.nui;
+ }
+
+ public void setNUI(String value) {
+ this.nui = value;
+ }
+
+ public String getNacionalidad() {
+ return this.nacionalidad;
+ }
+
+ public void setNacionalidad(String value) {
+ this.nacionalidad = value;
+ }
+
+ public String getNacionalidadMadre() {
+ return this.nacionalidadMadre;
+ }
+
+ public void setNacionalidadMadre(String value) {
+ this.nacionalidadMadre = value;
+ }
+
+ public String getNacionalidadPadre() {
+ return this.nacionalidadPadre;
+ }
+
+ public void setNacionalidadPadre(String value) {
+ this.nacionalidadPadre = value;
+ }
+
+ public String getNombre() {
+ return this.nombre;
+ }
+
+ public void setNombre(String value) {
+ this.nombre = value;
+ }
+
+ public String getNombreMadre() {
+ return this.nombreMadre;
+ }
+
+ public void setNombreMadre(String value) {
+ this.nombreMadre = value;
+ }
+
+ public String getNombrePadre() {
+ return this.nombrePadre;
+ }
+
+ public void setNombrePadre(String value) {
+ this.nombrePadre = value;
+ }
+
+ public String getNombres() {
+ return this.nombres;
+ }
+
+ public void setNombres(String value) {
+ this.nombres = value;
+ }
+
+ public String getNuiConyuge() {
+ return this.nuiConyuge;
+ }
+
+ public void setNuiConyuge(String value) {
+ this.nuiConyuge = value;
+ }
+
+ public String getNuiMadre() {
+ return this.nuiMadre;
+ }
+
+ public void setNuiMadre(String value) {
+ this.nuiMadre = value;
+ }
+
+ public String getNuiPadre() {
+ return this.nuiPadre;
+ }
+
+ public void setNuiPadre(String value) {
+ this.nuiPadre = value;
+ }
+
+ public String getNumeroCasa() {
+ return this.numeroCasa;
+ }
+
+ public void setNumeroCasa(String value) {
+ this.numeroCasa = value;
+ }
+
+ public String getObservacion() {
+ return this.observacion;
+ }
+
+ public void setObservacion(String value) {
+ this.observacion = value;
+ }
+
+ public String getObservacionInstitucion() {
+ return this.observacionInstitucion;
+ }
+
+ public void setObservacionInstitucion(String value) {
+ this.observacionInstitucion = value;
+ }
+
+ public String getPagina() {
+ return this.pagina;
+ }
+
+ public void setPagina(String value) {
+ this.pagina = value;
+ }
+
+ public String getPaginaDefuncion() {
+ return this.paginaDefuncion;
+ }
+
+ public void setPaginaDefuncion(String value) {
+ this.paginaDefuncion = value;
+ }
+
+ public String getPaginaMatrimonio() {
+ return this.paginaMatrimonio;
+ }
+
+ public void setPaginaMatrimonio(String value) {
+ this.paginaMatrimonio = value;
+ }
+
+ public String getPaisDomicilio() {
+ return this.paisDomicilio;
+ }
+
+ public void setPaisDomicilio(String value) {
+ this.paisDomicilio = value;
+ }
+
+ public String getPaisFallecimiento() {
+ return this.paisFallecimiento;
+ }
+
+ public void setPaisFallecimiento(String value) {
+ this.paisFallecimiento = value;
+ }
+
+ public String getPaisInscripcion() {
+ return this.paisInscripcion;
+ }
+
+ public void setPaisInscripcion(String value) {
+ this.paisInscripcion = value;
+ }
+
+ public String getPaisInscripcionDefuncion() {
+ return this.paisInscripcionDefuncion;
+ }
+
+ public void setPaisInscripcionDefuncion(String value) {
+ this.paisInscripcionDefuncion = value;
+ }
+
+ public String getPaisInscripcionGenero() {
+ return this.paisInscripcionGenero;
+ }
+
+ public void setPaisInscripcionGenero(String value) {
+ this.paisInscripcionGenero = value;
+ }
+
+ public String getPaisMatrimonio() {
+ return this.paisMatrimonio;
+ }
+
+ public void setPaisMatrimonio(String value) {
+ this.paisMatrimonio = value;
+ }
+
+ public String getPaisNacimiento() {
+ return this.paisNacimiento;
+ }
+
+ public void setPaisNacimiento(String value) {
+ this.paisNacimiento = value;
+ }
+
+ public String getParroquiaDomicilio() {
+ return this.parroquiaDomicilio;
+ }
+
+ public void setParroquiaDomicilio(String value) {
+ this.parroquiaDomicilio = value;
+ }
+
+ public String getParroquiaFallecimiento() {
+ return this.parroquiaFallecimiento;
+ }
+
+ public void setParroquiaFallecimiento(String value) {
+ this.parroquiaFallecimiento = value;
+ }
+
+ public String getParroquiaInscripcion() {
+ return this.parroquiaInscripcion;
+ }
+
+ public void setParroquiaInscripcion(String value) {
+ this.parroquiaInscripcion = value;
+ }
+
+ public String getParroquiaInscripcionDefuncion() {
+ return this.parroquiaInscripcionDefuncion;
+ }
+
+ public void setParroquiaInscripcionDefuncion(String value) {
+ this.parroquiaInscripcionDefuncion = value;
+ }
+
+ public String getParroquiaInscripcionGenero() {
+ return this.parroquiaInscripcionGenero;
+ }
+
+ public void setParroquiaInscripcionGenero(String value) {
+ this.parroquiaInscripcionGenero = value;
+ }
+
+ public String getParroquiaMatrimonio() {
+ return this.parroquiaMatrimonio;
+ }
+
+ public void setParroquiaMatrimonio(String value) {
+ this.parroquiaMatrimonio = value;
+ }
+
+ public String getParroquiaNacimiento() {
+ return this.parroquiaNacimiento;
+ }
+
+ public void setParroquiaNacimiento(String value) {
+ this.parroquiaNacimiento = value;
+ }
+
+ public String getProfesion() {
+ return this.profesion;
+ }
+
+ public void setProfesion(String value) {
+ this.profesion = value;
+ }
+
+ public String getProvinciaDomicilio() {
+ return this.provinciaDomicilio;
+ }
+
+ public void setProvinciaDomicilio(String value) {
+ this.provinciaDomicilio = value;
+ }
+
+ public String getProvinciaFallecimiento() {
+ return this.provinciaFallecimiento;
+ }
+
+ public void setProvinciaFallecimiento(String value) {
+ this.provinciaFallecimiento = value;
+ }
+
+ public String getProvinciaInscripcion() {
+ return this.provinciaInscripcion;
+ }
+
+ public void setProvinciaInscripcion(String value) {
+ this.provinciaInscripcion = value;
+ }
+
+ public String getProvinciaInscripcionDefuncion() {
+ return this.provinciaInscripcionDefuncion;
+ }
+
+ public void setProvinciaInscripcionDefuncion(String value) {
+ this.provinciaInscripcionDefuncion = value;
+ }
+
+ public String getProvinciaInscripcionGenero() {
+ return this.provinciaInscripcionGenero;
+ }
+
+ public void setProvinciaInscripcionGenero(String value) {
+ this.provinciaInscripcionGenero = value;
+ }
+
+ public String getProvinciaMatrimonio() {
+ return this.provinciaMatrimonio;
+ }
+
+ public void setProvinciaMatrimonio(String value) {
+ this.provinciaMatrimonio = value;
+ }
+
+ public String getProvinciaNacimiento() {
+ return this.provinciaNacimiento;
+ }
+
+ public void setProvinciaNacimiento(String value) {
+ this.provinciaNacimiento = value;
+ }
+
+ public String getSexo() {
+ return this.sexo;
+ }
+
+ public void setSexo(String value) {
+ this.sexo = value;
+ }
+
+ public String getTipoCedula() {
+ return this.tipoCedula;
+ }
+
+ public void setTipoCedula(String value) {
+ this.tipoCedula = value;
+ }
+
+ public String getTomo() {
+ return this.tomo;
+ }
+
+ public void setTomo(String value) {
+ this.tomo = value;
+ }
+
+ public String getTomoDefuncion() {
+ return this.tomoDefuncion;
+ }
+
+ public void setTomoDefuncion(String value) {
+ this.tomoDefuncion = value;
+ }
+
+ public String getTomoMatrimonio() {
+ return this.tomoMatrimonio;
+ }
+
+ public void setTomoMatrimonio(String value) {
+ this.tomoMatrimonio = value;
+ }
+}
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/Ciudadanos.java b/centralwebservices/src/main/java/ec/gob/registrocivil/Ciudadanos.java
new file mode 100644
index 0000000..d61ea45
--- /dev/null
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/Ciudadanos.java
@@ -0,0 +1,48 @@
+package ec.gob.registrocivil;
+
+import ec.gob.registrocivil.Ciudadano;
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "ciudadanos", propOrder = {"codigoError", "error", "persona"})
+public class Ciudadanos {
+
+ protected String codigoError;
+ protected String error;
+ @XmlElement(nillable = true)
+ protected List
- * <complexType name="BusquedaPorCedula">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Cedula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Usuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Contrasenia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BusquedaPorCedula", propOrder = {
- "cedula",
- "usuario",
- "contrasenia"
-})
-public class BusquedaPorCedula {
-
- @XmlElement(name = "Cedula")
- protected String cedula;
- @XmlElement(name = "Usuario")
- protected String usuario;
- @XmlElement(name = "Contrasenia")
- protected String contrasenia;
-
- /**
- * Obtiene el valor de la propiedad cedula.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCedula() {
- return cedula;
- }
-
- /**
- * Define el valor de la propiedad cedula.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCedula(String value) {
- this.cedula = value;
- }
-
- /**
- * Obtiene el valor de la propiedad usuario.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getUsuario() {
- return usuario;
- }
-
- /**
- * Define el valor de la propiedad usuario.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setUsuario(String value) {
- this.usuario = value;
- }
-
- /**
- * Obtiene el valor de la propiedad contrasenia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getContrasenia() {
- return contrasenia;
- }
-
- /**
- * Define el valor de la propiedad contrasenia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setContrasenia(String value) {
- this.contrasenia = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/BusquedaPorCedulaResponse.java.svn-base b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/BusquedaPorCedulaResponse.java.svn-base
deleted file mode 100644
index d621947..0000000
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/BusquedaPorCedulaResponse.java.svn-base
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package ec.gob.registrocivil.consultacedula;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="BusquedaPorCedulaResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.registrocivil.gob.ec/ConsultaCedula}cedula" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BusquedaPorCedulaResponse", propOrder = {
- "_return"
-})
-public class BusquedaPorCedulaResponse {
-
- @XmlElement(name = "return")
- protected Cedula _return;
-
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link Cedula }
- *
- */
- public Cedula getReturn() {
- return _return;
- }
-
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link Cedula }
- *
- */
- public void setReturn(Cedula value) {
- this._return = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/Cedula.java.svn-base b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/Cedula.java.svn-base
deleted file mode 100644
index bff475d..0000000
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/Cedula.java.svn-base
+++ /dev/null
@@ -1,622 +0,0 @@
-
-package ec.gob.registrocivil.consultacedula;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="cedula">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CalleDomicilio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Cedula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="CodigoError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="CondicionCedulado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Conyuge" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Domicilio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="EstadoCivil" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="FechaCedulacion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="FechaNacimiento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="FirmaElectronica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Genero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="IndividualDactilar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Instruccion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="LugarNacimiento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Nacionalidad" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="NombreMadre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="NombrePadre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Nombre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="NumeroDomicilio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Profesion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cedula", propOrder = {
- "calleDomicilio",
- "cedula",
- "codigoError",
- "condicionCedulado",
- "conyuge",
- "domicilio",
- "error",
- "estadoCivil",
- "fechaCedulacion",
- "fechaNacimiento",
- "firmaElectronica",
- "genero",
- "individualDactilar",
- "instruccion",
- "lugarNacimiento",
- "nacionalidad",
- "nombreMadre",
- "nombrePadre",
- "nombre",
- "numeroDomicilio",
- "profesion"
-})
-public class Cedula {
-
- @XmlElement(name = "CalleDomicilio")
- protected String calleDomicilio;
- @XmlElement(name = "Cedula")
- protected String cedula;
- @XmlElement(name = "CodigoError")
- protected String codigoError;
- @XmlElement(name = "CondicionCedulado")
- protected String condicionCedulado;
- @XmlElement(name = "Conyuge")
- protected String conyuge;
- @XmlElement(name = "Domicilio")
- protected String domicilio;
- @XmlElement(name = "Error")
- protected String error;
- @XmlElement(name = "EstadoCivil")
- protected String estadoCivil;
- @XmlElement(name = "FechaCedulacion")
- protected String fechaCedulacion;
- @XmlElement(name = "FechaNacimiento")
- protected String fechaNacimiento;
- @XmlElement(name = "FirmaElectronica")
- protected String firmaElectronica;
- @XmlElement(name = "Genero")
- protected String genero;
- @XmlElement(name = "IndividualDactilar")
- protected String individualDactilar;
- @XmlElement(name = "Instruccion")
- protected String instruccion;
- @XmlElement(name = "LugarNacimiento")
- protected String lugarNacimiento;
- @XmlElement(name = "Nacionalidad")
- protected String nacionalidad;
- @XmlElement(name = "NombreMadre")
- protected String nombreMadre;
- @XmlElement(name = "NombrePadre")
- protected String nombrePadre;
- @XmlElement(name = "Nombre")
- protected String nombre;
- @XmlElement(name = "NumeroDomicilio")
- protected String numeroDomicilio;
- @XmlElement(name = "Profesion")
- protected String profesion;
-
- /**
- * Obtiene el valor de la propiedad calleDomicilio.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCalleDomicilio() {
- return calleDomicilio;
- }
-
- /**
- * Define el valor de la propiedad calleDomicilio.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCalleDomicilio(String value) {
- this.calleDomicilio = value;
- }
-
- /**
- * Obtiene el valor de la propiedad cedula.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCedula() {
- return cedula;
- }
-
- /**
- * Define el valor de la propiedad cedula.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCedula(String value) {
- this.cedula = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codigoError.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodigoError() {
- return codigoError;
- }
-
- /**
- * Define el valor de la propiedad codigoError.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodigoError(String value) {
- this.codigoError = value;
- }
-
- /**
- * Obtiene el valor de la propiedad condicionCedulado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCondicionCedulado() {
- return condicionCedulado;
- }
-
- /**
- * Define el valor de la propiedad condicionCedulado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCondicionCedulado(String value) {
- this.condicionCedulado = value;
- }
-
- /**
- * Obtiene el valor de la propiedad conyuge.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getConyuge() {
- return conyuge;
- }
-
- /**
- * Define el valor de la propiedad conyuge.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setConyuge(String value) {
- this.conyuge = value;
- }
-
- /**
- * Obtiene el valor de la propiedad domicilio.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDomicilio() {
- return domicilio;
- }
-
- /**
- * Define el valor de la propiedad domicilio.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDomicilio(String value) {
- this.domicilio = value;
- }
-
- /**
- * Obtiene el valor de la propiedad error.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getError() {
- return error;
- }
-
- /**
- * Define el valor de la propiedad error.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setError(String value) {
- this.error = value;
- }
-
- /**
- * Obtiene el valor de la propiedad estadoCivil.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getEstadoCivil() {
- return estadoCivil;
- }
-
- /**
- * Define el valor de la propiedad estadoCivil.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setEstadoCivil(String value) {
- this.estadoCivil = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fechaCedulacion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFechaCedulacion() {
- return fechaCedulacion;
- }
-
- /**
- * Define el valor de la propiedad fechaCedulacion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFechaCedulacion(String value) {
- this.fechaCedulacion = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fechaNacimiento.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFechaNacimiento() {
- return fechaNacimiento;
- }
-
- /**
- * Define el valor de la propiedad fechaNacimiento.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFechaNacimiento(String value) {
- this.fechaNacimiento = value;
- }
-
- /**
- * Obtiene el valor de la propiedad firmaElectronica.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFirmaElectronica() {
- return firmaElectronica;
- }
-
- /**
- * Define el valor de la propiedad firmaElectronica.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFirmaElectronica(String value) {
- this.firmaElectronica = value;
- }
-
- /**
- * Obtiene el valor de la propiedad genero.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getGenero() {
- return genero;
- }
-
- /**
- * Define el valor de la propiedad genero.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setGenero(String value) {
- this.genero = value;
- }
-
- /**
- * Obtiene el valor de la propiedad individualDactilar.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getIndividualDactilar() {
- return individualDactilar;
- }
-
- /**
- * Define el valor de la propiedad individualDactilar.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setIndividualDactilar(String individualDactilar) {
- this.individualDactilar = individualDactilar;
- }
-
- /**
- * Obtiene el valor de la propiedad instruccion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getInstruccion() {
- return instruccion;
- }
-
- /**
- * Define el valor de la propiedad instruccion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setInstruccion(String value) {
- this.instruccion = value;
- }
-
- /**
- * Obtiene el valor de la propiedad lugarNacimiento.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getLugarNacimiento() {
- return lugarNacimiento;
- }
-
- /**
- * Define el valor de la propiedad lugarNacimiento.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setLugarNacimiento(String value) {
- this.lugarNacimiento = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nacionalidad.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNacionalidad() {
- return nacionalidad;
- }
-
- /**
- * Define el valor de la propiedad nacionalidad.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNacionalidad(String value) {
- this.nacionalidad = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nombreMadre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombreMadre() {
- return nombreMadre;
- }
-
- /**
- * Define el valor de la propiedad nombreMadre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombreMadre(String value) {
- this.nombreMadre = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nombrePadre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombrePadre() {
- return nombrePadre;
- }
-
- /**
- * Define el valor de la propiedad nombrePadre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombrePadre(String value) {
- this.nombrePadre = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nombre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombre() {
- return nombre;
- }
-
- /**
- * Define el valor de la propiedad nombre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombre(String value) {
- this.nombre = value;
- }
-
- /**
- * Obtiene el valor de la propiedad numeroDomicilio.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNumeroDomicilio() {
- return numeroDomicilio;
- }
-
- /**
- * Define el valor de la propiedad numeroDomicilio.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNumeroDomicilio(String value) {
- this.numeroDomicilio = value;
- }
-
- /**
- * Obtiene el valor de la propiedad profesion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getProfesion() {
- return profesion;
- }
-
- /**
- * Define el valor de la propiedad profesion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setProfesion(String value) {
- this.profesion = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/ObjectFactory.java.svn-base b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/ObjectFactory.java.svn-base
deleted file mode 100644
index 1399799..0000000
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/ObjectFactory.java.svn-base
+++ /dev/null
@@ -1,115 +0,0 @@
-
-package ec.gob.registrocivil.consultacedula;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the ec.gob.registrocivil.consultacedula package.
- * features parameter will have their default values.
- * @return
- * returns WSRegistroCivilConsultaCedula
- */
- @WebEndpoint(name = "WSRegistroCivilConsultaCedulaPort")
- public WSRegistroCivilConsultaCedula getWSRegistroCivilConsultaCedulaPort(WebServiceFeature... features) {
- return super.getPort(new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "WSRegistroCivilConsultaCedulaPort"), WSRegistroCivilConsultaCedula.class, features);
- }
-
- private static URL __getWsdlLocation() {
- if (WSREGISTROCIVILCONSULTACEDULA_EXCEPTION!= null) {
- throw WSREGISTROCIVILCONSULTACEDULA_EXCEPTION;
- }
- return WSREGISTROCIVILCONSULTACEDULA_WSDL_LOCATION;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/WsUp.java.svn-base b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/WsUp.java.svn-base
deleted file mode 100644
index 2809604..0000000
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/WsUp.java.svn-base
+++ /dev/null
@@ -1,32 +0,0 @@
-
-package ec.gob.registrocivil.consultacedula;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WsUp">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WsUp")
-public class WsUp {
-
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/WsUpResponse.java.svn-base b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/WsUpResponse.java.svn-base
deleted file mode 100644
index e09995e..0000000
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/WsUpResponse.java.svn-base
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package ec.gob.registrocivil.consultacedula;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="WsUpResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.registrocivil.gob.ec/ConsultaCedula}cedula" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WsUpResponse", propOrder = {
- "_return"
-})
-public class WsUpResponse {
-
- @XmlElement(name = "return")
- protected Cedula _return;
-
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link Cedula }
- *
- */
- public Cedula getReturn() {
- return _return;
- }
-
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link Cedula }
- *
- */
- public void setReturn(Cedula value) {
- this._return = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/package-info.java.svn-base b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/package-info.java.svn-base
deleted file mode 100644
index e344919..0000000
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/.svn/text-base/package-info.java.svn-base
+++ /dev/null
@@ -1,2 +0,0 @@
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.registrocivil.gob.ec/ConsultaCedula")
-package ec.gob.registrocivil.consultacedula;
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/BusquedaPorCedula.java b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/BusquedaPorCedula.java
index fd3396f..20e7812 100644
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/BusquedaPorCedula.java
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/BusquedaPorCedula.java
@@ -1,4 +1,3 @@
-
package ec.gob.registrocivil.consultacedula;
import javax.xml.bind.annotation.XmlAccessType;
@@ -6,34 +5,8 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="BusquedaPorCedula">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="Cedula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Usuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Contrasenia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BusquedaPorCedula", propOrder = {
- "cedula",
- "usuario",
- "contrasenia"
-})
+@XmlType(name = "BusquedaPorCedula", propOrder = {"cedula", "usuario", "contrasenia"})
public class BusquedaPorCedula {
@XmlElement(name = "Cedula")
@@ -43,76 +16,33 @@ public class BusquedaPorCedula {
@XmlElement(name = "Contrasenia")
protected String contrasenia;
- /**
- * Obtiene el valor de la propiedad cedula.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCedula() {
- return cedula;
+ return this.cedula;
}
- /**
- * Define el valor de la propiedad cedula.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCedula(String value) {
this.cedula = value;
}
- /**
- * Obtiene el valor de la propiedad usuario.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getUsuario() {
- return usuario;
+ return this.usuario;
}
- /**
- * Define el valor de la propiedad usuario.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setUsuario(String value) {
this.usuario = value;
}
- /**
- * Obtiene el valor de la propiedad contrasenia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getContrasenia() {
- return contrasenia;
+ return this.contrasenia;
}
- /**
- * Define el valor de la propiedad contrasenia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setContrasenia(String value) {
this.contrasenia = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/registrocivil/consultacedula/BusquedaPorCedula.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/BusquedaPorCedulaResponse.java b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/BusquedaPorCedulaResponse.java
index d621947..831254e 100644
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/BusquedaPorCedulaResponse.java
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/BusquedaPorCedulaResponse.java
@@ -1,4 +1,3 @@
-
package ec.gob.registrocivil.consultacedula;
import javax.xml.bind.annotation.XmlAccessType;
@@ -6,57 +5,24 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="BusquedaPorCedulaResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.registrocivil.gob.ec/ConsultaCedula}cedula" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BusquedaPorCedulaResponse", propOrder = {
- "_return"
-})
+@XmlType(name = "BusquedaPorCedulaResponse", propOrder = {"_return"})
public class BusquedaPorCedulaResponse {
@XmlElement(name = "return")
protected Cedula _return;
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link Cedula }
- *
- */
public Cedula getReturn() {
- return _return;
+ return this._return;
}
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link Cedula }
- *
- */
public void setReturn(Cedula value) {
this._return = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/registrocivil/consultacedula/BusquedaPorCedulaResponse.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/Cedula.java b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/Cedula.java
index bff475d..dc28f01 100644
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/Cedula.java
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/Cedula.java
@@ -1,4 +1,3 @@
-
package ec.gob.registrocivil.consultacedula;
import javax.xml.bind.annotation.XmlAccessType;
@@ -6,70 +5,8 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="cedula">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CalleDomicilio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Cedula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="CodigoError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="CondicionCedulado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Conyuge" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Domicilio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="EstadoCivil" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="FechaCedulacion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="FechaNacimiento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="FirmaElectronica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Genero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="IndividualDactilar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Instruccion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="LugarNacimiento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Nacionalidad" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="NombreMadre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="NombrePadre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Nombre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="NumeroDomicilio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Profesion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cedula", propOrder = {
- "calleDomicilio",
- "cedula",
- "codigoError",
- "condicionCedulado",
- "conyuge",
- "domicilio",
- "error",
- "estadoCivil",
- "fechaCedulacion",
- "fechaNacimiento",
- "firmaElectronica",
- "genero",
- "individualDactilar",
- "instruccion",
- "lugarNacimiento",
- "nacionalidad",
- "nombreMadre",
- "nombrePadre",
- "nombre",
- "numeroDomicilio",
- "profesion"
-})
+@XmlType(name = "cedula", propOrder = {"calleDomicilio", "cedula", "codigoError", "condicionCedulado", "conyuge", "domicilio", "error", "estadoCivil", "fechaCedulacion", "fechaNacimiento", "firmaElectronica", "genero", "individualDactilar", "instruccion", "lugarNacimiento", "nacionalidad", "nombreMadre", "nombrePadre", "nombre", "numeroDomicilio", "profesion"})
public class Cedula {
@XmlElement(name = "CalleDomicilio")
@@ -115,508 +52,177 @@ public class Cedula {
@XmlElement(name = "Profesion")
protected String profesion;
- /**
- * Obtiene el valor de la propiedad calleDomicilio.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCalleDomicilio() {
- return calleDomicilio;
+ return this.calleDomicilio;
}
- /**
- * Define el valor de la propiedad calleDomicilio.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCalleDomicilio(String value) {
this.calleDomicilio = value;
}
- /**
- * Obtiene el valor de la propiedad cedula.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCedula() {
- return cedula;
+ return this.cedula;
}
- /**
- * Define el valor de la propiedad cedula.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCedula(String value) {
this.cedula = value;
}
- /**
- * Obtiene el valor de la propiedad codigoError.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodigoError() {
- return codigoError;
+ return this.codigoError;
}
- /**
- * Define el valor de la propiedad codigoError.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodigoError(String value) {
this.codigoError = value;
}
- /**
- * Obtiene el valor de la propiedad condicionCedulado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCondicionCedulado() {
- return condicionCedulado;
+ return this.condicionCedulado;
}
- /**
- * Define el valor de la propiedad condicionCedulado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCondicionCedulado(String value) {
this.condicionCedulado = value;
}
- /**
- * Obtiene el valor de la propiedad conyuge.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getConyuge() {
- return conyuge;
+ return this.conyuge;
}
- /**
- * Define el valor de la propiedad conyuge.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setConyuge(String value) {
this.conyuge = value;
}
- /**
- * Obtiene el valor de la propiedad domicilio.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getDomicilio() {
- return domicilio;
+ return this.domicilio;
}
- /**
- * Define el valor de la propiedad domicilio.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setDomicilio(String value) {
this.domicilio = value;
}
- /**
- * Obtiene el valor de la propiedad error.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getError() {
- return error;
+ return this.error;
}
- /**
- * Define el valor de la propiedad error.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setError(String value) {
this.error = value;
}
- /**
- * Obtiene el valor de la propiedad estadoCivil.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getEstadoCivil() {
- return estadoCivil;
+ return this.estadoCivil;
}
- /**
- * Define el valor de la propiedad estadoCivil.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setEstadoCivil(String value) {
this.estadoCivil = value;
}
- /**
- * Obtiene el valor de la propiedad fechaCedulacion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFechaCedulacion() {
- return fechaCedulacion;
+ return this.fechaCedulacion;
}
- /**
- * Define el valor de la propiedad fechaCedulacion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFechaCedulacion(String value) {
this.fechaCedulacion = value;
}
- /**
- * Obtiene el valor de la propiedad fechaNacimiento.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFechaNacimiento() {
- return fechaNacimiento;
+ return this.fechaNacimiento;
}
- /**
- * Define el valor de la propiedad fechaNacimiento.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFechaNacimiento(String value) {
this.fechaNacimiento = value;
}
- /**
- * Obtiene el valor de la propiedad firmaElectronica.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFirmaElectronica() {
- return firmaElectronica;
+ return this.firmaElectronica;
}
- /**
- * Define el valor de la propiedad firmaElectronica.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFirmaElectronica(String value) {
this.firmaElectronica = value;
}
- /**
- * Obtiene el valor de la propiedad genero.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getGenero() {
- return genero;
+ return this.genero;
}
- /**
- * Define el valor de la propiedad genero.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setGenero(String value) {
this.genero = value;
}
- /**
- * Obtiene el valor de la propiedad individualDactilar.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getIndividualDactilar() {
- return individualDactilar;
- }
-
- /**
- * Define el valor de la propiedad individualDactilar.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setIndividualDactilar(String individualDactilar) {
- this.individualDactilar = individualDactilar;
- }
-
- /**
- * Obtiene el valor de la propiedad instruccion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getInstruccion() {
- return instruccion;
+ return this.individualDactilar;
+ }
+
+ public void setIndividualDactilar(String individualDactilar) {
+ this.individualDactilar = individualDactilar;
+ }
+
+ public String getInstruccion() {
+ return this.instruccion;
}
- /**
- * Define el valor de la propiedad instruccion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setInstruccion(String value) {
this.instruccion = value;
}
- /**
- * Obtiene el valor de la propiedad lugarNacimiento.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getLugarNacimiento() {
- return lugarNacimiento;
+ return this.lugarNacimiento;
}
- /**
- * Define el valor de la propiedad lugarNacimiento.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setLugarNacimiento(String value) {
this.lugarNacimiento = value;
}
- /**
- * Obtiene el valor de la propiedad nacionalidad.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNacionalidad() {
- return nacionalidad;
+ return this.nacionalidad;
}
- /**
- * Define el valor de la propiedad nacionalidad.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNacionalidad(String value) {
this.nacionalidad = value;
}
- /**
- * Obtiene el valor de la propiedad nombreMadre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNombreMadre() {
- return nombreMadre;
+ return this.nombreMadre;
}
- /**
- * Define el valor de la propiedad nombreMadre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNombreMadre(String value) {
this.nombreMadre = value;
}
- /**
- * Obtiene el valor de la propiedad nombrePadre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNombrePadre() {
- return nombrePadre;
+ return this.nombrePadre;
}
- /**
- * Define el valor de la propiedad nombrePadre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNombrePadre(String value) {
this.nombrePadre = value;
}
- /**
- * Obtiene el valor de la propiedad nombre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNombre() {
- return nombre;
+ return this.nombre;
}
- /**
- * Define el valor de la propiedad nombre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNombre(String value) {
this.nombre = value;
}
- /**
- * Obtiene el valor de la propiedad numeroDomicilio.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNumeroDomicilio() {
- return numeroDomicilio;
+ return this.numeroDomicilio;
}
- /**
- * Define el valor de la propiedad numeroDomicilio.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNumeroDomicilio(String value) {
this.numeroDomicilio = value;
}
- /**
- * Obtiene el valor de la propiedad profesion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getProfesion() {
- return profesion;
+ return this.profesion;
}
- /**
- * Define el valor de la propiedad profesion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setProfesion(String value) {
this.profesion = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/registrocivil/consultacedula/Cedula.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/ObjectFactory.java b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/ObjectFactory.java
index 1399799..8dfa075 100644
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/ObjectFactory.java
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/ObjectFactory.java
@@ -1,4 +1,3 @@
-
package ec.gob.registrocivil.consultacedula;
import javax.xml.bind.JAXBElement;
@@ -6,110 +5,57 @@ import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the ec.gob.registrocivil.consultacedula package.
- * features parameter will have their default values.
- * @return
- * returns WSRegistroCivilConsultaCedula
- */
@WebEndpoint(name = "WSRegistroCivilConsultaCedulaPort")
public WSRegistroCivilConsultaCedula getWSRegistroCivilConsultaCedulaPort(WebServiceFeature... features) {
- return super.getPort(new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "WSRegistroCivilConsultaCedulaPort"), WSRegistroCivilConsultaCedula.class, features);
+ return (WSRegistroCivilConsultaCedula) getPort(new QName("http://www.registrocivil.gob.ec/ConsultaCedula", "WSRegistroCivilConsultaCedulaPort"), WSRegistroCivilConsultaCedula.class, features);
}
private static URL __getWsdlLocation() {
- if (WSREGISTROCIVILCONSULTACEDULA_EXCEPTION!= null) {
+ if (WSREGISTROCIVILCONSULTACEDULA_EXCEPTION != null) {
throw WSREGISTROCIVILCONSULTACEDULA_EXCEPTION;
}
return WSREGISTROCIVILCONSULTACEDULA_WSDL_LOCATION;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/registrocivil/consultacedula/WSRegistroCivilConsultaCedula_Service.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/WsUp.java b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/WsUp.java
index 2809604..72e4636 100644
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/WsUp.java
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/WsUp.java
@@ -1,32 +1,10 @@
-
package ec.gob.registrocivil.consultacedula;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="WsUp">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "WsUp")
public class WsUp {
-
-
}
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/WsUpResponse.java b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/WsUpResponse.java
index e09995e..714b368 100644
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/WsUpResponse.java
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/WsUpResponse.java
@@ -1,4 +1,3 @@
-
package ec.gob.registrocivil.consultacedula;
import javax.xml.bind.annotation.XmlAccessType;
@@ -6,57 +5,18 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="WsUpResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://www.registrocivil.gob.ec/ConsultaCedula}cedula" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "WsUpResponse", propOrder = {
- "_return"
-})
+@XmlType(name = "WsUpResponse", propOrder = {"_return"})
public class WsUpResponse {
@XmlElement(name = "return")
protected Cedula _return;
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link Cedula }
- *
- */
public Cedula getReturn() {
- return _return;
+ return this._return;
}
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link Cedula }
- *
- */
public void setReturn(Cedula value) {
this._return = value;
}
-
}
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/package-info.java b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/package-info.java
index e344919..dad011f 100644
--- a/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/package-info.java
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/consultacedula/package-info.java
@@ -1,2 +1,8 @@
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.registrocivil.gob.ec/ConsultaCedula")
package ec.gob.registrocivil.consultacedula;
+
+import javax.xml.bind.annotation.XmlSchema;
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gob/registrocivil/consultacedula/package-info.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gob/registrocivil/package-info.java b/centralwebservices/src/main/java/ec/gob/registrocivil/package-info.java
new file mode 100644
index 0000000..ddde6a2
--- /dev/null
+++ b/centralwebservices/src/main/java/ec/gob/registrocivil/package-info.java
@@ -0,0 +1,3 @@
+package ec.gob.registrocivil;
+
+import javax.xml.bind.annotation.XmlSchema;
diff --git a/centralwebservices/src/main/java/ec/gov/.svn/entries b/centralwebservices/src/main/java/ec/gov/.svn/entries
deleted file mode 100644
index 20100c5..0000000
--- a/centralwebservices/src/main/java/ec/gov/.svn/entries
+++ /dev/null
@@ -1,31 +0,0 @@
-10
-
-dir
-4669
-svn://172.17.26.185/COMACO/sources/centralwebservices/src/main/java/ec/gov
-svn://172.17.26.185/COMACO
-
-
-
-2015-01-23T05:44:56.960184Z
-3791
-dcruz
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-a11ad980-3ca8-45f0-88f7-f0e618c262b7
-
-sri
-dir
-
diff --git a/centralwebservices/src/main/java/ec/gov/sri/.svn/entries b/centralwebservices/src/main/java/ec/gov/sri/.svn/entries
deleted file mode 100644
index f640d0b..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/.svn/entries
+++ /dev/null
@@ -1,31 +0,0 @@
-10
-
-dir
-4669
-svn://172.17.26.185/COMACO/sources/centralwebservices/src/main/java/ec/gov/sri
-svn://172.17.26.185/COMACO
-
-
-
-2015-01-23T05:44:56.960184Z
-3791
-dcruz
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-a11ad980-3ca8-45f0-88f7-f0e618c262b7
-
-wsconsultacontribuyente
-dir
-
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/entries b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/entries
deleted file mode 100644
index 98815a5..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/entries
+++ /dev/null
@@ -1,742 +0,0 @@
-10
-
-dir
-4669
-svn://172.17.26.185/COMACO/sources/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente
-svn://172.17.26.185/COMACO
-
-
-
-2015-01-23T05:44:56.960184Z
-3791
-dcruz
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-a11ad980-3ca8-45f0-88f7-f0e618c262b7
-
-ContribuyenteOnLine.java
-file
-
-
-
-
-2022-07-28T03:40:47.177822Z
-c381f60cd2c1f461f0eddda6312622c4
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-8032
-
-ObtenerCompleto.java
-file
-
-
-
-
-2022-07-28T03:40:47.178822Z
-0571c28cb00b2cf2d13c75eb99f8ea58
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-2039
-
-UbicacionGeografica.java
-file
-
-
-
-
-2022-07-28T03:40:47.178822Z
-621de317c251508845b4690059cfa5f3
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-6982
-
-ActividadEconomica.java
-file
-
-
-
-
-2022-07-28T03:40:47.178822Z
-ea633b8001712b88b0bb455c18b5e23b
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-9144
-
-ObtenerSimple.java
-file
-
-
-
-
-2022-07-28T03:40:47.179822Z
-3ae6511eef4fd9a2d99a8a3996a9cf81
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-2031
-
-ObtenerDatosResponse.java
-file
-
-
-
-
-2022-07-28T03:40:47.179822Z
-a3ffb7d8cbdc944083cb8536d1836e2d
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-1574
-
-Contador.java
-file
-
-
-
-
-2022-07-28T03:40:47.179822Z
-e19621ed87870c389e42539b7ce7e8f9
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-2511
-
-AgenteRetencion.java
-file
-
-
-
-
-2022-07-28T03:40:47.180822Z
-bdde2d99c44487e9fe49d174c14a23e3
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-1368
-
-ListaBlanca.java
-file
-
-
-
-
-2022-07-28T03:40:47.180822Z
-79bc2340c9ca531ffd36a6b17b2d0411
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-1352
-
-WsConsultaContribuyente.java
-file
-
-
-
-
-2022-07-28T03:40:47.180822Z
-d8cf14970ce57dce8e3b2b01d4e32c9e
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-2894
-
-ObtenerCompletoResponse.java
-file
-
-
-
-
-2022-07-28T03:40:47.181822Z
-1bc1f0918c97ce821774ccab0bb4e01e
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-1598
-
-EstructuraOrganizacional.java
-file
-
-
-
-
-2022-07-28T03:40:47.181822Z
-3b6f959f52c6b7f366d16243f21fad5c
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-3876
-
-RepresentanteLegal.java
-file
-
-
-
-
-2022-07-28T03:40:47.182822Z
-b7273495d65feabc5f418dec47ef12e1
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-2641
-
-package-info.java
-file
-
-
-
-
-2022-07-28T03:40:47.181822Z
-91f869035576c860aa6db60950ce64d8
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-138
-
-TipoContribuyente.java
-file
-
-
-
-
-2022-07-28T03:40:47.182822Z
-a8a5f36d600c7a88754ca520b4f31193
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-4368
-
-ObtenerSimpleResponse.java
-file
-
-
-
-
-2022-07-28T03:40:47.183822Z
-4180f1cf033dd37eb0e64bee7529f2dd
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-1542
-
-ObtenerDatos.java
-file
-
-
-
-
-2022-07-28T03:40:47.183822Z
-5a757561b87c4e599486d53d993fd787
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-1383
-
-Contribuyente.java
-file
-
-
-
-
-2022-07-28T03:40:47.183822Z
-0c7f76c6502fab6676af8b6e4b1c3438
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-10451
-
-WebServiceContribuyenteService.java
-file
-
-
-
-
-2022-07-28T03:40:47.184822Z
-541da5ed61f4a976a82aef6a6e90c234
-2015-01-23T05:44:56.960184Z
-3791
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-3571
-
-ContribuyenteCompleto.java
-file
-
-
-
-
-2022-07-28T03:40:47.184822Z
-5a1b8832944c5d4372dd3857e195fa29
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-15570
-
-ObjectFactory.java
-file
-
-
-
-
-2022-07-28T03:40:47.184822Z
-7768892ddea53d3685a5a1aa8f44c3c5
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-7628
-
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ActividadEconomica.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ActividadEconomica.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ActividadEconomica.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/AgenteRetencion.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/AgenteRetencion.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/AgenteRetencion.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/Contador.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/Contador.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/Contador.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/Contribuyente.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/Contribuyente.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/Contribuyente.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ContribuyenteCompleto.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ContribuyenteCompleto.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ContribuyenteCompleto.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ContribuyenteOnLine.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ContribuyenteOnLine.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ContribuyenteOnLine.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/EstructuraOrganizacional.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/EstructuraOrganizacional.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/EstructuraOrganizacional.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ListaBlanca.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ListaBlanca.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ListaBlanca.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObjectFactory.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObjectFactory.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObjectFactory.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerCompleto.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerCompleto.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerCompleto.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerCompletoResponse.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerCompletoResponse.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerCompletoResponse.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerDatos.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerDatos.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerDatos.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerDatosResponse.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerDatosResponse.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerDatosResponse.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerSimple.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerSimple.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerSimple.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerSimpleResponse.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerSimpleResponse.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/ObtenerSimpleResponse.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/RepresentanteLegal.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/RepresentanteLegal.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/RepresentanteLegal.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/TipoContribuyente.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/TipoContribuyente.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/TipoContribuyente.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/UbicacionGeografica.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/UbicacionGeografica.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/UbicacionGeografica.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/WebServiceContribuyenteService.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/WebServiceContribuyenteService.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/WebServiceContribuyenteService.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/WsConsultaContribuyente.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/WsConsultaContribuyente.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/WsConsultaContribuyente.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/package-info.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/package-info.java.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/prop-base/package-info.java.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ActividadEconomica.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ActividadEconomica.java.svn-base
deleted file mode 100644
index 6b3197f..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ActividadEconomica.java.svn-base
+++ /dev/null
@@ -1,384 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="actividadEconomica">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="actividadGeneral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN1Familia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN2Grupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN3SubGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN4Clase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN5SubClase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN6Actividad" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n1Familia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n2Grupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n3SubGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n4Clase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n5SubClase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n6Actividad" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "actividadEconomica", propOrder = {
- "actividadGeneral",
- "codN1Familia",
- "codN2Grupo",
- "codN3SubGrupo",
- "codN4Clase",
- "codN5SubClase",
- "codN6Actividad",
- "n1Familia",
- "n2Grupo",
- "n3SubGrupo",
- "n4Clase",
- "n5SubClase",
- "n6Actividad"
-})
-public class ActividadEconomica {
-
- protected String actividadGeneral;
- protected String codN1Familia;
- protected String codN2Grupo;
- protected String codN3SubGrupo;
- protected String codN4Clase;
- protected String codN5SubClase;
- protected String codN6Actividad;
- protected String n1Familia;
- protected String n2Grupo;
- protected String n3SubGrupo;
- protected String n4Clase;
- protected String n5SubClase;
- protected String n6Actividad;
-
- /**
- * Obtiene el valor de la propiedad actividadGeneral.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getActividadGeneral() {
- return actividadGeneral;
- }
-
- /**
- * Define el valor de la propiedad actividadGeneral.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setActividadGeneral(String value) {
- this.actividadGeneral = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codN1Familia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodN1Familia() {
- return codN1Familia;
- }
-
- /**
- * Define el valor de la propiedad codN1Familia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodN1Familia(String value) {
- this.codN1Familia = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codN2Grupo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodN2Grupo() {
- return codN2Grupo;
- }
-
- /**
- * Define el valor de la propiedad codN2Grupo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodN2Grupo(String value) {
- this.codN2Grupo = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codN3SubGrupo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodN3SubGrupo() {
- return codN3SubGrupo;
- }
-
- /**
- * Define el valor de la propiedad codN3SubGrupo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodN3SubGrupo(String value) {
- this.codN3SubGrupo = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codN4Clase.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodN4Clase() {
- return codN4Clase;
- }
-
- /**
- * Define el valor de la propiedad codN4Clase.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodN4Clase(String value) {
- this.codN4Clase = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codN5SubClase.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodN5SubClase() {
- return codN5SubClase;
- }
-
- /**
- * Define el valor de la propiedad codN5SubClase.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodN5SubClase(String value) {
- this.codN5SubClase = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codN6Actividad.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodN6Actividad() {
- return codN6Actividad;
- }
-
- /**
- * Define el valor de la propiedad codN6Actividad.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodN6Actividad(String value) {
- this.codN6Actividad = value;
- }
-
- /**
- * Obtiene el valor de la propiedad n1Familia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getN1Familia() {
- return n1Familia;
- }
-
- /**
- * Define el valor de la propiedad n1Familia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setN1Familia(String value) {
- this.n1Familia = value;
- }
-
- /**
- * Obtiene el valor de la propiedad n2Grupo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getN2Grupo() {
- return n2Grupo;
- }
-
- /**
- * Define el valor de la propiedad n2Grupo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setN2Grupo(String value) {
- this.n2Grupo = value;
- }
-
- /**
- * Obtiene el valor de la propiedad n3SubGrupo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getN3SubGrupo() {
- return n3SubGrupo;
- }
-
- /**
- * Define el valor de la propiedad n3SubGrupo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setN3SubGrupo(String value) {
- this.n3SubGrupo = value;
- }
-
- /**
- * Obtiene el valor de la propiedad n4Clase.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getN4Clase() {
- return n4Clase;
- }
-
- /**
- * Define el valor de la propiedad n4Clase.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setN4Clase(String value) {
- this.n4Clase = value;
- }
-
- /**
- * Obtiene el valor de la propiedad n5SubClase.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getN5SubClase() {
- return n5SubClase;
- }
-
- /**
- * Define el valor de la propiedad n5SubClase.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setN5SubClase(String value) {
- this.n5SubClase = value;
- }
-
- /**
- * Obtiene el valor de la propiedad n6Actividad.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getN6Actividad() {
- return n6Actividad;
- }
-
- /**
- * Define el valor de la propiedad n6Actividad.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setN6Actividad(String value) {
- this.n6Actividad = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/AgenteRetencion.java.netbeans-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/AgenteRetencion.java.netbeans-base
deleted file mode 100644
index 1378a8c..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/AgenteRetencion.java.netbeans-base
+++ /dev/null
@@ -1,60 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="agenteRetencion">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="nombre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "agenteRetencion", propOrder = {
- "nombre"
-})
-public class AgenteRetencion {
-
- protected String nombre;
-
- /**
- * Obtiene el valor de la propiedad nombre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombre() {
- return nombre;
- }
-
- /**
- * Define el valor de la propiedad nombre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombre(String value) {
- this.nombre = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/AgenteRetencion.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/AgenteRetencion.java.svn-base
deleted file mode 100644
index 1378a8c..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/AgenteRetencion.java.svn-base
+++ /dev/null
@@ -1,60 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="agenteRetencion">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="nombre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "agenteRetencion", propOrder = {
- "nombre"
-})
-public class AgenteRetencion {
-
- protected String nombre;
-
- /**
- * Obtiene el valor de la propiedad nombre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombre() {
- return nombre;
- }
-
- /**
- * Define el valor de la propiedad nombre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombre(String value) {
- this.nombre = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/Contador.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/Contador.java.svn-base
deleted file mode 100644
index 8c4dfe4..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/Contador.java.svn-base
+++ /dev/null
@@ -1,114 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="contador">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="cedula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nombre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ruc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "contador", propOrder = {
- "cedula",
- "nombre",
- "ruc"
-})
-public class Contador {
-
- protected String cedula;
- protected String nombre;
- protected String ruc;
-
- /**
- * Obtiene el valor de la propiedad cedula.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCedula() {
- return cedula;
- }
-
- /**
- * Define el valor de la propiedad cedula.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCedula(String value) {
- this.cedula = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nombre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombre() {
- return nombre;
- }
-
- /**
- * Define el valor de la propiedad nombre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombre(String value) {
- this.nombre = value;
- }
-
- /**
- * Obtiene el valor de la propiedad ruc.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getRuc() {
- return ruc;
- }
-
- /**
- * Define el valor de la propiedad ruc.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setRuc(String value) {
- this.ruc = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/Contribuyente.java.netbeans-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/Contribuyente.java.netbeans-base
deleted file mode 100644
index a31f64c..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/Contribuyente.java.netbeans-base
+++ /dev/null
@@ -1,416 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="contribuyente">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="actividadEconomica" type="{http://sri.gov.ec/wsConsultaContribuyente}actividadEconomica" minOccurs="0"/>
- * <element name="codClaseContrib" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="desClaseContrib" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="desEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="direccionCorta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nombreComercial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="numeroRuc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="razonSocial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="telefonoDomicilio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="telefonoTrabajo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="tipoContribuyente" type="{http://sri.gov.ec/wsConsultaContribuyente}tipoContribuyente" minOccurs="0"/>
- * <element name="ubicacionGeografica" type="{http://sri.gov.ec/wsConsultaContribuyente}ubicacionGeografica" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "contribuyente", propOrder = {
- "actividadEconomica",
- "codClaseContrib",
- "codEstado",
- "desClaseContrib",
- "desEstado",
- "direccionCorta",
- "email",
- "nombreComercial",
- "numeroRuc",
- "razonSocial",
- "telefonoDomicilio",
- "telefonoTrabajo",
- "tipoContribuyente",
- "ubicacionGeografica"
-})
-@XmlSeeAlso({
- ContribuyenteOnLine.class,
- ContribuyenteCompleto.class
-})
-public class Contribuyente {
-
- protected ActividadEconomica actividadEconomica;
- protected String codClaseContrib;
- protected String codEstado;
- protected String desClaseContrib;
- protected String desEstado;
- protected String direccionCorta;
- protected String email;
- protected String nombreComercial;
- protected String numeroRuc;
- protected String razonSocial;
- protected String telefonoDomicilio;
- protected String telefonoTrabajo;
- protected TipoContribuyente tipoContribuyente;
- protected UbicacionGeografica ubicacionGeografica;
-
- /**
- * Obtiene el valor de la propiedad actividadEconomica.
- *
- * @return
- * possible object is
- * {@link ActividadEconomica }
- *
- */
- public ActividadEconomica getActividadEconomica() {
- return actividadEconomica;
- }
-
- /**
- * Define el valor de la propiedad actividadEconomica.
- *
- * @param value
- * allowed object is
- * {@link ActividadEconomica }
- *
- */
- public void setActividadEconomica(ActividadEconomica value) {
- this.actividadEconomica = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codClaseContrib.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodClaseContrib() {
- return codClaseContrib;
- }
-
- /**
- * Define el valor de la propiedad codClaseContrib.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodClaseContrib(String value) {
- this.codClaseContrib = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codEstado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodEstado() {
- return codEstado;
- }
-
- /**
- * Define el valor de la propiedad codEstado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodEstado(String value) {
- this.codEstado = value;
- }
-
- /**
- * Obtiene el valor de la propiedad desClaseContrib.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDesClaseContrib() {
- return desClaseContrib;
- }
-
- /**
- * Define el valor de la propiedad desClaseContrib.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDesClaseContrib(String value) {
- this.desClaseContrib = value;
- }
-
- /**
- * Obtiene el valor de la propiedad desEstado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDesEstado() {
- return desEstado;
- }
-
- /**
- * Define el valor de la propiedad desEstado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDesEstado(String value) {
- this.desEstado = value;
- }
-
- /**
- * Obtiene el valor de la propiedad direccionCorta.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDireccionCorta() {
- return direccionCorta;
- }
-
- /**
- * Define el valor de la propiedad direccionCorta.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDireccionCorta(String value) {
- this.direccionCorta = value;
- }
-
- /**
- * Obtiene el valor de la propiedad email.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getEmail() {
- return email;
- }
-
- /**
- * Define el valor de la propiedad email.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setEmail(String value) {
- this.email = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nombreComercial.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombreComercial() {
- return nombreComercial;
- }
-
- /**
- * Define el valor de la propiedad nombreComercial.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombreComercial(String value) {
- this.nombreComercial = value;
- }
-
- /**
- * Obtiene el valor de la propiedad numeroRuc.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNumeroRuc() {
- return numeroRuc;
- }
-
- /**
- * Define el valor de la propiedad numeroRuc.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNumeroRuc(String value) {
- this.numeroRuc = value;
- }
-
- /**
- * Obtiene el valor de la propiedad razonSocial.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getRazonSocial() {
- return razonSocial;
- }
-
- /**
- * Define el valor de la propiedad razonSocial.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setRazonSocial(String value) {
- this.razonSocial = value;
- }
-
- /**
- * Obtiene el valor de la propiedad telefonoDomicilio.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTelefonoDomicilio() {
- return telefonoDomicilio;
- }
-
- /**
- * Define el valor de la propiedad telefonoDomicilio.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTelefonoDomicilio(String value) {
- this.telefonoDomicilio = value;
- }
-
- /**
- * Obtiene el valor de la propiedad telefonoTrabajo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTelefonoTrabajo() {
- return telefonoTrabajo;
- }
-
- /**
- * Define el valor de la propiedad telefonoTrabajo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTelefonoTrabajo(String value) {
- this.telefonoTrabajo = value;
- }
-
- /**
- * Obtiene el valor de la propiedad tipoContribuyente.
- *
- * @return
- * possible object is
- * {@link TipoContribuyente }
- *
- */
- public TipoContribuyente getTipoContribuyente() {
- return tipoContribuyente;
- }
-
- /**
- * Define el valor de la propiedad tipoContribuyente.
- *
- * @param value
- * allowed object is
- * {@link TipoContribuyente }
- *
- */
- public void setTipoContribuyente(TipoContribuyente value) {
- this.tipoContribuyente = value;
- }
-
- /**
- * Obtiene el valor de la propiedad ubicacionGeografica.
- *
- * @return
- * possible object is
- * {@link UbicacionGeografica }
- *
- */
- public UbicacionGeografica getUbicacionGeografica() {
- return ubicacionGeografica;
- }
-
- /**
- * Define el valor de la propiedad ubicacionGeografica.
- *
- * @param value
- * allowed object is
- * {@link UbicacionGeografica }
- *
- */
- public void setUbicacionGeografica(UbicacionGeografica value) {
- this.ubicacionGeografica = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/Contribuyente.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/Contribuyente.java.svn-base
deleted file mode 100644
index a31f64c..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/Contribuyente.java.svn-base
+++ /dev/null
@@ -1,416 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="contribuyente">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="actividadEconomica" type="{http://sri.gov.ec/wsConsultaContribuyente}actividadEconomica" minOccurs="0"/>
- * <element name="codClaseContrib" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="desClaseContrib" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="desEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="direccionCorta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nombreComercial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="numeroRuc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="razonSocial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="telefonoDomicilio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="telefonoTrabajo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="tipoContribuyente" type="{http://sri.gov.ec/wsConsultaContribuyente}tipoContribuyente" minOccurs="0"/>
- * <element name="ubicacionGeografica" type="{http://sri.gov.ec/wsConsultaContribuyente}ubicacionGeografica" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "contribuyente", propOrder = {
- "actividadEconomica",
- "codClaseContrib",
- "codEstado",
- "desClaseContrib",
- "desEstado",
- "direccionCorta",
- "email",
- "nombreComercial",
- "numeroRuc",
- "razonSocial",
- "telefonoDomicilio",
- "telefonoTrabajo",
- "tipoContribuyente",
- "ubicacionGeografica"
-})
-@XmlSeeAlso({
- ContribuyenteOnLine.class,
- ContribuyenteCompleto.class
-})
-public class Contribuyente {
-
- protected ActividadEconomica actividadEconomica;
- protected String codClaseContrib;
- protected String codEstado;
- protected String desClaseContrib;
- protected String desEstado;
- protected String direccionCorta;
- protected String email;
- protected String nombreComercial;
- protected String numeroRuc;
- protected String razonSocial;
- protected String telefonoDomicilio;
- protected String telefonoTrabajo;
- protected TipoContribuyente tipoContribuyente;
- protected UbicacionGeografica ubicacionGeografica;
-
- /**
- * Obtiene el valor de la propiedad actividadEconomica.
- *
- * @return
- * possible object is
- * {@link ActividadEconomica }
- *
- */
- public ActividadEconomica getActividadEconomica() {
- return actividadEconomica;
- }
-
- /**
- * Define el valor de la propiedad actividadEconomica.
- *
- * @param value
- * allowed object is
- * {@link ActividadEconomica }
- *
- */
- public void setActividadEconomica(ActividadEconomica value) {
- this.actividadEconomica = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codClaseContrib.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodClaseContrib() {
- return codClaseContrib;
- }
-
- /**
- * Define el valor de la propiedad codClaseContrib.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodClaseContrib(String value) {
- this.codClaseContrib = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codEstado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodEstado() {
- return codEstado;
- }
-
- /**
- * Define el valor de la propiedad codEstado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodEstado(String value) {
- this.codEstado = value;
- }
-
- /**
- * Obtiene el valor de la propiedad desClaseContrib.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDesClaseContrib() {
- return desClaseContrib;
- }
-
- /**
- * Define el valor de la propiedad desClaseContrib.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDesClaseContrib(String value) {
- this.desClaseContrib = value;
- }
-
- /**
- * Obtiene el valor de la propiedad desEstado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDesEstado() {
- return desEstado;
- }
-
- /**
- * Define el valor de la propiedad desEstado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDesEstado(String value) {
- this.desEstado = value;
- }
-
- /**
- * Obtiene el valor de la propiedad direccionCorta.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDireccionCorta() {
- return direccionCorta;
- }
-
- /**
- * Define el valor de la propiedad direccionCorta.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDireccionCorta(String value) {
- this.direccionCorta = value;
- }
-
- /**
- * Obtiene el valor de la propiedad email.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getEmail() {
- return email;
- }
-
- /**
- * Define el valor de la propiedad email.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setEmail(String value) {
- this.email = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nombreComercial.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombreComercial() {
- return nombreComercial;
- }
-
- /**
- * Define el valor de la propiedad nombreComercial.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombreComercial(String value) {
- this.nombreComercial = value;
- }
-
- /**
- * Obtiene el valor de la propiedad numeroRuc.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNumeroRuc() {
- return numeroRuc;
- }
-
- /**
- * Define el valor de la propiedad numeroRuc.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNumeroRuc(String value) {
- this.numeroRuc = value;
- }
-
- /**
- * Obtiene el valor de la propiedad razonSocial.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getRazonSocial() {
- return razonSocial;
- }
-
- /**
- * Define el valor de la propiedad razonSocial.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setRazonSocial(String value) {
- this.razonSocial = value;
- }
-
- /**
- * Obtiene el valor de la propiedad telefonoDomicilio.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTelefonoDomicilio() {
- return telefonoDomicilio;
- }
-
- /**
- * Define el valor de la propiedad telefonoDomicilio.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTelefonoDomicilio(String value) {
- this.telefonoDomicilio = value;
- }
-
- /**
- * Obtiene el valor de la propiedad telefonoTrabajo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTelefonoTrabajo() {
- return telefonoTrabajo;
- }
-
- /**
- * Define el valor de la propiedad telefonoTrabajo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTelefonoTrabajo(String value) {
- this.telefonoTrabajo = value;
- }
-
- /**
- * Obtiene el valor de la propiedad tipoContribuyente.
- *
- * @return
- * possible object is
- * {@link TipoContribuyente }
- *
- */
- public TipoContribuyente getTipoContribuyente() {
- return tipoContribuyente;
- }
-
- /**
- * Define el valor de la propiedad tipoContribuyente.
- *
- * @param value
- * allowed object is
- * {@link TipoContribuyente }
- *
- */
- public void setTipoContribuyente(TipoContribuyente value) {
- this.tipoContribuyente = value;
- }
-
- /**
- * Obtiene el valor de la propiedad ubicacionGeografica.
- *
- * @return
- * possible object is
- * {@link UbicacionGeografica }
- *
- */
- public UbicacionGeografica getUbicacionGeografica() {
- return ubicacionGeografica;
- }
-
- /**
- * Define el valor de la propiedad ubicacionGeografica.
- *
- * @param value
- * allowed object is
- * {@link UbicacionGeografica }
- *
- */
- public void setUbicacionGeografica(UbicacionGeografica value) {
- this.ubicacionGeografica = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ContribuyenteCompleto.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ContribuyenteCompleto.java.svn-base
deleted file mode 100644
index 82a0b62..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ContribuyenteCompleto.java.svn-base
+++ /dev/null
@@ -1,575 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="contribuyenteCompleto">
- * <complexContent>
- * <extension base="{http://sri.gov.ec/wsConsultaContribuyente}contribuyente">
- * <sequence>
- * <element name="agenteRetencion" type="{http://sri.gov.ec/wsConsultaContribuyente}agenteRetencion" minOccurs="0"/>
- * <element name="calificacionArtesanal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="contador" type="{http://sri.gov.ec/wsConsultaContribuyente}contador" minOccurs="0"/>
- * <element name="direccionLarga" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="estructuraOrganizacional" type="{http://sri.gov.ec/wsConsultaContribuyente}estructuraOrganizacional" minOccurs="0"/>
- * <element name="fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaAltaParaEspecial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaCalificacionArtesanal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaCambioObligado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaInicioActividades" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaNacimiento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaNotificacionEspeciales" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaUltimaDeclaracion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="listaBlanca" type="{http://sri.gov.ec/wsConsultaContribuyente}listaBlanca" minOccurs="0"/>
- * <element name="numeroCalificacionArtesanal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="obligadoContabilidad" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="representanteLegal" type="{http://sri.gov.ec/wsConsultaContribuyente}representanteLegal" minOccurs="0"/>
- * <element name="resolucionAltaParaEspecial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="tipoCalificacionArtesanal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ultimoPeriodoFiscalCumplido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "contribuyenteCompleto", propOrder = {
- "agenteRetencion",
- "calificacionArtesanal",
- "contador",
- "direccionLarga",
- "estructuraOrganizacional",
- "fax",
- "fechaAltaParaEspecial",
- "fechaCalificacionArtesanal",
- "fechaCambioObligado",
- "fechaInicioActividades",
- "fechaNacimiento",
- "fechaNotificacionEspeciales",
- "fechaUltimaDeclaracion",
- "listaBlanca",
- "numeroCalificacionArtesanal",
- "obligadoContabilidad",
- "representanteLegal",
- "resolucionAltaParaEspecial",
- "tipoCalificacionArtesanal",
- "ultimoPeriodoFiscalCumplido"
-})
-public class ContribuyenteCompleto
- extends Contribuyente
-{
-
- protected AgenteRetencion agenteRetencion;
- protected String calificacionArtesanal;
- protected Contador contador;
- protected String direccionLarga;
- protected EstructuraOrganizacional estructuraOrganizacional;
- protected String fax;
- protected String fechaAltaParaEspecial;
- protected String fechaCalificacionArtesanal;
- protected String fechaCambioObligado;
- protected String fechaInicioActividades;
- protected String fechaNacimiento;
- protected String fechaNotificacionEspeciales;
- protected String fechaUltimaDeclaracion;
- protected ListaBlanca listaBlanca;
- protected String numeroCalificacionArtesanal;
- protected String obligadoContabilidad;
- protected RepresentanteLegal representanteLegal;
- protected String resolucionAltaParaEspecial;
- protected String tipoCalificacionArtesanal;
- protected String ultimoPeriodoFiscalCumplido;
-
- /**
- * Obtiene el valor de la propiedad agenteRetencion.
- *
- * @return
- * possible object is
- * {@link AgenteRetencion }
- *
- */
- public AgenteRetencion getAgenteRetencion() {
- return agenteRetencion;
- }
-
- /**
- * Define el valor de la propiedad agenteRetencion.
- *
- * @param value
- * allowed object is
- * {@link AgenteRetencion }
- *
- */
- public void setAgenteRetencion(AgenteRetencion value) {
- this.agenteRetencion = value;
- }
-
- /**
- * Obtiene el valor de la propiedad calificacionArtesanal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCalificacionArtesanal() {
- return calificacionArtesanal;
- }
-
- /**
- * Define el valor de la propiedad calificacionArtesanal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCalificacionArtesanal(String value) {
- this.calificacionArtesanal = value;
- }
-
- /**
- * Obtiene el valor de la propiedad contador.
- *
- * @return
- * possible object is
- * {@link Contador }
- *
- */
- public Contador getContador() {
- return contador;
- }
-
- /**
- * Define el valor de la propiedad contador.
- *
- * @param value
- * allowed object is
- * {@link Contador }
- *
- */
- public void setContador(Contador value) {
- this.contador = value;
- }
-
- /**
- * Obtiene el valor de la propiedad direccionLarga.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDireccionLarga() {
- return direccionLarga;
- }
-
- /**
- * Define el valor de la propiedad direccionLarga.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDireccionLarga(String value) {
- this.direccionLarga = value;
- }
-
- /**
- * Obtiene el valor de la propiedad estructuraOrganizacional.
- *
- * @return
- * possible object is
- * {@link EstructuraOrganizacional }
- *
- */
- public EstructuraOrganizacional getEstructuraOrganizacional() {
- return estructuraOrganizacional;
- }
-
- /**
- * Define el valor de la propiedad estructuraOrganizacional.
- *
- * @param value
- * allowed object is
- * {@link EstructuraOrganizacional }
- *
- */
- public void setEstructuraOrganizacional(EstructuraOrganizacional value) {
- this.estructuraOrganizacional = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fax.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFax() {
- return fax;
- }
-
- /**
- * Define el valor de la propiedad fax.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFax(String value) {
- this.fax = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fechaAltaParaEspecial.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFechaAltaParaEspecial() {
- return fechaAltaParaEspecial;
- }
-
- /**
- * Define el valor de la propiedad fechaAltaParaEspecial.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFechaAltaParaEspecial(String value) {
- this.fechaAltaParaEspecial = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fechaCalificacionArtesanal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFechaCalificacionArtesanal() {
- return fechaCalificacionArtesanal;
- }
-
- /**
- * Define el valor de la propiedad fechaCalificacionArtesanal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFechaCalificacionArtesanal(String value) {
- this.fechaCalificacionArtesanal = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fechaCambioObligado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFechaCambioObligado() {
- return fechaCambioObligado;
- }
-
- /**
- * Define el valor de la propiedad fechaCambioObligado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFechaCambioObligado(String value) {
- this.fechaCambioObligado = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fechaInicioActividades.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFechaInicioActividades() {
- return fechaInicioActividades;
- }
-
- /**
- * Define el valor de la propiedad fechaInicioActividades.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFechaInicioActividades(String value) {
- this.fechaInicioActividades = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fechaNacimiento.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFechaNacimiento() {
- return fechaNacimiento;
- }
-
- /**
- * Define el valor de la propiedad fechaNacimiento.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFechaNacimiento(String value) {
- this.fechaNacimiento = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fechaNotificacionEspeciales.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFechaNotificacionEspeciales() {
- return fechaNotificacionEspeciales;
- }
-
- /**
- * Define el valor de la propiedad fechaNotificacionEspeciales.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFechaNotificacionEspeciales(String value) {
- this.fechaNotificacionEspeciales = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fechaUltimaDeclaracion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFechaUltimaDeclaracion() {
- return fechaUltimaDeclaracion;
- }
-
- /**
- * Define el valor de la propiedad fechaUltimaDeclaracion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFechaUltimaDeclaracion(String value) {
- this.fechaUltimaDeclaracion = value;
- }
-
- /**
- * Obtiene el valor de la propiedad listaBlanca.
- *
- * @return
- * possible object is
- * {@link ListaBlanca }
- *
- */
- public ListaBlanca getListaBlanca() {
- return listaBlanca;
- }
-
- /**
- * Define el valor de la propiedad listaBlanca.
- *
- * @param value
- * allowed object is
- * {@link ListaBlanca }
- *
- */
- public void setListaBlanca(ListaBlanca value) {
- this.listaBlanca = value;
- }
-
- /**
- * Obtiene el valor de la propiedad numeroCalificacionArtesanal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNumeroCalificacionArtesanal() {
- return numeroCalificacionArtesanal;
- }
-
- /**
- * Define el valor de la propiedad numeroCalificacionArtesanal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNumeroCalificacionArtesanal(String value) {
- this.numeroCalificacionArtesanal = value;
- }
-
- /**
- * Obtiene el valor de la propiedad obligadoContabilidad.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getObligadoContabilidad() {
- return obligadoContabilidad;
- }
-
- /**
- * Define el valor de la propiedad obligadoContabilidad.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setObligadoContabilidad(String value) {
- this.obligadoContabilidad = value;
- }
-
- /**
- * Obtiene el valor de la propiedad representanteLegal.
- *
- * @return
- * possible object is
- * {@link RepresentanteLegal }
- *
- */
- public RepresentanteLegal getRepresentanteLegal() {
- return representanteLegal;
- }
-
- /**
- * Define el valor de la propiedad representanteLegal.
- *
- * @param value
- * allowed object is
- * {@link RepresentanteLegal }
- *
- */
- public void setRepresentanteLegal(RepresentanteLegal value) {
- this.representanteLegal = value;
- }
-
- /**
- * Obtiene el valor de la propiedad resolucionAltaParaEspecial.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getResolucionAltaParaEspecial() {
- return resolucionAltaParaEspecial;
- }
-
- /**
- * Define el valor de la propiedad resolucionAltaParaEspecial.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setResolucionAltaParaEspecial(String value) {
- this.resolucionAltaParaEspecial = value;
- }
-
- /**
- * Obtiene el valor de la propiedad tipoCalificacionArtesanal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTipoCalificacionArtesanal() {
- return tipoCalificacionArtesanal;
- }
-
- /**
- * Define el valor de la propiedad tipoCalificacionArtesanal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTipoCalificacionArtesanal(String value) {
- this.tipoCalificacionArtesanal = value;
- }
-
- /**
- * Obtiene el valor de la propiedad ultimoPeriodoFiscalCumplido.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getUltimoPeriodoFiscalCumplido() {
- return ultimoPeriodoFiscalCumplido;
- }
-
- /**
- * Define el valor de la propiedad ultimoPeriodoFiscalCumplido.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setUltimoPeriodoFiscalCumplido(String value) {
- this.ultimoPeriodoFiscalCumplido = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ContribuyenteOnLine.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ContribuyenteOnLine.java.svn-base
deleted file mode 100644
index 080ef38..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ContribuyenteOnLine.java.svn-base
+++ /dev/null
@@ -1,332 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="contribuyenteOnLine">
- * <complexContent>
- * <extension base="{http://sri.gov.ec/wsConsultaContribuyente}contribuyente">
- * <sequence>
- * <element name="actEcoPrin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="activEstablec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codActEcoPrin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="desUbicaGeograf" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="descTipoContri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaIniAct" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="idRepreLegal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nombreRepreLegal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="telefonos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="tipoContri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ubicaGeograf" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "contribuyenteOnLine", propOrder = {
- "actEcoPrin",
- "activEstablec",
- "codActEcoPrin",
- "desUbicaGeograf",
- "descTipoContri",
- "fechaIniAct",
- "idRepreLegal",
- "nombreRepreLegal",
- "telefonos",
- "tipoContri",
- "ubicaGeograf"
-})
-public class ContribuyenteOnLine
- extends Contribuyente
-{
-
- protected String actEcoPrin;
- protected String activEstablec;
- protected String codActEcoPrin;
- protected String desUbicaGeograf;
- protected String descTipoContri;
- protected String fechaIniAct;
- protected String idRepreLegal;
- protected String nombreRepreLegal;
- protected String telefonos;
- protected String tipoContri;
- protected String ubicaGeograf;
-
- /**
- * Obtiene el valor de la propiedad actEcoPrin.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getActEcoPrin() {
- return actEcoPrin;
- }
-
- /**
- * Define el valor de la propiedad actEcoPrin.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setActEcoPrin(String value) {
- this.actEcoPrin = value;
- }
-
- /**
- * Obtiene el valor de la propiedad activEstablec.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getActivEstablec() {
- return activEstablec;
- }
-
- /**
- * Define el valor de la propiedad activEstablec.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setActivEstablec(String value) {
- this.activEstablec = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codActEcoPrin.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodActEcoPrin() {
- return codActEcoPrin;
- }
-
- /**
- * Define el valor de la propiedad codActEcoPrin.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodActEcoPrin(String value) {
- this.codActEcoPrin = value;
- }
-
- /**
- * Obtiene el valor de la propiedad desUbicaGeograf.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDesUbicaGeograf() {
- return desUbicaGeograf;
- }
-
- /**
- * Define el valor de la propiedad desUbicaGeograf.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDesUbicaGeograf(String value) {
- this.desUbicaGeograf = value;
- }
-
- /**
- * Obtiene el valor de la propiedad descTipoContri.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDescTipoContri() {
- return descTipoContri;
- }
-
- /**
- * Define el valor de la propiedad descTipoContri.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDescTipoContri(String value) {
- this.descTipoContri = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fechaIniAct.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFechaIniAct() {
- return fechaIniAct;
- }
-
- /**
- * Define el valor de la propiedad fechaIniAct.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFechaIniAct(String value) {
- this.fechaIniAct = value;
- }
-
- /**
- * Obtiene el valor de la propiedad idRepreLegal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getIdRepreLegal() {
- return idRepreLegal;
- }
-
- /**
- * Define el valor de la propiedad idRepreLegal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setIdRepreLegal(String value) {
- this.idRepreLegal = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nombreRepreLegal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombreRepreLegal() {
- return nombreRepreLegal;
- }
-
- /**
- * Define el valor de la propiedad nombreRepreLegal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombreRepreLegal(String value) {
- this.nombreRepreLegal = value;
- }
-
- /**
- * Obtiene el valor de la propiedad telefonos.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTelefonos() {
- return telefonos;
- }
-
- /**
- * Define el valor de la propiedad telefonos.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTelefonos(String value) {
- this.telefonos = value;
- }
-
- /**
- * Obtiene el valor de la propiedad tipoContri.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTipoContri() {
- return tipoContri;
- }
-
- /**
- * Define el valor de la propiedad tipoContri.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTipoContri(String value) {
- this.tipoContri = value;
- }
-
- /**
- * Obtiene el valor de la propiedad ubicaGeograf.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getUbicaGeograf() {
- return ubicaGeograf;
- }
-
- /**
- * Define el valor de la propiedad ubicaGeograf.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setUbicaGeograf(String value) {
- this.ubicaGeograf = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/EstructuraOrganizacional.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/EstructuraOrganizacional.java.svn-base
deleted file mode 100644
index c175fee..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/EstructuraOrganizacional.java.svn-base
+++ /dev/null
@@ -1,160 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="estructuraOrganizacional">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="codigoProvincia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codigoRegional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
- * <element name="nombreProvincia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nombreRegional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "estructuraOrganizacional", propOrder = {
- "codigoProvincia",
- "codigoRegional",
- "id",
- "nombreProvincia",
- "nombreRegional"
-})
-public class EstructuraOrganizacional {
-
- protected String codigoProvincia;
- protected String codigoRegional;
- protected long id;
- protected String nombreProvincia;
- protected String nombreRegional;
-
- /**
- * Obtiene el valor de la propiedad codigoProvincia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodigoProvincia() {
- return codigoProvincia;
- }
-
- /**
- * Define el valor de la propiedad codigoProvincia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodigoProvincia(String value) {
- this.codigoProvincia = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codigoRegional.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodigoRegional() {
- return codigoRegional;
- }
-
- /**
- * Define el valor de la propiedad codigoRegional.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodigoRegional(String value) {
- this.codigoRegional = value;
- }
-
- /**
- * Obtiene el valor de la propiedad id.
- *
- */
- public long getId() {
- return id;
- }
-
- /**
- * Define el valor de la propiedad id.
- *
- */
- public void setId(long value) {
- this.id = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nombreProvincia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombreProvincia() {
- return nombreProvincia;
- }
-
- /**
- * Define el valor de la propiedad nombreProvincia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombreProvincia(String value) {
- this.nombreProvincia = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nombreRegional.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombreRegional() {
- return nombreRegional;
- }
-
- /**
- * Define el valor de la propiedad nombreRegional.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombreRegional(String value) {
- this.nombreRegional = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ListaBlanca.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ListaBlanca.java.svn-base
deleted file mode 100644
index 91b3c90..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ListaBlanca.java.svn-base
+++ /dev/null
@@ -1,60 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="listaBlanca">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="estado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "listaBlanca", propOrder = {
- "estado"
-})
-public class ListaBlanca {
-
- protected String estado;
-
- /**
- * Obtiene el valor de la propiedad estado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getEstado() {
- return estado;
- }
-
- /**
- * Define el valor de la propiedad estado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setEstado(String value) {
- this.estado = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObjectFactory.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObjectFactory.java.svn-base
deleted file mode 100644
index 51c2a79..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObjectFactory.java.svn-base
+++ /dev/null
@@ -1,231 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the ec.gov.sri.wsconsultacontribuyente package.
- *
- * <complexType name="obtenerCompleto">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="numeroRuc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fuenteDatos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerCompleto", propOrder = {
- "numeroRuc",
- "fuenteDatos"
-})
-public class ObtenerCompleto {
-
- protected String numeroRuc;
- protected String fuenteDatos;
-
- /**
- * Obtiene el valor de la propiedad numeroRuc.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNumeroRuc() {
- return numeroRuc;
- }
-
- /**
- * Define el valor de la propiedad numeroRuc.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNumeroRuc(String value) {
- this.numeroRuc = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fuenteDatos.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFuenteDatos() {
- return fuenteDatos;
- }
-
- /**
- * Define el valor de la propiedad fuenteDatos.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFuenteDatos(String value) {
- this.fuenteDatos = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerCompletoResponse.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerCompletoResponse.java.svn-base
deleted file mode 100644
index 27c12ef..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerCompletoResponse.java.svn-base
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="obtenerCompletoResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://sri.gov.ec/wsConsultaContribuyente}contribuyenteCompleto" minOccurs="0" form="qualified"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerCompletoResponse", propOrder = {
- "_return"
-})
-public class ObtenerCompletoResponse {
-
- @XmlElement(name = "return")
- protected ContribuyenteCompleto _return;
-
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link ContribuyenteCompleto }
- *
- */
- public ContribuyenteCompleto getReturn() {
- return _return;
- }
-
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link ContribuyenteCompleto }
- *
- */
- public void setReturn(ContribuyenteCompleto value) {
- this._return = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerDatos.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerDatos.java.svn-base
deleted file mode 100644
index ba64c14..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerDatos.java.svn-base
+++ /dev/null
@@ -1,60 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="obtenerDatos">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="numeroRuc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerDatos", propOrder = {
- "numeroRuc"
-})
-public class ObtenerDatos {
-
- protected String numeroRuc;
-
- /**
- * Obtiene el valor de la propiedad numeroRuc.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNumeroRuc() {
- return numeroRuc;
- }
-
- /**
- * Define el valor de la propiedad numeroRuc.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNumeroRuc(String value) {
- this.numeroRuc = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerDatosResponse.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerDatosResponse.java.svn-base
deleted file mode 100644
index 1cdd699..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerDatosResponse.java.svn-base
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="obtenerDatosResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://sri.gov.ec/wsConsultaContribuyente}contribuyenteOnLine" minOccurs="0" form="qualified"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerDatosResponse", propOrder = {
- "_return"
-})
-public class ObtenerDatosResponse {
-
- @XmlElement(name = "return")
- protected ContribuyenteOnLine _return;
-
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link ContribuyenteOnLine }
- *
- */
- public ContribuyenteOnLine getReturn() {
- return _return;
- }
-
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link ContribuyenteOnLine }
- *
- */
- public void setReturn(ContribuyenteOnLine value) {
- this._return = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerSimple.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerSimple.java.svn-base
deleted file mode 100644
index 0b08a57..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerSimple.java.svn-base
+++ /dev/null
@@ -1,87 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="obtenerSimple">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="numeroRuc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fuenteDatos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerSimple", propOrder = {
- "numeroRuc",
- "fuenteDatos"
-})
-public class ObtenerSimple {
-
- protected String numeroRuc;
- protected String fuenteDatos;
-
- /**
- * Obtiene el valor de la propiedad numeroRuc.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNumeroRuc() {
- return numeroRuc;
- }
-
- /**
- * Define el valor de la propiedad numeroRuc.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNumeroRuc(String value) {
- this.numeroRuc = value;
- }
-
- /**
- * Obtiene el valor de la propiedad fuenteDatos.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFuenteDatos() {
- return fuenteDatos;
- }
-
- /**
- * Define el valor de la propiedad fuenteDatos.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFuenteDatos(String value) {
- this.fuenteDatos = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerSimpleResponse.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerSimpleResponse.java.svn-base
deleted file mode 100644
index f9d71c1..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/ObtenerSimpleResponse.java.svn-base
+++ /dev/null
@@ -1,62 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="obtenerSimpleResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://sri.gov.ec/wsConsultaContribuyente}contribuyente" minOccurs="0" form="qualified"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerSimpleResponse", propOrder = {
- "_return"
-})
-public class ObtenerSimpleResponse {
-
- @XmlElement(name = "return")
- protected Contribuyente _return;
-
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link Contribuyente }
- *
- */
- public Contribuyente getReturn() {
- return _return;
- }
-
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link Contribuyente }
- *
- */
- public void setReturn(Contribuyente value) {
- this._return = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/RepresentanteLegal.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/RepresentanteLegal.java.svn-base
deleted file mode 100644
index 16e3747..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/RepresentanteLegal.java.svn-base
+++ /dev/null
@@ -1,114 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="representanteLegal">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="cargo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="identificacion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nombre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "representanteLegal", propOrder = {
- "cargo",
- "identificacion",
- "nombre"
-})
-public class RepresentanteLegal {
-
- protected String cargo;
- protected String identificacion;
- protected String nombre;
-
- /**
- * Obtiene el valor de la propiedad cargo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCargo() {
- return cargo;
- }
-
- /**
- * Define el valor de la propiedad cargo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCargo(String value) {
- this.cargo = value;
- }
-
- /**
- * Obtiene el valor de la propiedad identificacion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getIdentificacion() {
- return identificacion;
- }
-
- /**
- * Define el valor de la propiedad identificacion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setIdentificacion(String value) {
- this.identificacion = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nombre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNombre() {
- return nombre;
- }
-
- /**
- * Define el valor de la propiedad nombre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNombre(String value) {
- this.nombre = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/TipoContribuyente.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/TipoContribuyente.java.svn-base
deleted file mode 100644
index 6e99e41..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/TipoContribuyente.java.svn-base
+++ /dev/null
@@ -1,195 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="tipoContribuyente">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
- * <element name="nivel1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nivel2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nivel3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nivel4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ultimoNivel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tipoContribuyente", propOrder = {
- "id",
- "nivel1",
- "nivel2",
- "nivel3",
- "nivel4",
- "ultimoNivel"
-})
-public class TipoContribuyente {
-
- protected Long id;
- protected String nivel1;
- protected String nivel2;
- protected String nivel3;
- protected String nivel4;
- protected String ultimoNivel;
-
- /**
- * Obtiene el valor de la propiedad id.
- *
- * @return
- * possible object is
- * {@link Long }
- *
- */
- public Long getId() {
- return id;
- }
-
- /**
- * Define el valor de la propiedad id.
- *
- * @param value
- * allowed object is
- * {@link Long }
- *
- */
- public void setId(Long value) {
- this.id = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nivel1.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNivel1() {
- return nivel1;
- }
-
- /**
- * Define el valor de la propiedad nivel1.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNivel1(String value) {
- this.nivel1 = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nivel2.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNivel2() {
- return nivel2;
- }
-
- /**
- * Define el valor de la propiedad nivel2.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNivel2(String value) {
- this.nivel2 = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nivel3.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNivel3() {
- return nivel3;
- }
-
- /**
- * Define el valor de la propiedad nivel3.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNivel3(String value) {
- this.nivel3 = value;
- }
-
- /**
- * Obtiene el valor de la propiedad nivel4.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNivel4() {
- return nivel4;
- }
-
- /**
- * Define el valor de la propiedad nivel4.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNivel4(String value) {
- this.nivel4 = value;
- }
-
- /**
- * Obtiene el valor de la propiedad ultimoNivel.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getUltimoNivel() {
- return ultimoNivel;
- }
-
- /**
- * Define el valor de la propiedad ultimoNivel.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setUltimoNivel(String value) {
- this.ultimoNivel = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/UbicacionGeografica.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/UbicacionGeografica.java.svn-base
deleted file mode 100644
index a8d4e56..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/UbicacionGeografica.java.svn-base
+++ /dev/null
@@ -1,303 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- *
- * <complexType name="ubicacionGeografica">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="canton" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codCanton" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codPais" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codParroquia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codProvincia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codRegion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="pais" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="parroquia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="provincia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="region" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ubicacionGeografica", propOrder = {
- "canton",
- "codCanton",
- "codPais",
- "codParroquia",
- "codProvincia",
- "codRegion",
- "pais",
- "parroquia",
- "provincia",
- "region"
-})
-public class UbicacionGeografica {
-
- protected String canton;
- protected String codCanton;
- protected String codPais;
- protected String codParroquia;
- protected String codProvincia;
- protected String codRegion;
- protected String pais;
- protected String parroquia;
- protected String provincia;
- protected String region;
-
- /**
- * Obtiene el valor de la propiedad canton.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCanton() {
- return canton;
- }
-
- /**
- * Define el valor de la propiedad canton.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCanton(String value) {
- this.canton = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codCanton.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodCanton() {
- return codCanton;
- }
-
- /**
- * Define el valor de la propiedad codCanton.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodCanton(String value) {
- this.codCanton = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codPais.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodPais() {
- return codPais;
- }
-
- /**
- * Define el valor de la propiedad codPais.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodPais(String value) {
- this.codPais = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codParroquia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodParroquia() {
- return codParroquia;
- }
-
- /**
- * Define el valor de la propiedad codParroquia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodParroquia(String value) {
- this.codParroquia = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codProvincia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodProvincia() {
- return codProvincia;
- }
-
- /**
- * Define el valor de la propiedad codProvincia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodProvincia(String value) {
- this.codProvincia = value;
- }
-
- /**
- * Obtiene el valor de la propiedad codRegion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodRegion() {
- return codRegion;
- }
-
- /**
- * Define el valor de la propiedad codRegion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodRegion(String value) {
- this.codRegion = value;
- }
-
- /**
- * Obtiene el valor de la propiedad pais.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPais() {
- return pais;
- }
-
- /**
- * Define el valor de la propiedad pais.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPais(String value) {
- this.pais = value;
- }
-
- /**
- * Obtiene el valor de la propiedad parroquia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getParroquia() {
- return parroquia;
- }
-
- /**
- * Define el valor de la propiedad parroquia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setParroquia(String value) {
- this.parroquia = value;
- }
-
- /**
- * Obtiene el valor de la propiedad provincia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getProvincia() {
- return provincia;
- }
-
- /**
- * Define el valor de la propiedad provincia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setProvincia(String value) {
- this.provincia = value;
- }
-
- /**
- * Obtiene el valor de la propiedad region.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getRegion() {
- return region;
- }
-
- /**
- * Define el valor de la propiedad region.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setRegion(String value) {
- this.region = value;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/WebServiceContribuyenteService.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/WebServiceContribuyenteService.java.svn-base
deleted file mode 100644
index d1855ae..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/WebServiceContribuyenteService.java.svn-base
+++ /dev/null
@@ -1,96 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import java.net.MalformedURLException;
-import java.net.URL;
-import javax.xml.namespace.QName;
-import javax.xml.ws.Service;
-import javax.xml.ws.WebEndpoint;
-import javax.xml.ws.WebServiceClient;
-import javax.xml.ws.WebServiceException;
-import javax.xml.ws.WebServiceFeature;
-
-import com.fp.webservices.snap.recursos.MsgSnap;
-
-
-/**
- * This class was generated by the JAX-WS RI.
- * JAX-WS RI 2.2.6b21
- * Generated source version: 2.2
- *
- */
-@WebServiceClient(name = "WebServiceContribuyenteService", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", wsdlLocation = "https://bsg.gob.ec/sw/SRI/BSGSW01_Consultar_RucSRI?wsdl")
-public class WebServiceContribuyenteService
- extends Service
-{
-
- private final static URL WEBSERVICECONTRIBUYENTESERVICE_WSDL_LOCATION;
- private final static WebServiceException WEBSERVICECONTRIBUYENTESERVICE_EXCEPTION;
- private final static QName WEBSERVICECONTRIBUYENTESERVICE_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "WebServiceContribuyenteService");
-
- static {
- URL url = null;
- WebServiceException e = null;
- try {
- url = new URL(MsgSnap.getString("url_consulta_ruc"));
- } catch (MalformedURLException ex) {
- e = new WebServiceException(ex);
- }
- WEBSERVICECONTRIBUYENTESERVICE_WSDL_LOCATION = url;
- WEBSERVICECONTRIBUYENTESERVICE_EXCEPTION = e;
- }
-
- public WebServiceContribuyenteService() {
- super(__getWsdlLocation(), WEBSERVICECONTRIBUYENTESERVICE_QNAME);
- }
-
- public WebServiceContribuyenteService(WebServiceFeature... features) {
- super(__getWsdlLocation(), WEBSERVICECONTRIBUYENTESERVICE_QNAME, features);
- }
-
- public WebServiceContribuyenteService(URL wsdlLocation) {
- super(wsdlLocation, WEBSERVICECONTRIBUYENTESERVICE_QNAME);
- }
-
- public WebServiceContribuyenteService(URL wsdlLocation, WebServiceFeature... features) {
- super(wsdlLocation, WEBSERVICECONTRIBUYENTESERVICE_QNAME, features);
- }
-
- public WebServiceContribuyenteService(URL wsdlLocation, QName serviceName) {
- super(wsdlLocation, serviceName);
- }
-
- public WebServiceContribuyenteService(URL wsdlLocation, QName serviceName, WebServiceFeature... features) {
- super(wsdlLocation, serviceName, features);
- }
-
- /**
- *
- * @return
- * returns WsConsultaContribuyente
- */
- @WebEndpoint(name = "wsConsultaContribuyentePort")
- public WsConsultaContribuyente getWsConsultaContribuyentePort() {
- return super.getPort(new QName("http://sri.gov.ec/wsConsultaContribuyente", "wsConsultaContribuyentePort"), WsConsultaContribuyente.class);
- }
-
- /**
- *
- * @param features
- * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features parameter will have their default values.
- * @return
- * returns WsConsultaContribuyente
- */
- @WebEndpoint(name = "wsConsultaContribuyentePort")
- public WsConsultaContribuyente getWsConsultaContribuyentePort(WebServiceFeature... features) {
- return super.getPort(new QName("http://sri.gov.ec/wsConsultaContribuyente", "wsConsultaContribuyentePort"), WsConsultaContribuyente.class, features);
- }
-
- private static URL __getWsdlLocation() {
- if (WEBSERVICECONTRIBUYENTESERVICE_EXCEPTION!= null) {
- throw WEBSERVICECONTRIBUYENTESERVICE_EXCEPTION;
- }
- return WEBSERVICECONTRIBUYENTESERVICE_WSDL_LOCATION;
- }
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/WsConsultaContribuyente.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/WsConsultaContribuyente.java.svn-base
deleted file mode 100644
index 196d927..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/WsConsultaContribuyente.java.svn-base
+++ /dev/null
@@ -1,74 +0,0 @@
-
-package ec.gov.sri.wsconsultacontribuyente;
-
-import javax.jws.WebMethod;
-import javax.jws.WebParam;
-import javax.jws.WebResult;
-import javax.jws.WebService;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.ws.RequestWrapper;
-import javax.xml.ws.ResponseWrapper;
-
-
-/**
- * This class was generated by the JAX-WS RI.
- * JAX-WS RI 2.2.6b21
- * Generated source version: 2.2
- *
- */
-@WebService(name = "wsConsultaContribuyente", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente")
-@XmlSeeAlso({
- ObjectFactory.class
-})
-public interface WsConsultaContribuyente {
-
-
- /**
- *
- * @param fuenteDatos
- * @param numeroRuc
- * @return
- * returns ec.gov.sri.wsconsultacontribuyente.Contribuyente
- */
- @WebMethod
- @WebResult(targetNamespace = "")
- @RequestWrapper(localName = "obtenerSimple", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerSimple")
- @ResponseWrapper(localName = "obtenerSimpleResponse", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerSimpleResponse")
- public Contribuyente obtenerSimple(
- @WebParam(name = "numeroRuc", targetNamespace = "")
- String numeroRuc,
- @WebParam(name = "fuenteDatos", targetNamespace = "")
- String fuenteDatos);
-
- /**
- *
- * @param fuenteDatos
- * @param numeroRuc
- * @return
- * returns ec.gov.sri.wsconsultacontribuyente.ContribuyenteCompleto
- */
- @WebMethod
- @WebResult(targetNamespace = "")
- @RequestWrapper(localName = "obtenerCompleto", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerCompleto")
- @ResponseWrapper(localName = "obtenerCompletoResponse", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerCompletoResponse")
- public ContribuyenteCompleto obtenerCompleto(
- @WebParam(name = "numeroRuc", targetNamespace = "")
- String numeroRuc,
- @WebParam(name = "fuenteDatos", targetNamespace = "")
- String fuenteDatos);
-
- /**
- *
- * @param numeroRuc
- * @return
- * returns ec.gov.sri.wsconsultacontribuyente.ContribuyenteOnLine
- */
- @WebMethod
- @WebResult(targetNamespace = "")
- @RequestWrapper(localName = "obtenerDatos", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerDatos")
- @ResponseWrapper(localName = "obtenerDatosResponse", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerDatosResponse")
- public ContribuyenteOnLine obtenerDatos(
- @WebParam(name = "numeroRuc", targetNamespace = "")
- String numeroRuc);
-
-}
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/package-info.java.svn-base b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/package-info.java.svn-base
deleted file mode 100644
index 1a4786d..0000000
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/.svn/text-base/package-info.java.svn-base
+++ /dev/null
@@ -1,2 +0,0 @@
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://sri.gov.ec/wsConsultaContribuyente")
-package ec.gov.sri.wsconsultacontribuyente;
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ActividadEconomica.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ActividadEconomica.java
index 6b3197f..c520cba 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ActividadEconomica.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ActividadEconomica.java
@@ -1,58 +1,11 @@
-
package ec.gov.sri.wsconsultacontribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="actividadEconomica">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="actividadGeneral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN1Familia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN2Grupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN3SubGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN4Clase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN5SubClase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codN6Actividad" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n1Familia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n2Grupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n3SubGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n4Clase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n5SubClase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="n6Actividad" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "actividadEconomica", propOrder = {
- "actividadGeneral",
- "codN1Familia",
- "codN2Grupo",
- "codN3SubGrupo",
- "codN4Clase",
- "codN5SubClase",
- "codN6Actividad",
- "n1Familia",
- "n2Grupo",
- "n3SubGrupo",
- "n4Clase",
- "n5SubClase",
- "n6Actividad"
-})
+@XmlType(name = "actividadEconomica", propOrder = {"actividadGeneral", "codN1Familia", "codN2Grupo", "codN3SubGrupo", "codN4Clase", "codN5SubClase", "codN6Actividad", "n1Familia", "n2Grupo", "n3SubGrupo", "n4Clase", "n5SubClase", "n6Actividad"})
public class ActividadEconomica {
protected String actividadGeneral;
@@ -69,316 +22,113 @@ public class ActividadEconomica {
protected String n5SubClase;
protected String n6Actividad;
- /**
- * Obtiene el valor de la propiedad actividadGeneral.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getActividadGeneral() {
- return actividadGeneral;
+ return this.actividadGeneral;
}
- /**
- * Define el valor de la propiedad actividadGeneral.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setActividadGeneral(String value) {
this.actividadGeneral = value;
}
- /**
- * Obtiene el valor de la propiedad codN1Familia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodN1Familia() {
- return codN1Familia;
+ return this.codN1Familia;
}
- /**
- * Define el valor de la propiedad codN1Familia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodN1Familia(String value) {
this.codN1Familia = value;
}
- /**
- * Obtiene el valor de la propiedad codN2Grupo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodN2Grupo() {
- return codN2Grupo;
+ return this.codN2Grupo;
}
- /**
- * Define el valor de la propiedad codN2Grupo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodN2Grupo(String value) {
this.codN2Grupo = value;
}
- /**
- * Obtiene el valor de la propiedad codN3SubGrupo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodN3SubGrupo() {
- return codN3SubGrupo;
+ return this.codN3SubGrupo;
}
- /**
- * Define el valor de la propiedad codN3SubGrupo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodN3SubGrupo(String value) {
this.codN3SubGrupo = value;
}
- /**
- * Obtiene el valor de la propiedad codN4Clase.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodN4Clase() {
- return codN4Clase;
+ return this.codN4Clase;
}
- /**
- * Define el valor de la propiedad codN4Clase.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodN4Clase(String value) {
this.codN4Clase = value;
}
- /**
- * Obtiene el valor de la propiedad codN5SubClase.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodN5SubClase() {
- return codN5SubClase;
+ return this.codN5SubClase;
}
- /**
- * Define el valor de la propiedad codN5SubClase.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodN5SubClase(String value) {
this.codN5SubClase = value;
}
- /**
- * Obtiene el valor de la propiedad codN6Actividad.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodN6Actividad() {
- return codN6Actividad;
+ return this.codN6Actividad;
}
- /**
- * Define el valor de la propiedad codN6Actividad.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodN6Actividad(String value) {
this.codN6Actividad = value;
}
- /**
- * Obtiene el valor de la propiedad n1Familia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getN1Familia() {
- return n1Familia;
+ return this.n1Familia;
}
- /**
- * Define el valor de la propiedad n1Familia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setN1Familia(String value) {
this.n1Familia = value;
}
- /**
- * Obtiene el valor de la propiedad n2Grupo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getN2Grupo() {
- return n2Grupo;
+ return this.n2Grupo;
}
- /**
- * Define el valor de la propiedad n2Grupo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setN2Grupo(String value) {
this.n2Grupo = value;
}
- /**
- * Obtiene el valor de la propiedad n3SubGrupo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getN3SubGrupo() {
- return n3SubGrupo;
+ return this.n3SubGrupo;
}
- /**
- * Define el valor de la propiedad n3SubGrupo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setN3SubGrupo(String value) {
this.n3SubGrupo = value;
}
- /**
- * Obtiene el valor de la propiedad n4Clase.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getN4Clase() {
- return n4Clase;
+ return this.n4Clase;
}
- /**
- * Define el valor de la propiedad n4Clase.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setN4Clase(String value) {
this.n4Clase = value;
}
- /**
- * Obtiene el valor de la propiedad n5SubClase.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getN5SubClase() {
- return n5SubClase;
+ return this.n5SubClase;
}
- /**
- * Define el valor de la propiedad n5SubClase.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setN5SubClase(String value) {
this.n5SubClase = value;
}
- /**
- * Obtiene el valor de la propiedad n6Actividad.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getN6Actividad() {
- return n6Actividad;
+ return this.n6Actividad;
}
- /**
- * Define el valor de la propiedad n6Actividad.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setN6Actividad(String value) {
this.n6Actividad = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/ActividadEconomica.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/AgenteRetencion.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/AgenteRetencion.java
index 1378a8c..7a277a3 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/AgenteRetencion.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/AgenteRetencion.java
@@ -1,60 +1,26 @@
-
package ec.gov.sri.wsconsultacontribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="agenteRetencion">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="nombre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "agenteRetencion", propOrder = {
- "nombre"
-})
+@XmlType(name = "agenteRetencion", propOrder = {"nombre"})
public class AgenteRetencion {
protected String nombre;
- /**
- * Obtiene el valor de la propiedad nombre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNombre() {
- return nombre;
+ return this.nombre;
}
- /**
- * Define el valor de la propiedad nombre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNombre(String value) {
this.nombre = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/AgenteRetencion.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/Contador.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/Contador.java
index 8c4dfe4..ab1221c 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/Contador.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/Contador.java
@@ -1,114 +1,44 @@
-
package ec.gov.sri.wsconsultacontribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="contador">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="cedula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nombre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ruc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "contador", propOrder = {
- "cedula",
- "nombre",
- "ruc"
-})
+@XmlType(name = "contador", propOrder = {"cedula", "nombre", "ruc"})
public class Contador {
protected String cedula;
protected String nombre;
protected String ruc;
- /**
- * Obtiene el valor de la propiedad cedula.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCedula() {
- return cedula;
+ return this.cedula;
}
- /**
- * Define el valor de la propiedad cedula.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCedula(String value) {
this.cedula = value;
}
- /**
- * Obtiene el valor de la propiedad nombre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNombre() {
- return nombre;
+ return this.nombre;
}
- /**
- * Define el valor de la propiedad nombre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNombre(String value) {
this.nombre = value;
}
- /**
- * Obtiene el valor de la propiedad ruc.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getRuc() {
- return ruc;
+ return this.ruc;
}
- /**
- * Define el valor de la propiedad ruc.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setRuc(String value) {
this.ruc = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/Contador.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/Contribuyente.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/Contribuyente.java
index a31f64c..80dbda7 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/Contribuyente.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/Contribuyente.java
@@ -1,65 +1,18 @@
-
package ec.gov.sri.wsconsultacontribuyente;
+import ec.gov.sri.wsconsultacontribuyente.ActividadEconomica;
+import ec.gov.sri.wsconsultacontribuyente.ContribuyenteCompleto;
+import ec.gov.sri.wsconsultacontribuyente.ContribuyenteOnLine;
+import ec.gov.sri.wsconsultacontribuyente.TipoContribuyente;
+import ec.gov.sri.wsconsultacontribuyente.UbicacionGeografica;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="contribuyente">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="actividadEconomica" type="{http://sri.gov.ec/wsConsultaContribuyente}actividadEconomica" minOccurs="0"/>
- * <element name="codClaseContrib" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="desClaseContrib" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="desEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="direccionCorta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nombreComercial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="numeroRuc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="razonSocial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="telefonoDomicilio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="telefonoTrabajo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="tipoContribuyente" type="{http://sri.gov.ec/wsConsultaContribuyente}tipoContribuyente" minOccurs="0"/>
- * <element name="ubicacionGeografica" type="{http://sri.gov.ec/wsConsultaContribuyente}ubicacionGeografica" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "contribuyente", propOrder = {
- "actividadEconomica",
- "codClaseContrib",
- "codEstado",
- "desClaseContrib",
- "desEstado",
- "direccionCorta",
- "email",
- "nombreComercial",
- "numeroRuc",
- "razonSocial",
- "telefonoDomicilio",
- "telefonoTrabajo",
- "tipoContribuyente",
- "ubicacionGeografica"
-})
-@XmlSeeAlso({
- ContribuyenteOnLine.class,
- ContribuyenteCompleto.class
-})
+@XmlType(name = "contribuyente", propOrder = {"actividadEconomica", "codClaseContrib", "codEstado", "desClaseContrib", "desEstado", "direccionCorta", "email", "nombreComercial", "numeroRuc", "razonSocial", "telefonoDomicilio", "telefonoTrabajo", "tipoContribuyente", "ubicacionGeografica"})
+@XmlSeeAlso({ContribuyenteOnLine.class, ContribuyenteCompleto.class})
public class Contribuyente {
protected ActividadEconomica actividadEconomica;
@@ -77,340 +30,121 @@ public class Contribuyente {
protected TipoContribuyente tipoContribuyente;
protected UbicacionGeografica ubicacionGeografica;
- /**
- * Obtiene el valor de la propiedad actividadEconomica.
- *
- * @return
- * possible object is
- * {@link ActividadEconomica }
- *
- */
public ActividadEconomica getActividadEconomica() {
- return actividadEconomica;
+ return this.actividadEconomica;
}
- /**
- * Define el valor de la propiedad actividadEconomica.
- *
- * @param value
- * allowed object is
- * {@link ActividadEconomica }
- *
- */
public void setActividadEconomica(ActividadEconomica value) {
this.actividadEconomica = value;
}
- /**
- * Obtiene el valor de la propiedad codClaseContrib.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodClaseContrib() {
- return codClaseContrib;
+ return this.codClaseContrib;
}
- /**
- * Define el valor de la propiedad codClaseContrib.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodClaseContrib(String value) {
this.codClaseContrib = value;
}
- /**
- * Obtiene el valor de la propiedad codEstado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodEstado() {
- return codEstado;
+ return this.codEstado;
}
- /**
- * Define el valor de la propiedad codEstado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodEstado(String value) {
this.codEstado = value;
}
- /**
- * Obtiene el valor de la propiedad desClaseContrib.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getDesClaseContrib() {
- return desClaseContrib;
+ return this.desClaseContrib;
}
- /**
- * Define el valor de la propiedad desClaseContrib.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setDesClaseContrib(String value) {
this.desClaseContrib = value;
}
- /**
- * Obtiene el valor de la propiedad desEstado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getDesEstado() {
- return desEstado;
+ return this.desEstado;
}
- /**
- * Define el valor de la propiedad desEstado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setDesEstado(String value) {
this.desEstado = value;
}
- /**
- * Obtiene el valor de la propiedad direccionCorta.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getDireccionCorta() {
- return direccionCorta;
+ return this.direccionCorta;
}
- /**
- * Define el valor de la propiedad direccionCorta.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setDireccionCorta(String value) {
this.direccionCorta = value;
}
- /**
- * Obtiene el valor de la propiedad email.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getEmail() {
- return email;
+ return this.email;
}
- /**
- * Define el valor de la propiedad email.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setEmail(String value) {
this.email = value;
}
- /**
- * Obtiene el valor de la propiedad nombreComercial.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNombreComercial() {
- return nombreComercial;
+ return this.nombreComercial;
}
- /**
- * Define el valor de la propiedad nombreComercial.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNombreComercial(String value) {
this.nombreComercial = value;
}
- /**
- * Obtiene el valor de la propiedad numeroRuc.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNumeroRuc() {
- return numeroRuc;
+ return this.numeroRuc;
}
- /**
- * Define el valor de la propiedad numeroRuc.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNumeroRuc(String value) {
this.numeroRuc = value;
}
- /**
- * Obtiene el valor de la propiedad razonSocial.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getRazonSocial() {
- return razonSocial;
+ return this.razonSocial;
}
- /**
- * Define el valor de la propiedad razonSocial.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setRazonSocial(String value) {
this.razonSocial = value;
}
- /**
- * Obtiene el valor de la propiedad telefonoDomicilio.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getTelefonoDomicilio() {
- return telefonoDomicilio;
+ return this.telefonoDomicilio;
}
- /**
- * Define el valor de la propiedad telefonoDomicilio.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setTelefonoDomicilio(String value) {
this.telefonoDomicilio = value;
}
- /**
- * Obtiene el valor de la propiedad telefonoTrabajo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getTelefonoTrabajo() {
- return telefonoTrabajo;
+ return this.telefonoTrabajo;
}
- /**
- * Define el valor de la propiedad telefonoTrabajo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setTelefonoTrabajo(String value) {
this.telefonoTrabajo = value;
}
- /**
- * Obtiene el valor de la propiedad tipoContribuyente.
- *
- * @return
- * possible object is
- * {@link TipoContribuyente }
- *
- */
public TipoContribuyente getTipoContribuyente() {
- return tipoContribuyente;
+ return this.tipoContribuyente;
}
- /**
- * Define el valor de la propiedad tipoContribuyente.
- *
- * @param value
- * allowed object is
- * {@link TipoContribuyente }
- *
- */
public void setTipoContribuyente(TipoContribuyente value) {
this.tipoContribuyente = value;
}
- /**
- * Obtiene el valor de la propiedad ubicacionGeografica.
- *
- * @return
- * possible object is
- * {@link UbicacionGeografica }
- *
- */
public UbicacionGeografica getUbicacionGeografica() {
- return ubicacionGeografica;
+ return this.ubicacionGeografica;
}
- /**
- * Define el valor de la propiedad ubicacionGeografica.
- *
- * @param value
- * allowed object is
- * {@link UbicacionGeografica }
- *
- */
public void setUbicacionGeografica(UbicacionGeografica value) {
this.ubicacionGeografica = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/Contribuyente.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ContribuyenteCompleto.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ContribuyenteCompleto.java
index 82a0b62..002ce20 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ContribuyenteCompleto.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ContribuyenteCompleto.java
@@ -1,75 +1,19 @@
-
package ec.gov.sri.wsconsultacontribuyente;
+import ec.gov.sri.wsconsultacontribuyente.AgenteRetencion;
+import ec.gov.sri.wsconsultacontribuyente.Contador;
+import ec.gov.sri.wsconsultacontribuyente.Contribuyente;
+import ec.gov.sri.wsconsultacontribuyente.EstructuraOrganizacional;
+import ec.gov.sri.wsconsultacontribuyente.ListaBlanca;
+import ec.gov.sri.wsconsultacontribuyente.RepresentanteLegal;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="contribuyenteCompleto">
- * <complexContent>
- * <extension base="{http://sri.gov.ec/wsConsultaContribuyente}contribuyente">
- * <sequence>
- * <element name="agenteRetencion" type="{http://sri.gov.ec/wsConsultaContribuyente}agenteRetencion" minOccurs="0"/>
- * <element name="calificacionArtesanal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="contador" type="{http://sri.gov.ec/wsConsultaContribuyente}contador" minOccurs="0"/>
- * <element name="direccionLarga" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="estructuraOrganizacional" type="{http://sri.gov.ec/wsConsultaContribuyente}estructuraOrganizacional" minOccurs="0"/>
- * <element name="fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaAltaParaEspecial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaCalificacionArtesanal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaCambioObligado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaInicioActividades" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaNacimiento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaNotificacionEspeciales" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaUltimaDeclaracion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="listaBlanca" type="{http://sri.gov.ec/wsConsultaContribuyente}listaBlanca" minOccurs="0"/>
- * <element name="numeroCalificacionArtesanal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="obligadoContabilidad" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="representanteLegal" type="{http://sri.gov.ec/wsConsultaContribuyente}representanteLegal" minOccurs="0"/>
- * <element name="resolucionAltaParaEspecial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="tipoCalificacionArtesanal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ultimoPeriodoFiscalCumplido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "contribuyenteCompleto", propOrder = {
- "agenteRetencion",
- "calificacionArtesanal",
- "contador",
- "direccionLarga",
- "estructuraOrganizacional",
- "fax",
- "fechaAltaParaEspecial",
- "fechaCalificacionArtesanal",
- "fechaCambioObligado",
- "fechaInicioActividades",
- "fechaNacimiento",
- "fechaNotificacionEspeciales",
- "fechaUltimaDeclaracion",
- "listaBlanca",
- "numeroCalificacionArtesanal",
- "obligadoContabilidad",
- "representanteLegal",
- "resolucionAltaParaEspecial",
- "tipoCalificacionArtesanal",
- "ultimoPeriodoFiscalCumplido"
-})
+@XmlType(name = "contribuyenteCompleto", propOrder = {"agenteRetencion", "calificacionArtesanal", "contador", "direccionLarga", "estructuraOrganizacional", "fax", "fechaAltaParaEspecial", "fechaCalificacionArtesanal", "fechaCambioObligado", "fechaInicioActividades", "fechaNacimiento", "fechaNotificacionEspeciales", "fechaUltimaDeclaracion", "listaBlanca", "numeroCalificacionArtesanal", "obligadoContabilidad", "representanteLegal", "resolucionAltaParaEspecial", "tipoCalificacionArtesanal", "ultimoPeriodoFiscalCumplido"})
public class ContribuyenteCompleto
- extends Contribuyente
-{
+ extends Contribuyente {
protected AgenteRetencion agenteRetencion;
protected String calificacionArtesanal;
@@ -92,484 +36,169 @@ public class ContribuyenteCompleto
protected String tipoCalificacionArtesanal;
protected String ultimoPeriodoFiscalCumplido;
- /**
- * Obtiene el valor de la propiedad agenteRetencion.
- *
- * @return
- * possible object is
- * {@link AgenteRetencion }
- *
- */
public AgenteRetencion getAgenteRetencion() {
- return agenteRetencion;
+ return this.agenteRetencion;
}
- /**
- * Define el valor de la propiedad agenteRetencion.
- *
- * @param value
- * allowed object is
- * {@link AgenteRetencion }
- *
- */
public void setAgenteRetencion(AgenteRetencion value) {
this.agenteRetencion = value;
}
- /**
- * Obtiene el valor de la propiedad calificacionArtesanal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCalificacionArtesanal() {
- return calificacionArtesanal;
+ return this.calificacionArtesanal;
}
- /**
- * Define el valor de la propiedad calificacionArtesanal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCalificacionArtesanal(String value) {
this.calificacionArtesanal = value;
}
- /**
- * Obtiene el valor de la propiedad contador.
- *
- * @return
- * possible object is
- * {@link Contador }
- *
- */
public Contador getContador() {
- return contador;
+ return this.contador;
}
- /**
- * Define el valor de la propiedad contador.
- *
- * @param value
- * allowed object is
- * {@link Contador }
- *
- */
public void setContador(Contador value) {
this.contador = value;
}
- /**
- * Obtiene el valor de la propiedad direccionLarga.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getDireccionLarga() {
- return direccionLarga;
+ return this.direccionLarga;
}
- /**
- * Define el valor de la propiedad direccionLarga.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setDireccionLarga(String value) {
this.direccionLarga = value;
}
- /**
- * Obtiene el valor de la propiedad estructuraOrganizacional.
- *
- * @return
- * possible object is
- * {@link EstructuraOrganizacional }
- *
- */
public EstructuraOrganizacional getEstructuraOrganizacional() {
- return estructuraOrganizacional;
+ return this.estructuraOrganizacional;
}
- /**
- * Define el valor de la propiedad estructuraOrganizacional.
- *
- * @param value
- * allowed object is
- * {@link EstructuraOrganizacional }
- *
- */
public void setEstructuraOrganizacional(EstructuraOrganizacional value) {
this.estructuraOrganizacional = value;
}
- /**
- * Obtiene el valor de la propiedad fax.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFax() {
- return fax;
+ return this.fax;
}
- /**
- * Define el valor de la propiedad fax.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFax(String value) {
this.fax = value;
}
- /**
- * Obtiene el valor de la propiedad fechaAltaParaEspecial.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFechaAltaParaEspecial() {
- return fechaAltaParaEspecial;
+ return this.fechaAltaParaEspecial;
}
- /**
- * Define el valor de la propiedad fechaAltaParaEspecial.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFechaAltaParaEspecial(String value) {
this.fechaAltaParaEspecial = value;
}
- /**
- * Obtiene el valor de la propiedad fechaCalificacionArtesanal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFechaCalificacionArtesanal() {
- return fechaCalificacionArtesanal;
+ return this.fechaCalificacionArtesanal;
}
- /**
- * Define el valor de la propiedad fechaCalificacionArtesanal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFechaCalificacionArtesanal(String value) {
this.fechaCalificacionArtesanal = value;
}
- /**
- * Obtiene el valor de la propiedad fechaCambioObligado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFechaCambioObligado() {
- return fechaCambioObligado;
+ return this.fechaCambioObligado;
}
- /**
- * Define el valor de la propiedad fechaCambioObligado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFechaCambioObligado(String value) {
this.fechaCambioObligado = value;
}
- /**
- * Obtiene el valor de la propiedad fechaInicioActividades.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFechaInicioActividades() {
- return fechaInicioActividades;
+ return this.fechaInicioActividades;
}
- /**
- * Define el valor de la propiedad fechaInicioActividades.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFechaInicioActividades(String value) {
this.fechaInicioActividades = value;
}
- /**
- * Obtiene el valor de la propiedad fechaNacimiento.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFechaNacimiento() {
- return fechaNacimiento;
+ return this.fechaNacimiento;
}
- /**
- * Define el valor de la propiedad fechaNacimiento.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFechaNacimiento(String value) {
this.fechaNacimiento = value;
}
- /**
- * Obtiene el valor de la propiedad fechaNotificacionEspeciales.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFechaNotificacionEspeciales() {
- return fechaNotificacionEspeciales;
+ return this.fechaNotificacionEspeciales;
}
- /**
- * Define el valor de la propiedad fechaNotificacionEspeciales.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFechaNotificacionEspeciales(String value) {
this.fechaNotificacionEspeciales = value;
}
- /**
- * Obtiene el valor de la propiedad fechaUltimaDeclaracion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFechaUltimaDeclaracion() {
- return fechaUltimaDeclaracion;
+ return this.fechaUltimaDeclaracion;
}
- /**
- * Define el valor de la propiedad fechaUltimaDeclaracion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFechaUltimaDeclaracion(String value) {
this.fechaUltimaDeclaracion = value;
}
- /**
- * Obtiene el valor de la propiedad listaBlanca.
- *
- * @return
- * possible object is
- * {@link ListaBlanca }
- *
- */
public ListaBlanca getListaBlanca() {
- return listaBlanca;
+ return this.listaBlanca;
}
- /**
- * Define el valor de la propiedad listaBlanca.
- *
- * @param value
- * allowed object is
- * {@link ListaBlanca }
- *
- */
public void setListaBlanca(ListaBlanca value) {
this.listaBlanca = value;
}
- /**
- * Obtiene el valor de la propiedad numeroCalificacionArtesanal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNumeroCalificacionArtesanal() {
- return numeroCalificacionArtesanal;
+ return this.numeroCalificacionArtesanal;
}
- /**
- * Define el valor de la propiedad numeroCalificacionArtesanal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNumeroCalificacionArtesanal(String value) {
this.numeroCalificacionArtesanal = value;
}
- /**
- * Obtiene el valor de la propiedad obligadoContabilidad.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getObligadoContabilidad() {
- return obligadoContabilidad;
+ return this.obligadoContabilidad;
}
- /**
- * Define el valor de la propiedad obligadoContabilidad.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setObligadoContabilidad(String value) {
this.obligadoContabilidad = value;
}
- /**
- * Obtiene el valor de la propiedad representanteLegal.
- *
- * @return
- * possible object is
- * {@link RepresentanteLegal }
- *
- */
public RepresentanteLegal getRepresentanteLegal() {
- return representanteLegal;
+ return this.representanteLegal;
}
- /**
- * Define el valor de la propiedad representanteLegal.
- *
- * @param value
- * allowed object is
- * {@link RepresentanteLegal }
- *
- */
public void setRepresentanteLegal(RepresentanteLegal value) {
this.representanteLegal = value;
}
- /**
- * Obtiene el valor de la propiedad resolucionAltaParaEspecial.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getResolucionAltaParaEspecial() {
- return resolucionAltaParaEspecial;
+ return this.resolucionAltaParaEspecial;
}
- /**
- * Define el valor de la propiedad resolucionAltaParaEspecial.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setResolucionAltaParaEspecial(String value) {
this.resolucionAltaParaEspecial = value;
}
- /**
- * Obtiene el valor de la propiedad tipoCalificacionArtesanal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getTipoCalificacionArtesanal() {
- return tipoCalificacionArtesanal;
+ return this.tipoCalificacionArtesanal;
}
- /**
- * Define el valor de la propiedad tipoCalificacionArtesanal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setTipoCalificacionArtesanal(String value) {
this.tipoCalificacionArtesanal = value;
}
- /**
- * Obtiene el valor de la propiedad ultimoPeriodoFiscalCumplido.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getUltimoPeriodoFiscalCumplido() {
- return ultimoPeriodoFiscalCumplido;
+ return this.ultimoPeriodoFiscalCumplido;
}
- /**
- * Define el valor de la propiedad ultimoPeriodoFiscalCumplido.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setUltimoPeriodoFiscalCumplido(String value) {
this.ultimoPeriodoFiscalCumplido = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/ContribuyenteCompleto.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ContribuyenteOnLine.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ContribuyenteOnLine.java
index 080ef38..08bea44 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ContribuyenteOnLine.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ContribuyenteOnLine.java
@@ -1,57 +1,14 @@
-
package ec.gov.sri.wsconsultacontribuyente;
+import ec.gov.sri.wsconsultacontribuyente.Contribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="contribuyenteOnLine">
- * <complexContent>
- * <extension base="{http://sri.gov.ec/wsConsultaContribuyente}contribuyente">
- * <sequence>
- * <element name="actEcoPrin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="activEstablec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codActEcoPrin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="desUbicaGeograf" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="descTipoContri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fechaIniAct" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="idRepreLegal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nombreRepreLegal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="telefonos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="tipoContri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ubicaGeograf" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "contribuyenteOnLine", propOrder = {
- "actEcoPrin",
- "activEstablec",
- "codActEcoPrin",
- "desUbicaGeograf",
- "descTipoContri",
- "fechaIniAct",
- "idRepreLegal",
- "nombreRepreLegal",
- "telefonos",
- "tipoContri",
- "ubicaGeograf"
-})
+@XmlType(name = "contribuyenteOnLine", propOrder = {"actEcoPrin", "activEstablec", "codActEcoPrin", "desUbicaGeograf", "descTipoContri", "fechaIniAct", "idRepreLegal", "nombreRepreLegal", "telefonos", "tipoContri", "ubicaGeograf"})
public class ContribuyenteOnLine
- extends Contribuyente
-{
+ extends Contribuyente {
protected String actEcoPrin;
protected String activEstablec;
@@ -65,268 +22,97 @@ public class ContribuyenteOnLine
protected String tipoContri;
protected String ubicaGeograf;
- /**
- * Obtiene el valor de la propiedad actEcoPrin.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getActEcoPrin() {
- return actEcoPrin;
+ return this.actEcoPrin;
}
- /**
- * Define el valor de la propiedad actEcoPrin.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setActEcoPrin(String value) {
this.actEcoPrin = value;
}
- /**
- * Obtiene el valor de la propiedad activEstablec.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getActivEstablec() {
- return activEstablec;
+ return this.activEstablec;
}
- /**
- * Define el valor de la propiedad activEstablec.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setActivEstablec(String value) {
this.activEstablec = value;
}
- /**
- * Obtiene el valor de la propiedad codActEcoPrin.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodActEcoPrin() {
- return codActEcoPrin;
+ return this.codActEcoPrin;
}
- /**
- * Define el valor de la propiedad codActEcoPrin.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodActEcoPrin(String value) {
this.codActEcoPrin = value;
}
- /**
- * Obtiene el valor de la propiedad desUbicaGeograf.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getDesUbicaGeograf() {
- return desUbicaGeograf;
+ return this.desUbicaGeograf;
}
- /**
- * Define el valor de la propiedad desUbicaGeograf.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setDesUbicaGeograf(String value) {
this.desUbicaGeograf = value;
}
- /**
- * Obtiene el valor de la propiedad descTipoContri.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getDescTipoContri() {
- return descTipoContri;
+ return this.descTipoContri;
}
- /**
- * Define el valor de la propiedad descTipoContri.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setDescTipoContri(String value) {
this.descTipoContri = value;
}
- /**
- * Obtiene el valor de la propiedad fechaIniAct.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFechaIniAct() {
- return fechaIniAct;
+ return this.fechaIniAct;
}
- /**
- * Define el valor de la propiedad fechaIniAct.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFechaIniAct(String value) {
this.fechaIniAct = value;
}
- /**
- * Obtiene el valor de la propiedad idRepreLegal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getIdRepreLegal() {
- return idRepreLegal;
+ return this.idRepreLegal;
}
- /**
- * Define el valor de la propiedad idRepreLegal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setIdRepreLegal(String value) {
this.idRepreLegal = value;
}
- /**
- * Obtiene el valor de la propiedad nombreRepreLegal.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNombreRepreLegal() {
- return nombreRepreLegal;
+ return this.nombreRepreLegal;
}
- /**
- * Define el valor de la propiedad nombreRepreLegal.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNombreRepreLegal(String value) {
this.nombreRepreLegal = value;
}
- /**
- * Obtiene el valor de la propiedad telefonos.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getTelefonos() {
- return telefonos;
+ return this.telefonos;
}
- /**
- * Define el valor de la propiedad telefonos.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setTelefonos(String value) {
this.telefonos = value;
}
- /**
- * Obtiene el valor de la propiedad tipoContri.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getTipoContri() {
- return tipoContri;
+ return this.tipoContri;
}
- /**
- * Define el valor de la propiedad tipoContri.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setTipoContri(String value) {
this.tipoContri = value;
}
- /**
- * Obtiene el valor de la propiedad ubicaGeograf.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getUbicaGeograf() {
- return ubicaGeograf;
+ return this.ubicaGeograf;
}
- /**
- * Define el valor de la propiedad ubicaGeograf.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setUbicaGeograf(String value) {
this.ubicaGeograf = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/ContribuyenteOnLine.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/EstructuraOrganizacional.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/EstructuraOrganizacional.java
index c175fee..2076db0 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/EstructuraOrganizacional.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/EstructuraOrganizacional.java
@@ -1,42 +1,11 @@
-
package ec.gov.sri.wsconsultacontribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="estructuraOrganizacional">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="codigoProvincia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codigoRegional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
- * <element name="nombreProvincia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nombreRegional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "estructuraOrganizacional", propOrder = {
- "codigoProvincia",
- "codigoRegional",
- "id",
- "nombreProvincia",
- "nombreRegional"
-})
+@XmlType(name = "estructuraOrganizacional", propOrder = {"codigoProvincia", "codigoRegional", "id", "nombreProvincia", "nombreRegional"})
public class EstructuraOrganizacional {
protected String codigoProvincia;
@@ -45,116 +14,49 @@ public class EstructuraOrganizacional {
protected String nombreProvincia;
protected String nombreRegional;
- /**
- * Obtiene el valor de la propiedad codigoProvincia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodigoProvincia() {
- return codigoProvincia;
+ return this.codigoProvincia;
}
- /**
- * Define el valor de la propiedad codigoProvincia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodigoProvincia(String value) {
this.codigoProvincia = value;
}
- /**
- * Obtiene el valor de la propiedad codigoRegional.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodigoRegional() {
- return codigoRegional;
+ return this.codigoRegional;
}
- /**
- * Define el valor de la propiedad codigoRegional.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodigoRegional(String value) {
this.codigoRegional = value;
}
- /**
- * Obtiene el valor de la propiedad id.
- *
- */
public long getId() {
- return id;
+ return this.id;
}
- /**
- * Define el valor de la propiedad id.
- *
- */
public void setId(long value) {
this.id = value;
}
- /**
- * Obtiene el valor de la propiedad nombreProvincia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNombreProvincia() {
- return nombreProvincia;
+ return this.nombreProvincia;
}
- /**
- * Define el valor de la propiedad nombreProvincia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNombreProvincia(String value) {
this.nombreProvincia = value;
}
- /**
- * Obtiene el valor de la propiedad nombreRegional.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNombreRegional() {
- return nombreRegional;
+ return this.nombreRegional;
}
- /**
- * Define el valor de la propiedad nombreRegional.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNombreRegional(String value) {
this.nombreRegional = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/EstructuraOrganizacional.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ListaBlanca.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ListaBlanca.java
index 91b3c90..42fcb2b 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ListaBlanca.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ListaBlanca.java
@@ -1,60 +1,26 @@
-
package ec.gov.sri.wsconsultacontribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="listaBlanca">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="estado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "listaBlanca", propOrder = {
- "estado"
-})
+@XmlType(name = "listaBlanca", propOrder = {"estado"})
public class ListaBlanca {
protected String estado;
- /**
- * Obtiene el valor de la propiedad estado.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getEstado() {
- return estado;
+ return this.estado;
}
- /**
- * Define el valor de la propiedad estado.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setEstado(String value) {
this.estado = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/ListaBlanca.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObjectFactory.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObjectFactory.java
index 51c2a79..587c06b 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObjectFactory.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObjectFactory.java
@@ -1,4 +1,3 @@
-
package ec.gov.sri.wsconsultacontribuyente;
import javax.xml.bind.JAXBElement;
@@ -6,226 +5,117 @@ import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the ec.gov.sri.wsconsultacontribuyente package.
- *
- * <complexType name="obtenerCompleto">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="numeroRuc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fuenteDatos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerCompleto", propOrder = {
- "numeroRuc",
- "fuenteDatos"
-})
+@XmlType(name = "obtenerCompleto", propOrder = {"numeroRuc", "fuenteDatos"})
public class ObtenerCompleto {
protected String numeroRuc;
protected String fuenteDatos;
- /**
- * Obtiene el valor de la propiedad numeroRuc.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNumeroRuc() {
- return numeroRuc;
+ return this.numeroRuc;
}
- /**
- * Define el valor de la propiedad numeroRuc.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNumeroRuc(String value) {
this.numeroRuc = value;
}
- /**
- * Obtiene el valor de la propiedad fuenteDatos.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFuenteDatos() {
- return fuenteDatos;
+ return this.fuenteDatos;
}
- /**
- * Define el valor de la propiedad fuenteDatos.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFuenteDatos(String value) {
this.fuenteDatos = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/ObtenerCompleto.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerCompletoResponse.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerCompletoResponse.java
index 27c12ef..06f4c09 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerCompletoResponse.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerCompletoResponse.java
@@ -1,62 +1,29 @@
-
package ec.gov.sri.wsconsultacontribuyente;
+import ec.gov.sri.wsconsultacontribuyente.ContribuyenteCompleto;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="obtenerCompletoResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://sri.gov.ec/wsConsultaContribuyente}contribuyenteCompleto" minOccurs="0" form="qualified"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerCompletoResponse", propOrder = {
- "_return"
-})
+@XmlType(name = "obtenerCompletoResponse", propOrder = {"_return"})
public class ObtenerCompletoResponse {
@XmlElement(name = "return")
protected ContribuyenteCompleto _return;
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link ContribuyenteCompleto }
- *
- */
public ContribuyenteCompleto getReturn() {
- return _return;
+ return this._return;
}
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link ContribuyenteCompleto }
- *
- */
public void setReturn(ContribuyenteCompleto value) {
this._return = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/ObtenerCompletoResponse.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerDatos.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerDatos.java
index ba64c14..da77d62 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerDatos.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerDatos.java
@@ -1,60 +1,26 @@
-
package ec.gov.sri.wsconsultacontribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="obtenerDatos">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="numeroRuc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerDatos", propOrder = {
- "numeroRuc"
-})
+@XmlType(name = "obtenerDatos", propOrder = {"numeroRuc"})
public class ObtenerDatos {
protected String numeroRuc;
- /**
- * Obtiene el valor de la propiedad numeroRuc.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNumeroRuc() {
- return numeroRuc;
+ return this.numeroRuc;
}
- /**
- * Define el valor de la propiedad numeroRuc.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNumeroRuc(String value) {
this.numeroRuc = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/ObtenerDatos.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerDatosResponse.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerDatosResponse.java
index 1cdd699..c698e21 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerDatosResponse.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerDatosResponse.java
@@ -1,62 +1,29 @@
-
package ec.gov.sri.wsconsultacontribuyente;
+import ec.gov.sri.wsconsultacontribuyente.ContribuyenteOnLine;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="obtenerDatosResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://sri.gov.ec/wsConsultaContribuyente}contribuyenteOnLine" minOccurs="0" form="qualified"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerDatosResponse", propOrder = {
- "_return"
-})
+@XmlType(name = "obtenerDatosResponse", propOrder = {"_return"})
public class ObtenerDatosResponse {
@XmlElement(name = "return")
protected ContribuyenteOnLine _return;
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link ContribuyenteOnLine }
- *
- */
public ContribuyenteOnLine getReturn() {
- return _return;
+ return this._return;
}
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link ContribuyenteOnLine }
- *
- */
public void setReturn(ContribuyenteOnLine value) {
this._return = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/ObtenerDatosResponse.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerSimple.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerSimple.java
index 0b08a57..9ba5dd8 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerSimple.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerSimple.java
@@ -1,87 +1,35 @@
-
package ec.gov.sri.wsconsultacontribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="obtenerSimple">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="numeroRuc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="fuenteDatos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerSimple", propOrder = {
- "numeroRuc",
- "fuenteDatos"
-})
+@XmlType(name = "obtenerSimple", propOrder = {"numeroRuc", "fuenteDatos"})
public class ObtenerSimple {
protected String numeroRuc;
protected String fuenteDatos;
- /**
- * Obtiene el valor de la propiedad numeroRuc.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNumeroRuc() {
- return numeroRuc;
+ return this.numeroRuc;
}
- /**
- * Define el valor de la propiedad numeroRuc.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNumeroRuc(String value) {
this.numeroRuc = value;
}
- /**
- * Obtiene el valor de la propiedad fuenteDatos.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getFuenteDatos() {
- return fuenteDatos;
+ return this.fuenteDatos;
}
- /**
- * Define el valor de la propiedad fuenteDatos.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setFuenteDatos(String value) {
this.fuenteDatos = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/ObtenerSimple.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerSimpleResponse.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerSimpleResponse.java
index f9d71c1..23d7ba1 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerSimpleResponse.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/ObtenerSimpleResponse.java
@@ -1,62 +1,29 @@
-
package ec.gov.sri.wsconsultacontribuyente;
+import ec.gov.sri.wsconsultacontribuyente.Contribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="obtenerSimpleResponse">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="return" type="{http://sri.gov.ec/wsConsultaContribuyente}contribuyente" minOccurs="0" form="qualified"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "obtenerSimpleResponse", propOrder = {
- "_return"
-})
+@XmlType(name = "obtenerSimpleResponse", propOrder = {"_return"})
public class ObtenerSimpleResponse {
@XmlElement(name = "return")
protected Contribuyente _return;
- /**
- * Obtiene el valor de la propiedad return.
- *
- * @return
- * possible object is
- * {@link Contribuyente }
- *
- */
public Contribuyente getReturn() {
- return _return;
+ return this._return;
}
- /**
- * Define el valor de la propiedad return.
- *
- * @param value
- * allowed object is
- * {@link Contribuyente }
- *
- */
public void setReturn(Contribuyente value) {
this._return = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/ObtenerSimpleResponse.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/RepresentanteLegal.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/RepresentanteLegal.java
index 16e3747..e1a8575 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/RepresentanteLegal.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/RepresentanteLegal.java
@@ -1,114 +1,44 @@
-
package ec.gov.sri.wsconsultacontribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="representanteLegal">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="cargo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="identificacion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nombre" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "representanteLegal", propOrder = {
- "cargo",
- "identificacion",
- "nombre"
-})
+@XmlType(name = "representanteLegal", propOrder = {"cargo", "identificacion", "nombre"})
public class RepresentanteLegal {
protected String cargo;
protected String identificacion;
protected String nombre;
- /**
- * Obtiene el valor de la propiedad cargo.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCargo() {
- return cargo;
+ return this.cargo;
}
- /**
- * Define el valor de la propiedad cargo.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCargo(String value) {
this.cargo = value;
}
- /**
- * Obtiene el valor de la propiedad identificacion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getIdentificacion() {
- return identificacion;
+ return this.identificacion;
}
- /**
- * Define el valor de la propiedad identificacion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setIdentificacion(String value) {
this.identificacion = value;
}
- /**
- * Obtiene el valor de la propiedad nombre.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNombre() {
- return nombre;
+ return this.nombre;
}
- /**
- * Define el valor de la propiedad nombre.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNombre(String value) {
this.nombre = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/RepresentanteLegal.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/TipoContribuyente.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/TipoContribuyente.java
index 6e99e41..fefd98e 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/TipoContribuyente.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/TipoContribuyente.java
@@ -1,44 +1,11 @@
-
package ec.gov.sri.wsconsultacontribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="tipoContribuyente">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
- * <element name="nivel1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nivel2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nivel3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="nivel4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ultimoNivel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tipoContribuyente", propOrder = {
- "id",
- "nivel1",
- "nivel2",
- "nivel3",
- "nivel4",
- "ultimoNivel"
-})
+@XmlType(name = "tipoContribuyente", propOrder = {"id", "nivel1", "nivel2", "nivel3", "nivel4", "ultimoNivel"})
public class TipoContribuyente {
protected Long id;
@@ -48,148 +15,57 @@ public class TipoContribuyente {
protected String nivel4;
protected String ultimoNivel;
- /**
- * Obtiene el valor de la propiedad id.
- *
- * @return
- * possible object is
- * {@link Long }
- *
- */
public Long getId() {
- return id;
+ return this.id;
}
- /**
- * Define el valor de la propiedad id.
- *
- * @param value
- * allowed object is
- * {@link Long }
- *
- */
public void setId(Long value) {
this.id = value;
}
- /**
- * Obtiene el valor de la propiedad nivel1.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNivel1() {
- return nivel1;
+ return this.nivel1;
}
- /**
- * Define el valor de la propiedad nivel1.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNivel1(String value) {
this.nivel1 = value;
}
- /**
- * Obtiene el valor de la propiedad nivel2.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNivel2() {
- return nivel2;
+ return this.nivel2;
}
- /**
- * Define el valor de la propiedad nivel2.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNivel2(String value) {
this.nivel2 = value;
}
- /**
- * Obtiene el valor de la propiedad nivel3.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNivel3() {
- return nivel3;
+ return this.nivel3;
}
- /**
- * Define el valor de la propiedad nivel3.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNivel3(String value) {
this.nivel3 = value;
}
- /**
- * Obtiene el valor de la propiedad nivel4.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getNivel4() {
- return nivel4;
+ return this.nivel4;
}
- /**
- * Define el valor de la propiedad nivel4.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setNivel4(String value) {
this.nivel4 = value;
}
- /**
- * Obtiene el valor de la propiedad ultimoNivel.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getUltimoNivel() {
- return ultimoNivel;
+ return this.ultimoNivel;
}
- /**
- * Define el valor de la propiedad ultimoNivel.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setUltimoNivel(String value) {
this.ultimoNivel = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/TipoContribuyente.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/UbicacionGeografica.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/UbicacionGeografica.java
index a8d4e56..e1a46e4 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/UbicacionGeografica.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/UbicacionGeografica.java
@@ -1,52 +1,11 @@
-
package ec.gov.sri.wsconsultacontribuyente;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
-/**
- *
- * <complexType name="ubicacionGeografica">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="canton" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codCanton" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codPais" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codParroquia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codProvincia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="codRegion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="pais" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="parroquia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="provincia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="region" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ubicacionGeografica", propOrder = {
- "canton",
- "codCanton",
- "codPais",
- "codParroquia",
- "codProvincia",
- "codRegion",
- "pais",
- "parroquia",
- "provincia",
- "region"
-})
+@XmlType(name = "ubicacionGeografica", propOrder = {"canton", "codCanton", "codPais", "codParroquia", "codProvincia", "codRegion", "pais", "parroquia", "provincia", "region"})
public class UbicacionGeografica {
protected String canton;
@@ -60,244 +19,89 @@ public class UbicacionGeografica {
protected String provincia;
protected String region;
- /**
- * Obtiene el valor de la propiedad canton.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCanton() {
- return canton;
+ return this.canton;
}
- /**
- * Define el valor de la propiedad canton.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCanton(String value) {
this.canton = value;
}
- /**
- * Obtiene el valor de la propiedad codCanton.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodCanton() {
- return codCanton;
+ return this.codCanton;
}
- /**
- * Define el valor de la propiedad codCanton.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodCanton(String value) {
this.codCanton = value;
}
- /**
- * Obtiene el valor de la propiedad codPais.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodPais() {
- return codPais;
+ return this.codPais;
}
- /**
- * Define el valor de la propiedad codPais.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodPais(String value) {
this.codPais = value;
}
- /**
- * Obtiene el valor de la propiedad codParroquia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodParroquia() {
- return codParroquia;
+ return this.codParroquia;
}
- /**
- * Define el valor de la propiedad codParroquia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodParroquia(String value) {
this.codParroquia = value;
}
- /**
- * Obtiene el valor de la propiedad codProvincia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodProvincia() {
- return codProvincia;
+ return this.codProvincia;
}
- /**
- * Define el valor de la propiedad codProvincia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodProvincia(String value) {
this.codProvincia = value;
}
- /**
- * Obtiene el valor de la propiedad codRegion.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getCodRegion() {
- return codRegion;
+ return this.codRegion;
}
- /**
- * Define el valor de la propiedad codRegion.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setCodRegion(String value) {
this.codRegion = value;
}
- /**
- * Obtiene el valor de la propiedad pais.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getPais() {
- return pais;
+ return this.pais;
}
- /**
- * Define el valor de la propiedad pais.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setPais(String value) {
this.pais = value;
}
- /**
- * Obtiene el valor de la propiedad parroquia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getParroquia() {
- return parroquia;
+ return this.parroquia;
}
- /**
- * Define el valor de la propiedad parroquia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setParroquia(String value) {
this.parroquia = value;
}
- /**
- * Obtiene el valor de la propiedad provincia.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getProvincia() {
- return provincia;
+ return this.provincia;
}
- /**
- * Define el valor de la propiedad provincia.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setProvincia(String value) {
this.provincia = value;
}
- /**
- * Obtiene el valor de la propiedad region.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
public String getRegion() {
- return region;
+ return this.region;
}
- /**
- * Define el valor de la propiedad region.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
public void setRegion(String value) {
this.region = value;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/UbicacionGeografica.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/WebServiceContribuyenteService.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/WebServiceContribuyenteService.java
index d1855ae..930f5d4 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/WebServiceContribuyenteService.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/WebServiceContribuyenteService.java
@@ -1,6 +1,6 @@
-
package ec.gov.sri.wsconsultacontribuyente;
+import com.fp.webservices.snap.recursos.MsgSnap;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
@@ -10,23 +10,13 @@ import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.WebServiceFeature;
-import com.fp.webservices.snap.recursos.MsgSnap;
-
-
-/**
- * This class was generated by the JAX-WS RI.
- * JAX-WS RI 2.2.6b21
- * Generated source version: 2.2
- *
- */
@WebServiceClient(name = "WebServiceContribuyenteService", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", wsdlLocation = "https://bsg.gob.ec/sw/SRI/BSGSW01_Consultar_RucSRI?wsdl")
public class WebServiceContribuyenteService
- extends Service
-{
+ extends Service {
- private final static URL WEBSERVICECONTRIBUYENTESERVICE_WSDL_LOCATION;
- private final static WebServiceException WEBSERVICECONTRIBUYENTESERVICE_EXCEPTION;
- private final static QName WEBSERVICECONTRIBUYENTESERVICE_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "WebServiceContribuyenteService");
+ private static final URL WEBSERVICECONTRIBUYENTESERVICE_WSDL_LOCATION;
+ private static final WebServiceException WEBSERVICECONTRIBUYENTESERVICE_EXCEPTION;
+ private static final QName WEBSERVICECONTRIBUYENTESERVICE_QNAME = new QName("http://sri.gov.ec/wsConsultaContribuyente", "WebServiceContribuyenteService");
static {
URL url = null;
@@ -64,33 +54,26 @@ public class WebServiceContribuyenteService
super(wsdlLocation, serviceName, features);
}
- /**
- *
- * @return
- * returns WsConsultaContribuyente
- */
@WebEndpoint(name = "wsConsultaContribuyentePort")
public WsConsultaContribuyente getWsConsultaContribuyentePort() {
- return super.getPort(new QName("http://sri.gov.ec/wsConsultaContribuyente", "wsConsultaContribuyentePort"), WsConsultaContribuyente.class);
+ return (WsConsultaContribuyente) getPort(new QName("http://sri.gov.ec/wsConsultaContribuyente", "wsConsultaContribuyentePort"), WsConsultaContribuyente.class);
}
- /**
- *
- * @param features
- * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features parameter will have their default values.
- * @return
- * returns WsConsultaContribuyente
- */
@WebEndpoint(name = "wsConsultaContribuyentePort")
public WsConsultaContribuyente getWsConsultaContribuyentePort(WebServiceFeature... features) {
- return super.getPort(new QName("http://sri.gov.ec/wsConsultaContribuyente", "wsConsultaContribuyentePort"), WsConsultaContribuyente.class, features);
+ return (WsConsultaContribuyente) getPort(new QName("http://sri.gov.ec/wsConsultaContribuyente", "wsConsultaContribuyentePort"), WsConsultaContribuyente.class, features);
}
private static URL __getWsdlLocation() {
- if (WEBSERVICECONTRIBUYENTESERVICE_EXCEPTION!= null) {
+ if (WEBSERVICECONTRIBUYENTESERVICE_EXCEPTION != null) {
throw WEBSERVICECONTRIBUYENTESERVICE_EXCEPTION;
}
return WEBSERVICECONTRIBUYENTESERVICE_WSDL_LOCATION;
}
-
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/WebServiceContribuyenteService.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/WsConsultaContribuyente.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/WsConsultaContribuyente.java
index 196d927..5436d0c 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/WsConsultaContribuyente.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/WsConsultaContribuyente.java
@@ -1,6 +1,9 @@
-
package ec.gov.sri.wsconsultacontribuyente;
+import ec.gov.sri.wsconsultacontribuyente.Contribuyente;
+import ec.gov.sri.wsconsultacontribuyente.ContribuyenteCompleto;
+import ec.gov.sri.wsconsultacontribuyente.ContribuyenteOnLine;
+import ec.gov.sri.wsconsultacontribuyente.ObjectFactory;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
@@ -9,66 +12,31 @@ import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
-
-/**
- * This class was generated by the JAX-WS RI.
- * JAX-WS RI 2.2.6b21
- * Generated source version: 2.2
- *
- */
@WebService(name = "wsConsultaContribuyente", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente")
-@XmlSeeAlso({
- ObjectFactory.class
-})
+@XmlSeeAlso({ObjectFactory.class})
public interface WsConsultaContribuyente {
-
- /**
- *
- * @param fuenteDatos
- * @param numeroRuc
- * @return
- * returns ec.gov.sri.wsconsultacontribuyente.Contribuyente
- */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "obtenerSimple", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerSimple")
@ResponseWrapper(localName = "obtenerSimpleResponse", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerSimpleResponse")
- public Contribuyente obtenerSimple(
- @WebParam(name = "numeroRuc", targetNamespace = "")
- String numeroRuc,
- @WebParam(name = "fuenteDatos", targetNamespace = "")
- String fuenteDatos);
+ Contribuyente obtenerSimple(@WebParam(name = "numeroRuc", targetNamespace = "") String paramString1, @WebParam(name = "fuenteDatos", targetNamespace = "") String paramString2);
- /**
- *
- * @param fuenteDatos
- * @param numeroRuc
- * @return
- * returns ec.gov.sri.wsconsultacontribuyente.ContribuyenteCompleto
- */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "obtenerCompleto", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerCompleto")
@ResponseWrapper(localName = "obtenerCompletoResponse", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerCompletoResponse")
- public ContribuyenteCompleto obtenerCompleto(
- @WebParam(name = "numeroRuc", targetNamespace = "")
- String numeroRuc,
- @WebParam(name = "fuenteDatos", targetNamespace = "")
- String fuenteDatos);
+ ContribuyenteCompleto obtenerCompleto(@WebParam(name = "numeroRuc", targetNamespace = "") String paramString1, @WebParam(name = "fuenteDatos", targetNamespace = "") String paramString2);
- /**
- *
- * @param numeroRuc
- * @return
- * returns ec.gov.sri.wsconsultacontribuyente.ContribuyenteOnLine
- */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "obtenerDatos", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerDatos")
@ResponseWrapper(localName = "obtenerDatosResponse", targetNamespace = "http://sri.gov.ec/wsConsultaContribuyente", className = "ec.gov.sri.wsconsultacontribuyente.ObtenerDatosResponse")
- public ContribuyenteOnLine obtenerDatos(
- @WebParam(name = "numeroRuc", targetNamespace = "")
- String numeroRuc);
-
+ ContribuyenteOnLine obtenerDatos(@WebParam(name = "numeroRuc", targetNamespace = "") String paramString);
}
+
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/WsConsultaContribuyente.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/package-info.java b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/package-info.java
index 1a4786d..13719dd 100644
--- a/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/package-info.java
+++ b/centralwebservices/src/main/java/ec/gov/sri/wsconsultacontribuyente/package-info.java
@@ -1,2 +1,8 @@
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://sri.gov.ec/wsConsultaContribuyente")
package ec.gov.sri.wsconsultacontribuyente;
+
+import javax.xml.bind.annotation.XmlSchema;
+
+/* Location: /data/COMACO/SINCOAR2022/Entorno/produccion/servers/mule-standalone-3.5.0/apps/centralwebservices-2.1.zip!/centralwebservices-2.1/classes/ec/gov/sri/wsconsultacontribuyente/package-info.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 1.1.3
+ */
diff --git a/centralwebservices/src/main/resources/.svn/entries b/centralwebservices/src/main/resources/.svn/entries
deleted file mode 100644
index 0fef93e..0000000
--- a/centralwebservices/src/main/resources/.svn/entries
+++ /dev/null
@@ -1,31 +0,0 @@
-10
-
-dir
-4669
-svn://172.17.26.185/COMACO/sources/centralwebservices/src/main/resources
-svn://172.17.26.185/COMACO
-
-
-
-2015-04-30T06:53:57.070359Z
-4065
-cpiedra
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-a11ad980-3ca8-45f0-88f7-f0e618c262b7
-
-com
-dir
-
diff --git a/centralwebservices/src/main/resources/com/.svn/entries b/centralwebservices/src/main/resources/com/.svn/entries
deleted file mode 100644
index 9e4ea02..0000000
--- a/centralwebservices/src/main/resources/com/.svn/entries
+++ /dev/null
@@ -1,31 +0,0 @@
-10
-
-dir
-4669
-svn://172.17.26.185/COMACO/sources/centralwebservices/src/main/resources/com
-svn://172.17.26.185/COMACO
-
-
-
-2015-04-30T06:53:57.070359Z
-4065
-cpiedra
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-a11ad980-3ca8-45f0-88f7-f0e618c262b7
-
-fp
-dir
-
diff --git a/centralwebservices/src/main/resources/com/fp/.svn/entries b/centralwebservices/src/main/resources/com/fp/.svn/entries
deleted file mode 100644
index a21bc9a..0000000
--- a/centralwebservices/src/main/resources/com/fp/.svn/entries
+++ /dev/null
@@ -1,31 +0,0 @@
-10
-
-dir
-4669
-svn://172.17.26.185/COMACO/sources/centralwebservices/src/main/resources/com/fp
-svn://172.17.26.185/COMACO
-
-
-
-2015-04-30T06:53:57.070359Z
-4065
-cpiedra
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-a11ad980-3ca8-45f0-88f7-f0e618c262b7
-
-webservices
-dir
-
diff --git a/centralwebservices/src/main/resources/com/fp/webservices/.svn/entries b/centralwebservices/src/main/resources/com/fp/webservices/.svn/entries
deleted file mode 100644
index b0a9a72..0000000
--- a/centralwebservices/src/main/resources/com/fp/webservices/.svn/entries
+++ /dev/null
@@ -1,31 +0,0 @@
-10
-
-dir
-4669
-svn://172.17.26.185/COMACO/sources/centralwebservices/src/main/resources/com/fp/webservices
-svn://172.17.26.185/COMACO
-
-
-
-2015-04-30T06:53:57.070359Z
-4065
-cpiedra
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-a11ad980-3ca8-45f0-88f7-f0e618c262b7
-
-snap
-dir
-
diff --git a/centralwebservices/src/main/resources/com/fp/webservices/snap/.svn/entries b/centralwebservices/src/main/resources/com/fp/webservices/snap/.svn/entries
deleted file mode 100644
index f0d50f4..0000000
--- a/centralwebservices/src/main/resources/com/fp/webservices/snap/.svn/entries
+++ /dev/null
@@ -1,31 +0,0 @@
-10
-
-dir
-4669
-svn://172.17.26.185/COMACO/sources/centralwebservices/src/main/resources/com/fp/webservices/snap
-svn://172.17.26.185/COMACO
-
-
-
-2015-04-30T06:53:57.070359Z
-4065
-cpiedra
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-a11ad980-3ca8-45f0-88f7-f0e618c262b7
-
-recursos
-dir
-
diff --git a/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/entries b/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/entries
deleted file mode 100644
index 07aa45d..0000000
--- a/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/entries
+++ /dev/null
@@ -1,96 +0,0 @@
-10
-
-dir
-4669
-svn://172.17.26.185/COMACO/sources/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos
-svn://172.17.26.185/COMACO
-
-
-
-2015-04-30T06:53:57.070359Z
-4065
-cpiedra
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-a11ad980-3ca8-45f0-88f7-f0e618c262b7
-
-snap.properties
-file
-
-
-
-
-2022-07-28T03:40:47.543824Z
-967d9d2048c067b7a0f37104ebeadb7f
-2015-04-30T06:53:57.070359Z
-4065
-cpiedra
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-291
-
-return.xml
-file
-
-
-
-
-2022-07-28T03:40:47.544824Z
-e03589d558b15b62aacc058168466391
-2014-12-11T05:00:43.966009Z
-3415
-dcruz
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-2187
-
diff --git a/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/prop-base/return.xml.svn-base b/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/prop-base/return.xml.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/prop-base/return.xml.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/prop-base/snap.properties.svn-base b/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/prop-base/snap.properties.svn-base
deleted file mode 100644
index 138f983..0000000
--- a/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/prop-base/snap.properties.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 10
-text/plain
-END
diff --git a/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/text-base/return.xml.netbeans-base b/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/text-base/return.xml.netbeans-base
deleted file mode 100644
index 5f1cc8f..0000000
--- a/centralwebservices/src/main/resources/com/fp/webservices/snap/recursos/.svn/text-base/return.xml.netbeans-base
+++ /dev/null
@@ -1,54 +0,0 @@
-