igor.rodrigo 2016-07-25 21:06:05 +00:00
parent 78b3f31ae8
commit 2dfc41b61e
39 changed files with 7859 additions and 0 deletions

View File

@ -0,0 +1,261 @@
package com.rjconsultores.hstcajservice.ws;
import java.util.List;
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.1.6 in JDK 6
* Generated source version: 2.1
*
*/
@WebService(name = "BilheteService", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/")
@XmlSeeAlso({
ObjectFactory.class
})
public interface BilheteService {
/**
*
* @param dataFim
* @param codEmpresaGrupo
* @param agenciaInicio
* @param fiscal
* @param dataInicio
* @param codEmpresa
* @param agenciaFim
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "buscarBilhetes", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.BuscarBilhetes")
@ResponseWrapper(localName = "buscarBilhetesResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.BuscarBilhetesResponse")
public List<ExportaIntegracaoWS> buscarBilhetes(
@WebParam(name = "dataInicio", targetNamespace = "")
String dataInicio,
@WebParam(name = "dataFim", targetNamespace = "")
String dataFim,
@WebParam(name = "agenciaInicio", targetNamespace = "")
String agenciaInicio,
@WebParam(name = "agenciaFim", targetNamespace = "")
String agenciaFim,
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo,
@WebParam(name = "codEmpresa", targetNamespace = "")
String codEmpresa,
@WebParam(name = "fiscal", targetNamespace = "")
String fiscal);
/**
*
* @param dataFim
* @param codEmpresaGrupo
* @param agenciaInicio
* @param fiscal
* @param dataInicio
* @param codEmpresa
* @param agenciaFim
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "buscarBilhetesInconsistente", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.BuscarBilhetesInconsistente")
@ResponseWrapper(localName = "buscarBilhetesInconsistenteResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.BuscarBilhetesInconsistenteResponse")
public List<ExportaIntegracaoWS> buscarBilhetesInconsistente(
@WebParam(name = "dataInicio", targetNamespace = "")
String dataInicio,
@WebParam(name = "dataFim", targetNamespace = "")
String dataFim,
@WebParam(name = "agenciaInicio", targetNamespace = "")
String agenciaInicio,
@WebParam(name = "agenciaFim", targetNamespace = "")
String agenciaFim,
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo,
@WebParam(name = "codEmpresa", targetNamespace = "")
String codEmpresa,
@WebParam(name = "fiscal", targetNamespace = "")
String fiscal);
/**
*
* @param codEmpresaGrupo
* @param agenciaInicio
* @param codEmpresa
* @param agenciaFim
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoCadBilheteiroWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "cadBilheteiro", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadBilheteiro")
@ResponseWrapper(localName = "cadBilheteiroResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadBilheteiroResponse")
public List<ExportaIntegracaoCadBilheteiroWS> cadBilheteiro(
@WebParam(name = "agenciaInicio", targetNamespace = "")
String agenciaInicio,
@WebParam(name = "agenciaFim", targetNamespace = "")
String agenciaFim,
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo,
@WebParam(name = "codEmpresa", targetNamespace = "")
String codEmpresa);
/**
*
* @param codEmpresaGrupo
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoCadEstadoWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "cadEstado", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadEstado")
@ResponseWrapper(localName = "cadEstadoResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadEstadoResponse")
public List<ExportaIntegracaoCadEstadoWS> cadEstado(
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo);
/**
*
* @param codEmpresaGrupo
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoCadClienteWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "cadCliente", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadCliente")
@ResponseWrapper(localName = "cadClienteResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadClienteResponse")
public List<ExportaIntegracaoCadClienteWS> cadCliente(
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo);
/**
*
* @param codEmpresaGrupo
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoCadLocalidadeWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "cadLocalidade", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadLocalidade")
@ResponseWrapper(localName = "cadLocalidadeResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadLocalidadeResponse")
public List<ExportaIntegracaoCadLocalidadeWS> cadLocalidade(
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo);
/**
*
* @param codEmpresaGrupo
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoCadFormaPagamentoWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "cadFormaPagamento", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadFormaPagamento")
@ResponseWrapper(localName = "cadFormaPagamentoResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadFormaPagamentoResponse")
public List<ExportaIntegracaoCadFormaPagamentoWS> cadFormaPagamento(
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo);
/**
*
* @param codEmpresaGrupo
* @param codEmpresa
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoCadLinhaWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "cadLinha", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadLinha")
@ResponseWrapper(localName = "cadLinhaResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadLinhaResponse")
public List<ExportaIntegracaoCadLinhaWS> cadLinha(
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo,
@WebParam(name = "codEmpresa", targetNamespace = "")
String codEmpresa);
/**
*
* @param codEmpresaGrupo
* @param codEmpresa
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoCadBeneficioWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "cadBeneficio", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadBeneficio")
@ResponseWrapper(localName = "cadBeneficioResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadBeneficioResponse")
public List<ExportaIntegracaoCadBeneficioWS> cadBeneficio(
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo,
@WebParam(name = "codEmpresa", targetNamespace = "")
String codEmpresa);
/**
*
* @param codEmpresaGrupo
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoCadReceitaDespesaWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "cadReceitaDespesa", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadReceitaDespesa")
@ResponseWrapper(localName = "cadReceitaDespesaResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadReceitaDespesaResponse")
public List<ExportaIntegracaoCadReceitaDespesaWS> cadReceitaDespesa(
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo);
/**
*
* @param codEmpresaGrupo
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoCadAgenciaWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "cadAgencia", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadAgencia")
@ResponseWrapper(localName = "cadAgenciaResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.CadAgenciaResponse")
public List<ExportaIntegracaoCadAgenciaWS> cadAgencia(
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo);
/**
*
* @param dataFim
* @param codEmpresaGrupo
* @param agenciaInicio
* @param dataInicio
* @param codEmpresa
* @param agenciaFim
* @return
* returns java.util.List<com.rjconsultores.hstcajservice.ws.ExportaIntegracaoReceitaDespesaWS>
*/
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "buscarReceitaDespesa", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.BuscarReceitaDespesa")
@ResponseWrapper(localName = "buscarReceitaDespesaResponse", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", className = "com.rjconsultores.hstcajservice.ws.BuscarReceitaDespesaResponse")
public List<ExportaIntegracaoReceitaDespesaWS> buscarReceitaDespesa(
@WebParam(name = "dataInicio", targetNamespace = "")
String dataInicio,
@WebParam(name = "dataFim", targetNamespace = "")
String dataFim,
@WebParam(name = "agenciaInicio", targetNamespace = "")
String agenciaInicio,
@WebParam(name = "agenciaFim", targetNamespace = "")
String agenciaFim,
@WebParam(name = "codEmpresaGrupo", targetNamespace = "")
Integer codEmpresaGrupo,
@WebParam(name = "codEmpresa", targetNamespace = "")
String codEmpresa);
}

View File

@ -0,0 +1,71 @@
package com.rjconsultores.hstcajservice.ws;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.logging.Logger;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceFeature;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.1.6 in JDK 6
* Generated source version: 2.1
*
*/
@WebServiceClient(name = "BilheteServiceService", targetNamespace = "http://ws.hstcajservice.rjconsultores.com/", wsdlLocation = "http://52.72.4.158:8280/WSIntegracao/BilheteService?wsdl")
public class BilheteServiceService
extends Service
{
private final static URL BILHETESERVICESERVICE_WSDL_LOCATION;
private final static Logger logger = Logger.getLogger(com.rjconsultores.hstcajservice.ws.BilheteServiceService.class.getName());
static {
URL url = null;
try {
URL baseUrl;
baseUrl = com.rjconsultores.hstcajservice.ws.BilheteServiceService.class.getResource(".");
url = new URL(baseUrl, "http://52.72.4.158:8280/WSIntegracao/BilheteService?wsdl");
} catch (MalformedURLException e) {
logger.warning("Failed to create URL for the wsdl Location: 'http://52.72.4.158:8280/WSIntegracao/BilheteService?wsdl', retrying as a local file");
logger.warning(e.getMessage());
}
BILHETESERVICESERVICE_WSDL_LOCATION = url;
}
public BilheteServiceService(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
public BilheteServiceService() {
super(BILHETESERVICESERVICE_WSDL_LOCATION, new QName("http://ws.hstcajservice.rjconsultores.com/", "BilheteServiceService"));
}
/**
*
* @return
* returns BilheteService
*/
@WebEndpoint(name = "BilheteServicePort")
public BilheteService getBilheteServicePort() {
return super.getPort(new QName("http://ws.hstcajservice.rjconsultores.com/", "BilheteServicePort"), BilheteService.class);
}
/**
*
* @param features
* A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.
* @return
* returns BilheteService
*/
@WebEndpoint(name = "BilheteServicePort")
public BilheteService getBilheteServicePort(WebServiceFeature... features) {
return super.getPort(new QName("http://ws.hstcajservice.rjconsultores.com/", "BilheteServicePort"), BilheteService.class, features);
}
}

View File

@ -0,0 +1,25 @@
package com.rjconsultores.hstcajservice.ws;
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.XmlRootElement;
import com.rjconsultores.hstcajservice.ws.ExportaIntegracaoWS;
@XmlRootElement(name = "bilhetes")
@XmlAccessorType (XmlAccessType.FIELD)
public class Bilhetes {
@XmlElement(name = "bilhete")
private List<ExportaIntegracaoWS> bilhetes = null;
public List<ExportaIntegracaoWS> getBilhete() {
return bilhetes;
}
public void setBilhetes(List<ExportaIntegracaoWS> bilhete) {
this.bilhetes = bilhete;
}
}

View File

@ -0,0 +1,222 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for buscarBilhetes complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="buscarBilhetes">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="fiscal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "buscarBilhetes", propOrder = {
"dataInicio",
"dataFim",
"agenciaInicio",
"agenciaFim",
"codEmpresaGrupo",
"codEmpresa",
"fiscal"
})
public class BuscarBilhetes {
protected String dataInicio;
protected String dataFim;
protected String agenciaInicio;
protected String agenciaFim;
protected Integer codEmpresaGrupo;
protected String codEmpresa;
protected String fiscal;
/**
* Gets the value of the dataInicio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDataInicio() {
return dataInicio;
}
/**
* Sets the value of the dataInicio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDataInicio(String value) {
this.dataInicio = value;
}
/**
* Gets the value of the dataFim property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDataFim() {
return dataFim;
}
/**
* Sets the value of the dataFim property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDataFim(String value) {
this.dataFim = value;
}
/**
* Gets the value of the agenciaInicio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAgenciaInicio() {
return agenciaInicio;
}
/**
* Sets the value of the agenciaInicio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAgenciaInicio(String value) {
this.agenciaInicio = value;
}
/**
* Gets the value of the agenciaFim property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAgenciaFim() {
return agenciaFim;
}
/**
* Sets the value of the agenciaFim property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAgenciaFim(String value) {
this.agenciaFim = value;
}
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
/**
* Gets the value of the codEmpresa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodEmpresa() {
return codEmpresa;
}
/**
* Sets the value of the codEmpresa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodEmpresa(String value) {
this.codEmpresa = value;
}
/**
* Gets the value of the fiscal property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFiscal() {
return fiscal;
}
/**
* Sets the value of the fiscal property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFiscal(String value) {
this.fiscal = value;
}
}

View File

@ -0,0 +1,222 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for buscarBilhetesInconsistente complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="buscarBilhetesInconsistente">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="fiscal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "buscarBilhetesInconsistente", propOrder = {
"dataInicio",
"dataFim",
"agenciaInicio",
"agenciaFim",
"codEmpresaGrupo",
"codEmpresa",
"fiscal"
})
public class BuscarBilhetesInconsistente {
protected String dataInicio;
protected String dataFim;
protected String agenciaInicio;
protected String agenciaFim;
protected Integer codEmpresaGrupo;
protected String codEmpresa;
protected String fiscal;
/**
* Gets the value of the dataInicio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDataInicio() {
return dataInicio;
}
/**
* Sets the value of the dataInicio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDataInicio(String value) {
this.dataInicio = value;
}
/**
* Gets the value of the dataFim property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDataFim() {
return dataFim;
}
/**
* Sets the value of the dataFim property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDataFim(String value) {
this.dataFim = value;
}
/**
* Gets the value of the agenciaInicio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAgenciaInicio() {
return agenciaInicio;
}
/**
* Sets the value of the agenciaInicio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAgenciaInicio(String value) {
this.agenciaInicio = value;
}
/**
* Gets the value of the agenciaFim property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAgenciaFim() {
return agenciaFim;
}
/**
* Sets the value of the agenciaFim property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAgenciaFim(String value) {
this.agenciaFim = value;
}
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
/**
* Gets the value of the codEmpresa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodEmpresa() {
return codEmpresa;
}
/**
* Sets the value of the codEmpresa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodEmpresa(String value) {
this.codEmpresa = value;
}
/**
* Gets the value of the fiscal property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFiscal() {
return fiscal;
}
/**
* Sets the value of the fiscal property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFiscal(String value) {
this.fiscal = value;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for buscarBilhetesInconsistenteResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="buscarBilhetesInconsistenteResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "buscarBilhetesInconsistenteResponse", propOrder = {
"_return"
})
public class BuscarBilhetesInconsistenteResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoWS }
*
*
*/
public List<ExportaIntegracaoWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for buscarBilhetesResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="buscarBilhetesResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "buscarBilhetesResponse", propOrder = {
"_return"
})
public class BuscarBilhetesResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoWS }
*
*
*/
public List<ExportaIntegracaoWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,195 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for buscarReceitaDespesa complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="buscarReceitaDespesa">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "buscarReceitaDespesa", propOrder = {
"dataInicio",
"dataFim",
"agenciaInicio",
"agenciaFim",
"codEmpresaGrupo",
"codEmpresa"
})
public class BuscarReceitaDespesa {
protected String dataInicio;
protected String dataFim;
protected String agenciaInicio;
protected String agenciaFim;
protected Integer codEmpresaGrupo;
protected String codEmpresa;
/**
* Gets the value of the dataInicio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDataInicio() {
return dataInicio;
}
/**
* Sets the value of the dataInicio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDataInicio(String value) {
this.dataInicio = value;
}
/**
* Gets the value of the dataFim property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDataFim() {
return dataFim;
}
/**
* Sets the value of the dataFim property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDataFim(String value) {
this.dataFim = value;
}
/**
* Gets the value of the agenciaInicio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAgenciaInicio() {
return agenciaInicio;
}
/**
* Sets the value of the agenciaInicio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAgenciaInicio(String value) {
this.agenciaInicio = value;
}
/**
* Gets the value of the agenciaFim property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAgenciaFim() {
return agenciaFim;
}
/**
* Sets the value of the agenciaFim property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAgenciaFim(String value) {
this.agenciaFim = value;
}
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
/**
* Gets the value of the codEmpresa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodEmpresa() {
return codEmpresa;
}
/**
* Sets the value of the codEmpresa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodEmpresa(String value) {
this.codEmpresa = value;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for buscarReceitaDespesaResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="buscarReceitaDespesaResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoReceitaDespesaWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "buscarReceitaDespesaResponse", propOrder = {
"_return"
})
public class BuscarReceitaDespesaResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoReceitaDespesaWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoReceitaDespesaWS }
*
*
*/
public List<ExportaIntegracaoReceitaDespesaWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoReceitaDespesaWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,60 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for cadAgencia complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadAgencia">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadAgencia", propOrder = {
"codEmpresaGrupo"
})
public class CadAgencia {
protected Integer codEmpresaGrupo;
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for cadAgenciaResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadAgenciaResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadAgenciaWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadAgenciaResponse", propOrder = {
"_return"
})
public class CadAgenciaResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoCadAgenciaWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoCadAgenciaWS }
*
*
*/
public List<ExportaIntegracaoCadAgenciaWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoCadAgenciaWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,87 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for cadBeneficio complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadBeneficio">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadBeneficio", propOrder = {
"codEmpresaGrupo",
"codEmpresa"
})
public class CadBeneficio {
protected Integer codEmpresaGrupo;
protected String codEmpresa;
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
/**
* Gets the value of the codEmpresa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodEmpresa() {
return codEmpresa;
}
/**
* Sets the value of the codEmpresa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodEmpresa(String value) {
this.codEmpresa = value;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for cadBeneficioResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadBeneficioResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadBeneficioWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadBeneficioResponse", propOrder = {
"_return"
})
public class CadBeneficioResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoCadBeneficioWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoCadBeneficioWS }
*
*
*/
public List<ExportaIntegracaoCadBeneficioWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoCadBeneficioWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,141 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for cadBilheteiro complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadBilheteiro">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadBilheteiro", propOrder = {
"agenciaInicio",
"agenciaFim",
"codEmpresaGrupo",
"codEmpresa"
})
public class CadBilheteiro {
protected String agenciaInicio;
protected String agenciaFim;
protected Integer codEmpresaGrupo;
protected String codEmpresa;
/**
* Gets the value of the agenciaInicio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAgenciaInicio() {
return agenciaInicio;
}
/**
* Sets the value of the agenciaInicio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAgenciaInicio(String value) {
this.agenciaInicio = value;
}
/**
* Gets the value of the agenciaFim property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAgenciaFim() {
return agenciaFim;
}
/**
* Sets the value of the agenciaFim property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAgenciaFim(String value) {
this.agenciaFim = value;
}
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
/**
* Gets the value of the codEmpresa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodEmpresa() {
return codEmpresa;
}
/**
* Sets the value of the codEmpresa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodEmpresa(String value) {
this.codEmpresa = value;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for cadBilheteiroResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadBilheteiroResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadBilheteiroWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadBilheteiroResponse", propOrder = {
"_return"
})
public class CadBilheteiroResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoCadBilheteiroWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoCadBilheteiroWS }
*
*
*/
public List<ExportaIntegracaoCadBilheteiroWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoCadBilheteiroWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,60 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for cadCliente complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadCliente">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadCliente", propOrder = {
"codEmpresaGrupo"
})
public class CadCliente {
protected Integer codEmpresaGrupo;
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for cadClienteResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadClienteResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadClienteWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadClienteResponse", propOrder = {
"_return"
})
public class CadClienteResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoCadClienteWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoCadClienteWS }
*
*
*/
public List<ExportaIntegracaoCadClienteWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoCadClienteWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,60 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for cadEstado complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadEstado">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadEstado", propOrder = {
"codEmpresaGrupo"
})
public class CadEstado {
protected Integer codEmpresaGrupo;
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for cadEstadoResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadEstadoResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadEstadoWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadEstadoResponse", propOrder = {
"_return"
})
public class CadEstadoResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoCadEstadoWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoCadEstadoWS }
*
*
*/
public List<ExportaIntegracaoCadEstadoWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoCadEstadoWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,60 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for cadFormaPagamento complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadFormaPagamento">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadFormaPagamento", propOrder = {
"codEmpresaGrupo"
})
public class CadFormaPagamento {
protected Integer codEmpresaGrupo;
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for cadFormaPagamentoResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadFormaPagamentoResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadFormaPagamentoWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadFormaPagamentoResponse", propOrder = {
"_return"
})
public class CadFormaPagamentoResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoCadFormaPagamentoWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoCadFormaPagamentoWS }
*
*
*/
public List<ExportaIntegracaoCadFormaPagamentoWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoCadFormaPagamentoWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,87 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for cadLinha complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadLinha">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadLinha", propOrder = {
"codEmpresaGrupo",
"codEmpresa"
})
public class CadLinha {
protected Integer codEmpresaGrupo;
protected String codEmpresa;
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
/**
* Gets the value of the codEmpresa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodEmpresa() {
return codEmpresa;
}
/**
* Sets the value of the codEmpresa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodEmpresa(String value) {
this.codEmpresa = value;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for cadLinhaResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadLinhaResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadLinhaWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadLinhaResponse", propOrder = {
"_return"
})
public class CadLinhaResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoCadLinhaWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoCadLinhaWS }
*
*
*/
public List<ExportaIntegracaoCadLinhaWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoCadLinhaWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,60 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for cadLocalidade complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadLocalidade">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadLocalidade", propOrder = {
"codEmpresaGrupo"
})
public class CadLocalidade {
protected Integer codEmpresaGrupo;
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for cadLocalidadeResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadLocalidadeResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadLocalidadeWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadLocalidadeResponse", propOrder = {
"_return"
})
public class CadLocalidadeResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoCadLocalidadeWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoCadLocalidadeWS }
*
*
*/
public List<ExportaIntegracaoCadLocalidadeWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoCadLocalidadeWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,60 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for cadReceitaDespesa complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadReceitaDespesa">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadReceitaDespesa", propOrder = {
"codEmpresaGrupo"
})
public class CadReceitaDespesa {
protected Integer codEmpresaGrupo;
/**
* Gets the value of the codEmpresaGrupo property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getCodEmpresaGrupo() {
return codEmpresaGrupo;
}
/**
* Sets the value of the codEmpresaGrupo property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setCodEmpresaGrupo(Integer value) {
this.codEmpresaGrupo = value;
}
}

View File

@ -0,0 +1,69 @@
package com.rjconsultores.hstcajservice.ws;
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;
/**
* <p>Java class for cadReceitaDespesaResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="cadReceitaDespesaResponse">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadReceitaDespesaWS" maxOccurs="unbounded" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cadReceitaDespesaResponse", propOrder = {
"_return"
})
public class CadReceitaDespesaResponse {
@XmlElement(name = "return")
protected List<ExportaIntegracaoCadReceitaDespesaWS> _return;
/**
* Gets the value of the return property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the return property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getReturn().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ExportaIntegracaoCadReceitaDespesaWS }
*
*
*/
public List<ExportaIntegracaoCadReceitaDespesaWS> getReturn() {
if (_return == null) {
_return = new ArrayList<ExportaIntegracaoCadReceitaDespesaWS>();
}
return this._return;
}
}

View File

@ -0,0 +1,114 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for exportaIntegracaoCadAgenciaWS complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="exportaIntegracaoCadAgenciaWS">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="ativo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="descAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "exportaIntegracaoCadAgenciaWS", propOrder = {
"ativo",
"codAgencia",
"descAgencia"
})
public class ExportaIntegracaoCadAgenciaWS {
protected String ativo;
protected String codAgencia;
protected String descAgencia;
/**
* Gets the value of the ativo property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAtivo() {
return ativo;
}
/**
* Sets the value of the ativo property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAtivo(String value) {
this.ativo = value;
}
/**
* Gets the value of the codAgencia property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodAgencia() {
return codAgencia;
}
/**
* Sets the value of the codAgencia property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodAgencia(String value) {
this.codAgencia = value;
}
/**
* Gets the value of the descAgencia property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescAgencia() {
return descAgencia;
}
/**
* Sets the value of the descAgencia property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescAgencia(String value) {
this.descAgencia = value;
}
}

View File

@ -0,0 +1,276 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for exportaIntegracaoCadBeneficioWS complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="exportaIntegracaoCadBeneficioWS">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="classeBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="descontoBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="descricaoBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="empresaBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="linhaBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="orgConcedLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="temTaxaEmbarque" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="temTaxaSeguro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "exportaIntegracaoCadBeneficioWS", propOrder = {
"classeBeneficio",
"codBeneficio",
"descontoBeneficio",
"descricaoBeneficio",
"empresaBeneficio",
"linhaBeneficio",
"orgConcedLinha",
"temTaxaEmbarque",
"temTaxaSeguro"
})
public class ExportaIntegracaoCadBeneficioWS {
protected String classeBeneficio;
protected String codBeneficio;
protected String descontoBeneficio;
protected String descricaoBeneficio;
protected String empresaBeneficio;
protected String linhaBeneficio;
protected String orgConcedLinha;
protected String temTaxaEmbarque;
protected String temTaxaSeguro;
/**
* Gets the value of the classeBeneficio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getClasseBeneficio() {
return classeBeneficio;
}
/**
* Sets the value of the classeBeneficio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setClasseBeneficio(String value) {
this.classeBeneficio = value;
}
/**
* Gets the value of the codBeneficio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodBeneficio() {
return codBeneficio;
}
/**
* Sets the value of the codBeneficio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodBeneficio(String value) {
this.codBeneficio = value;
}
/**
* Gets the value of the descontoBeneficio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescontoBeneficio() {
return descontoBeneficio;
}
/**
* Sets the value of the descontoBeneficio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescontoBeneficio(String value) {
this.descontoBeneficio = value;
}
/**
* Gets the value of the descricaoBeneficio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescricaoBeneficio() {
return descricaoBeneficio;
}
/**
* Sets the value of the descricaoBeneficio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescricaoBeneficio(String value) {
this.descricaoBeneficio = value;
}
/**
* Gets the value of the empresaBeneficio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEmpresaBeneficio() {
return empresaBeneficio;
}
/**
* Sets the value of the empresaBeneficio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEmpresaBeneficio(String value) {
this.empresaBeneficio = value;
}
/**
* Gets the value of the linhaBeneficio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLinhaBeneficio() {
return linhaBeneficio;
}
/**
* Sets the value of the linhaBeneficio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLinhaBeneficio(String value) {
this.linhaBeneficio = value;
}
/**
* Gets the value of the orgConcedLinha property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOrgConcedLinha() {
return orgConcedLinha;
}
/**
* Sets the value of the orgConcedLinha property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOrgConcedLinha(String value) {
this.orgConcedLinha = value;
}
/**
* Gets the value of the temTaxaEmbarque property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTemTaxaEmbarque() {
return temTaxaEmbarque;
}
/**
* Sets the value of the temTaxaEmbarque property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTemTaxaEmbarque(String value) {
this.temTaxaEmbarque = value;
}
/**
* Gets the value of the temTaxaSeguro property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTemTaxaSeguro() {
return temTaxaSeguro;
}
/**
* Sets the value of the temTaxaSeguro property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTemTaxaSeguro(String value) {
this.temTaxaSeguro = value;
}
}

View File

@ -0,0 +1,168 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for exportaIntegracaoCadBilheteiroWS complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="exportaIntegracaoCadBilheteiroWS">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="agenciaBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="ativo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="documentoBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="nomeBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "exportaIntegracaoCadBilheteiroWS", propOrder = {
"agenciaBilheteiro",
"ativo",
"codBilheteiro",
"documentoBilheteiro",
"nomeBilheteiro"
})
public class ExportaIntegracaoCadBilheteiroWS {
protected String agenciaBilheteiro;
protected String ativo;
protected String codBilheteiro;
protected String documentoBilheteiro;
protected String nomeBilheteiro;
/**
* Gets the value of the agenciaBilheteiro property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAgenciaBilheteiro() {
return agenciaBilheteiro;
}
/**
* Sets the value of the agenciaBilheteiro property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAgenciaBilheteiro(String value) {
this.agenciaBilheteiro = value;
}
/**
* Gets the value of the ativo property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAtivo() {
return ativo;
}
/**
* Sets the value of the ativo property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAtivo(String value) {
this.ativo = value;
}
/**
* Gets the value of the codBilheteiro property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodBilheteiro() {
return codBilheteiro;
}
/**
* Sets the value of the codBilheteiro property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodBilheteiro(String value) {
this.codBilheteiro = value;
}
/**
* Gets the value of the documentoBilheteiro property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDocumentoBilheteiro() {
return documentoBilheteiro;
}
/**
* Sets the value of the documentoBilheteiro property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDocumentoBilheteiro(String value) {
this.documentoBilheteiro = value;
}
/**
* Gets the value of the nomeBilheteiro property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNomeBilheteiro() {
return nomeBilheteiro;
}
/**
* Sets the value of the nomeBilheteiro property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNomeBilheteiro(String value) {
this.nomeBilheteiro = value;
}
}

View File

@ -0,0 +1,330 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for exportaIntegracaoCadClienteWS complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="exportaIntegracaoCadClienteWS">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="bairroCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="cepCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="dataNascCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="emailCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="nacioCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="nomeCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="numDocCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="ruaCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="telCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="tipoDocCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "exportaIntegracaoCadClienteWS", propOrder = {
"bairroCli",
"cepCli",
"codCli",
"dataNascCli",
"emailCli",
"nacioCli",
"nomeCli",
"numDocCli",
"ruaCli",
"telCli",
"tipoDocCli"
})
public class ExportaIntegracaoCadClienteWS {
protected String bairroCli;
protected String cepCli;
protected String codCli;
protected String dataNascCli;
protected String emailCli;
protected String nacioCli;
protected String nomeCli;
protected String numDocCli;
protected String ruaCli;
protected String telCli;
protected String tipoDocCli;
/**
* Gets the value of the bairroCli property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBairroCli() {
return bairroCli;
}
/**
* Sets the value of the bairroCli property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBairroCli(String value) {
this.bairroCli = value;
}
/**
* Gets the value of the cepCli property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCepCli() {
return cepCli;
}
/**
* Sets the value of the cepCli property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCepCli(String value) {
this.cepCli = value;
}
/**
* Gets the value of the codCli property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodCli() {
return codCli;
}
/**
* Sets the value of the codCli property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodCli(String value) {
this.codCli = value;
}
/**
* Gets the value of the dataNascCli property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDataNascCli() {
return dataNascCli;
}
/**
* Sets the value of the dataNascCli property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDataNascCli(String value) {
this.dataNascCli = value;
}
/**
* Gets the value of the emailCli property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEmailCli() {
return emailCli;
}
/**
* Sets the value of the emailCli property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEmailCli(String value) {
this.emailCli = value;
}
/**
* Gets the value of the nacioCli property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNacioCli() {
return nacioCli;
}
/**
* Sets the value of the nacioCli property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNacioCli(String value) {
this.nacioCli = value;
}
/**
* Gets the value of the nomeCli property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNomeCli() {
return nomeCli;
}
/**
* Sets the value of the nomeCli property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNomeCli(String value) {
this.nomeCli = value;
}
/**
* Gets the value of the numDocCli property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNumDocCli() {
return numDocCli;
}
/**
* Sets the value of the numDocCli property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNumDocCli(String value) {
this.numDocCli = value;
}
/**
* Gets the value of the ruaCli property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRuaCli() {
return ruaCli;
}
/**
* Sets the value of the ruaCli property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRuaCli(String value) {
this.ruaCli = value;
}
/**
* Gets the value of the telCli property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTelCli() {
return telCli;
}
/**
* Sets the value of the telCli property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTelCli(String value) {
this.telCli = value;
}
/**
* Gets the value of the tipoDocCli property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTipoDocCli() {
return tipoDocCli;
}
/**
* Sets the value of the tipoDocCli property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTipoDocCli(String value) {
this.tipoDocCli = value;
}
}

View File

@ -0,0 +1,195 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for exportaIntegracaoCadEstadoWS complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="exportaIntegracaoCadEstadoWS">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codServidorEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="descEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="siglaEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="taxaEmbarqueEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="valorICMSEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "exportaIntegracaoCadEstadoWS", propOrder = {
"codEstado",
"codServidorEstado",
"descEstado",
"siglaEstado",
"taxaEmbarqueEstado",
"valorICMSEstado"
})
public class ExportaIntegracaoCadEstadoWS {
protected String codEstado;
protected String codServidorEstado;
protected String descEstado;
protected String siglaEstado;
protected String taxaEmbarqueEstado;
protected String valorICMSEstado;
/**
* Gets the value of the codEstado property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodEstado() {
return codEstado;
}
/**
* Sets the value of the codEstado property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodEstado(String value) {
this.codEstado = value;
}
/**
* Gets the value of the codServidorEstado property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodServidorEstado() {
return codServidorEstado;
}
/**
* Sets the value of the codServidorEstado property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodServidorEstado(String value) {
this.codServidorEstado = value;
}
/**
* Gets the value of the descEstado property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescEstado() {
return descEstado;
}
/**
* Sets the value of the descEstado property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescEstado(String value) {
this.descEstado = value;
}
/**
* Gets the value of the siglaEstado property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSiglaEstado() {
return siglaEstado;
}
/**
* Sets the value of the siglaEstado property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSiglaEstado(String value) {
this.siglaEstado = value;
}
/**
* Gets the value of the taxaEmbarqueEstado property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTaxaEmbarqueEstado() {
return taxaEmbarqueEstado;
}
/**
* Sets the value of the taxaEmbarqueEstado property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTaxaEmbarqueEstado(String value) {
this.taxaEmbarqueEstado = value;
}
/**
* Gets the value of the valorICMSEstado property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValorICMSEstado() {
return valorICMSEstado;
}
/**
* Sets the value of the valorICMSEstado property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValorICMSEstado(String value) {
this.valorICMSEstado = value;
}
}

View File

@ -0,0 +1,87 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for exportaIntegracaoCadFormaPagamentoWS complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="exportaIntegracaoCadFormaPagamentoWS">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codFormaPag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="descFormaPag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "exportaIntegracaoCadFormaPagamentoWS", propOrder = {
"codFormaPag",
"descFormaPag"
})
public class ExportaIntegracaoCadFormaPagamentoWS {
protected String codFormaPag;
protected String descFormaPag;
/**
* Gets the value of the codFormaPag property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodFormaPag() {
return codFormaPag;
}
/**
* Sets the value of the codFormaPag property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodFormaPag(String value) {
this.codFormaPag = value;
}
/**
* Gets the value of the descFormaPag property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescFormaPag() {
return descFormaPag;
}
/**
* Sets the value of the descFormaPag property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescFormaPag(String value) {
this.descFormaPag = value;
}
}

View File

@ -0,0 +1,222 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for exportaIntegracaoCadLinhaWS complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="exportaIntegracaoCadLinhaWS">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="classeLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codEmpresaLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="descLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="detalheLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="orgConcedLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="prefixoLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "exportaIntegracaoCadLinhaWS", propOrder = {
"classeLinha",
"codEmpresaLinha",
"codLinha",
"descLinha",
"detalheLinha",
"orgConcedLinha",
"prefixoLinha"
})
public class ExportaIntegracaoCadLinhaWS {
protected String classeLinha;
protected String codEmpresaLinha;
protected String codLinha;
protected String descLinha;
protected String detalheLinha;
protected String orgConcedLinha;
protected String prefixoLinha;
/**
* Gets the value of the classeLinha property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getClasseLinha() {
return classeLinha;
}
/**
* Sets the value of the classeLinha property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setClasseLinha(String value) {
this.classeLinha = value;
}
/**
* Gets the value of the codEmpresaLinha property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodEmpresaLinha() {
return codEmpresaLinha;
}
/**
* Sets the value of the codEmpresaLinha property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodEmpresaLinha(String value) {
this.codEmpresaLinha = value;
}
/**
* Gets the value of the codLinha property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodLinha() {
return codLinha;
}
/**
* Sets the value of the codLinha property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodLinha(String value) {
this.codLinha = value;
}
/**
* Gets the value of the descLinha property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescLinha() {
return descLinha;
}
/**
* Sets the value of the descLinha property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescLinha(String value) {
this.descLinha = value;
}
/**
* Gets the value of the detalheLinha property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDetalheLinha() {
return detalheLinha;
}
/**
* Sets the value of the detalheLinha property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDetalheLinha(String value) {
this.detalheLinha = value;
}
/**
* Gets the value of the orgConcedLinha property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOrgConcedLinha() {
return orgConcedLinha;
}
/**
* Sets the value of the orgConcedLinha property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOrgConcedLinha(String value) {
this.orgConcedLinha = value;
}
/**
* Gets the value of the prefixoLinha property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPrefixoLinha() {
return prefixoLinha;
}
/**
* Sets the value of the prefixoLinha property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPrefixoLinha(String value) {
this.prefixoLinha = value;
}
}

View File

@ -0,0 +1,168 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for exportaIntegracaoCadLocalidadeWS complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="exportaIntegracaoCadLocalidadeWS">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codEstadoLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="descLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="siglaLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="taxaRodoviariaLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "exportaIntegracaoCadLocalidadeWS", propOrder = {
"codEstadoLocalidade",
"codLocalidade",
"descLocalidade",
"siglaLocalidade",
"taxaRodoviariaLocalidade"
})
public class ExportaIntegracaoCadLocalidadeWS {
protected String codEstadoLocalidade;
protected String codLocalidade;
protected String descLocalidade;
protected String siglaLocalidade;
protected String taxaRodoviariaLocalidade;
/**
* Gets the value of the codEstadoLocalidade property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodEstadoLocalidade() {
return codEstadoLocalidade;
}
/**
* Sets the value of the codEstadoLocalidade property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodEstadoLocalidade(String value) {
this.codEstadoLocalidade = value;
}
/**
* Gets the value of the codLocalidade property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodLocalidade() {
return codLocalidade;
}
/**
* Sets the value of the codLocalidade property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodLocalidade(String value) {
this.codLocalidade = value;
}
/**
* Gets the value of the descLocalidade property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescLocalidade() {
return descLocalidade;
}
/**
* Sets the value of the descLocalidade property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescLocalidade(String value) {
this.descLocalidade = value;
}
/**
* Gets the value of the siglaLocalidade property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSiglaLocalidade() {
return siglaLocalidade;
}
/**
* Sets the value of the siglaLocalidade property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSiglaLocalidade(String value) {
this.siglaLocalidade = value;
}
/**
* Gets the value of the taxaRodoviariaLocalidade property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTaxaRodoviariaLocalidade() {
return taxaRodoviariaLocalidade;
}
/**
* Sets the value of the taxaRodoviariaLocalidade property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTaxaRodoviariaLocalidade(String value) {
this.taxaRodoviariaLocalidade = value;
}
}

View File

@ -0,0 +1,195 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for exportaIntegracaoCadReceitaDespesaWS complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="exportaIntegracaoCadReceitaDespesaWS">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="codAgenciaReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codEmpresaReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="credDebitoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="descReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="formaPagReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "exportaIntegracaoCadReceitaDespesaWS", propOrder = {
"codAgenciaReceitaDespesa",
"codEmpresaReceitaDespesa",
"codReceitaDespesa",
"credDebitoReceitaDespesa",
"descReceitaDespesa",
"formaPagReceitaDespesa"
})
public class ExportaIntegracaoCadReceitaDespesaWS {
protected String codAgenciaReceitaDespesa;
protected String codEmpresaReceitaDespesa;
protected String codReceitaDespesa;
protected String credDebitoReceitaDespesa;
protected String descReceitaDespesa;
protected String formaPagReceitaDespesa;
/**
* Gets the value of the codAgenciaReceitaDespesa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodAgenciaReceitaDespesa() {
return codAgenciaReceitaDespesa;
}
/**
* Sets the value of the codAgenciaReceitaDespesa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodAgenciaReceitaDespesa(String value) {
this.codAgenciaReceitaDespesa = value;
}
/**
* Gets the value of the codEmpresaReceitaDespesa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodEmpresaReceitaDespesa() {
return codEmpresaReceitaDespesa;
}
/**
* Sets the value of the codEmpresaReceitaDespesa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodEmpresaReceitaDespesa(String value) {
this.codEmpresaReceitaDespesa = value;
}
/**
* Gets the value of the codReceitaDespesa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodReceitaDespesa() {
return codReceitaDespesa;
}
/**
* Sets the value of the codReceitaDespesa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodReceitaDespesa(String value) {
this.codReceitaDespesa = value;
}
/**
* Gets the value of the credDebitoReceitaDespesa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCredDebitoReceitaDespesa() {
return credDebitoReceitaDespesa;
}
/**
* Sets the value of the credDebitoReceitaDespesa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCredDebitoReceitaDespesa(String value) {
this.credDebitoReceitaDespesa = value;
}
/**
* Gets the value of the descReceitaDespesa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescReceitaDespesa() {
return descReceitaDespesa;
}
/**
* Sets the value of the descReceitaDespesa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescReceitaDespesa(String value) {
this.descReceitaDespesa = value;
}
/**
* Gets the value of the formaPagReceitaDespesa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFormaPagReceitaDespesa() {
return formaPagReceitaDespesa;
}
/**
* Sets the value of the formaPagReceitaDespesa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFormaPagReceitaDespesa(String value) {
this.formaPagReceitaDespesa = value;
}
}

View File

@ -0,0 +1,303 @@
package com.rjconsultores.hstcajservice.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for exportaIntegracaoReceitaDespesaWS complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="exportaIntegracaoReceitaDespesaWS">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="agencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codFilial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="codReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="dataLancamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="dataMovimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="idReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="turno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="usuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;element name="valorLancamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "exportaIntegracaoReceitaDespesaWS", propOrder = {
"agencia",
"codEmpresa",
"codFilial",
"codReceitaDespesa",
"dataLancamento",
"dataMovimento",
"idReceitaDespesa",
"turno",
"usuario",
"valorLancamento"
})
public class ExportaIntegracaoReceitaDespesaWS {
protected String agencia;
protected String codEmpresa;
protected String codFilial;
protected String codReceitaDespesa;
protected String dataLancamento;
protected String dataMovimento;
protected String idReceitaDespesa;
protected String turno;
protected String usuario;
protected String valorLancamento;
/**
* Gets the value of the agencia property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAgencia() {
return agencia;
}
/**
* Sets the value of the agencia property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAgencia(String value) {
this.agencia = value;
}
/**
* Gets the value of the codEmpresa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodEmpresa() {
return codEmpresa;
}
/**
* Sets the value of the codEmpresa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodEmpresa(String value) {
this.codEmpresa = value;
}
/**
* Gets the value of the codFilial property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodFilial() {
return codFilial;
}
/**
* Sets the value of the codFilial property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodFilial(String value) {
this.codFilial = value;
}
/**
* Gets the value of the codReceitaDespesa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodReceitaDespesa() {
return codReceitaDespesa;
}
/**
* Sets the value of the codReceitaDespesa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodReceitaDespesa(String value) {
this.codReceitaDespesa = value;
}
/**
* Gets the value of the dataLancamento property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDataLancamento() {
return dataLancamento;
}
/**
* Sets the value of the dataLancamento property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDataLancamento(String value) {
this.dataLancamento = value;
}
/**
* Gets the value of the dataMovimento property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDataMovimento() {
return dataMovimento;
}
/**
* Sets the value of the dataMovimento property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDataMovimento(String value) {
this.dataMovimento = value;
}
/**
* Gets the value of the idReceitaDespesa property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIdReceitaDespesa() {
return idReceitaDespesa;
}
/**
* Sets the value of the idReceitaDespesa property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIdReceitaDespesa(String value) {
this.idReceitaDespesa = value;
}
/**
* Gets the value of the turno property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTurno() {
return turno;
}
/**
* Sets the value of the turno property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTurno(String value) {
this.turno = value;
}
/**
* Gets the value of the usuario property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUsuario() {
return usuario;
}
/**
* Sets the value of the usuario property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUsuario(String value) {
this.usuario = value;
}
/**
* Gets the value of the valorLancamento property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValorLancamento() {
return valorLancamento;
}
/**
* Sets the value of the valorLancamento property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValorLancamento(String value) {
this.valorLancamento = value;
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,555 @@
package com.rjconsultores.hstcajservice.ws;
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 com.rjconsultores.hstcajservice.ws package.
* <p>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 _CadReceitaDespesa_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadReceitaDespesa");
private final static QName _BuscarReceitaDespesaResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "buscarReceitaDespesaResponse");
private final static QName _CadEstadoResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadEstadoResponse");
private final static QName _CadLocalidadeResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadLocalidadeResponse");
private final static QName _CadCliente_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadCliente");
private final static QName _CadEstado_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadEstado");
private final static QName _BuscarBilhetes_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "buscarBilhetes");
private final static QName _CadLinha_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadLinha");
private final static QName _CadBeneficioResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadBeneficioResponse");
private final static QName _CadAgenciaResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadAgenciaResponse");
private final static QName _CadLinhaResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadLinhaResponse");
private final static QName _BuscarBilhetesInconsistente_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "buscarBilhetesInconsistente");
private final static QName _CadReceitaDespesaResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadReceitaDespesaResponse");
private final static QName _CadBilheteiroResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadBilheteiroResponse");
private final static QName _CadFormaPagamento_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadFormaPagamento");
private final static QName _CadFormaPagamentoResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadFormaPagamentoResponse");
private final static QName _CadClienteResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadClienteResponse");
private final static QName _BuscarBilhetesInconsistenteResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "buscarBilhetesInconsistenteResponse");
private final static QName _BuscarBilhetesResponse_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "buscarBilhetesResponse");
private final static QName _BuscarReceitaDespesa_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "buscarReceitaDespesa");
private final static QName _CadBilheteiro_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadBilheteiro");
private final static QName _CadBeneficio_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadBeneficio");
private final static QName _CadLocalidade_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadLocalidade");
private final static QName _CadAgencia_QNAME = new QName("http://ws.hstcajservice.rjconsultores.com/", "cadAgencia");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.rjconsultores.hstcajservice.ws
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link CadBilheteiro }
*
*/
public CadBilheteiro createCadBilheteiro() {
return new CadBilheteiro();
}
/**
* Create an instance of {@link ExportaIntegracaoCadClienteWS }
*
*/
public ExportaIntegracaoCadClienteWS createExportaIntegracaoCadClienteWS() {
return new ExportaIntegracaoCadClienteWS();
}
/**
* Create an instance of {@link CadBilheteiroResponse }
*
*/
public CadBilheteiroResponse createCadBilheteiroResponse() {
return new CadBilheteiroResponse();
}
/**
* Create an instance of {@link CadCliente }
*
*/
public CadCliente createCadCliente() {
return new CadCliente();
}
/**
* Create an instance of {@link ExportaIntegracaoCadFormaPagamentoWS }
*
*/
public ExportaIntegracaoCadFormaPagamentoWS createExportaIntegracaoCadFormaPagamentoWS() {
return new ExportaIntegracaoCadFormaPagamentoWS();
}
/**
* Create an instance of {@link ExportaIntegracaoCadBilheteiroWS }
*
*/
public ExportaIntegracaoCadBilheteiroWS createExportaIntegracaoCadBilheteiroWS() {
return new ExportaIntegracaoCadBilheteiroWS();
}
/**
* Create an instance of {@link CadLocalidade }
*
*/
public CadLocalidade createCadLocalidade() {
return new CadLocalidade();
}
/**
* Create an instance of {@link ExportaIntegracaoWS }
*
*/
public ExportaIntegracaoWS createExportaIntegracaoWS() {
return new ExportaIntegracaoWS();
}
/**
* Create an instance of {@link BuscarBilhetesInconsistente }
*
*/
public BuscarBilhetesInconsistente createBuscarBilhetesInconsistente() {
return new BuscarBilhetesInconsistente();
}
/**
* Create an instance of {@link CadReceitaDespesaResponse }
*
*/
public CadReceitaDespesaResponse createCadReceitaDespesaResponse() {
return new CadReceitaDespesaResponse();
}
/**
* Create an instance of {@link CadEstadoResponse }
*
*/
public CadEstadoResponse createCadEstadoResponse() {
return new CadEstadoResponse();
}
/**
* Create an instance of {@link ExportaIntegracaoCadLocalidadeWS }
*
*/
public ExportaIntegracaoCadLocalidadeWS createExportaIntegracaoCadLocalidadeWS() {
return new ExportaIntegracaoCadLocalidadeWS();
}
/**
* Create an instance of {@link ExportaIntegracaoCadAgenciaWS }
*
*/
public ExportaIntegracaoCadAgenciaWS createExportaIntegracaoCadAgenciaWS() {
return new ExportaIntegracaoCadAgenciaWS();
}
/**
* Create an instance of {@link CadLinha }
*
*/
public CadLinha createCadLinha() {
return new CadLinha();
}
/**
* Create an instance of {@link ExportaIntegracaoCadLinhaWS }
*
*/
public ExportaIntegracaoCadLinhaWS createExportaIntegracaoCadLinhaWS() {
return new ExportaIntegracaoCadLinhaWS();
}
/**
* Create an instance of {@link CadAgencia }
*
*/
public CadAgencia createCadAgencia() {
return new CadAgencia();
}
/**
* Create an instance of {@link CadReceitaDespesa }
*
*/
public CadReceitaDespesa createCadReceitaDespesa() {
return new CadReceitaDespesa();
}
/**
* Create an instance of {@link BuscarBilhetes }
*
*/
public BuscarBilhetes createBuscarBilhetes() {
return new BuscarBilhetes();
}
/**
* Create an instance of {@link BuscarBilhetesResponse }
*
*/
public BuscarBilhetesResponse createBuscarBilhetesResponse() {
return new BuscarBilhetesResponse();
}
/**
* Create an instance of {@link CadFormaPagamentoResponse }
*
*/
public CadFormaPagamentoResponse createCadFormaPagamentoResponse() {
return new CadFormaPagamentoResponse();
}
/**
* Create an instance of {@link CadFormaPagamento }
*
*/
public CadFormaPagamento createCadFormaPagamento() {
return new CadFormaPagamento();
}
/**
* Create an instance of {@link CadBeneficioResponse }
*
*/
public CadBeneficioResponse createCadBeneficioResponse() {
return new CadBeneficioResponse();
}
/**
* Create an instance of {@link CadEstado }
*
*/
public CadEstado createCadEstado() {
return new CadEstado();
}
/**
* Create an instance of {@link CadBeneficio }
*
*/
public CadBeneficio createCadBeneficio() {
return new CadBeneficio();
}
/**
* Create an instance of {@link BuscarReceitaDespesa }
*
*/
public BuscarReceitaDespesa createBuscarReceitaDespesa() {
return new BuscarReceitaDespesa();
}
/**
* Create an instance of {@link ExportaIntegracaoReceitaDespesaWS }
*
*/
public ExportaIntegracaoReceitaDespesaWS createExportaIntegracaoReceitaDespesaWS() {
return new ExportaIntegracaoReceitaDespesaWS();
}
/**
* Create an instance of {@link ExportaIntegracaoCadBeneficioWS }
*
*/
public ExportaIntegracaoCadBeneficioWS createExportaIntegracaoCadBeneficioWS() {
return new ExportaIntegracaoCadBeneficioWS();
}
/**
* Create an instance of {@link ExportaIntegracaoCadReceitaDespesaWS }
*
*/
public ExportaIntegracaoCadReceitaDespesaWS createExportaIntegracaoCadReceitaDespesaWS() {
return new ExportaIntegracaoCadReceitaDespesaWS();
}
/**
* Create an instance of {@link CadLocalidadeResponse }
*
*/
public CadLocalidadeResponse createCadLocalidadeResponse() {
return new CadLocalidadeResponse();
}
/**
* Create an instance of {@link BuscarReceitaDespesaResponse }
*
*/
public BuscarReceitaDespesaResponse createBuscarReceitaDespesaResponse() {
return new BuscarReceitaDespesaResponse();
}
/**
* Create an instance of {@link ExportaIntegracaoCadEstadoWS }
*
*/
public ExportaIntegracaoCadEstadoWS createExportaIntegracaoCadEstadoWS() {
return new ExportaIntegracaoCadEstadoWS();
}
/**
* Create an instance of {@link CadAgenciaResponse }
*
*/
public CadAgenciaResponse createCadAgenciaResponse() {
return new CadAgenciaResponse();
}
/**
* Create an instance of {@link BuscarBilhetesInconsistenteResponse }
*
*/
public BuscarBilhetesInconsistenteResponse createBuscarBilhetesInconsistenteResponse() {
return new BuscarBilhetesInconsistenteResponse();
}
/**
* Create an instance of {@link CadClienteResponse }
*
*/
public CadClienteResponse createCadClienteResponse() {
return new CadClienteResponse();
}
/**
* Create an instance of {@link CadLinhaResponse }
*
*/
public CadLinhaResponse createCadLinhaResponse() {
return new CadLinhaResponse();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadReceitaDespesa }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadReceitaDespesa")
public JAXBElement<CadReceitaDespesa> createCadReceitaDespesa(CadReceitaDespesa value) {
return new JAXBElement<CadReceitaDespesa>(_CadReceitaDespesa_QNAME, CadReceitaDespesa.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link BuscarReceitaDespesaResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "buscarReceitaDespesaResponse")
public JAXBElement<BuscarReceitaDespesaResponse> createBuscarReceitaDespesaResponse(BuscarReceitaDespesaResponse value) {
return new JAXBElement<BuscarReceitaDespesaResponse>(_BuscarReceitaDespesaResponse_QNAME, BuscarReceitaDespesaResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadEstadoResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadEstadoResponse")
public JAXBElement<CadEstadoResponse> createCadEstadoResponse(CadEstadoResponse value) {
return new JAXBElement<CadEstadoResponse>(_CadEstadoResponse_QNAME, CadEstadoResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadLocalidadeResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadLocalidadeResponse")
public JAXBElement<CadLocalidadeResponse> createCadLocalidadeResponse(CadLocalidadeResponse value) {
return new JAXBElement<CadLocalidadeResponse>(_CadLocalidadeResponse_QNAME, CadLocalidadeResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadCliente }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadCliente")
public JAXBElement<CadCliente> createCadCliente(CadCliente value) {
return new JAXBElement<CadCliente>(_CadCliente_QNAME, CadCliente.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadEstado }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadEstado")
public JAXBElement<CadEstado> createCadEstado(CadEstado value) {
return new JAXBElement<CadEstado>(_CadEstado_QNAME, CadEstado.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link BuscarBilhetes }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "buscarBilhetes")
public JAXBElement<BuscarBilhetes> createBuscarBilhetes(BuscarBilhetes value) {
return new JAXBElement<BuscarBilhetes>(_BuscarBilhetes_QNAME, BuscarBilhetes.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadLinha }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadLinha")
public JAXBElement<CadLinha> createCadLinha(CadLinha value) {
return new JAXBElement<CadLinha>(_CadLinha_QNAME, CadLinha.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadBeneficioResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadBeneficioResponse")
public JAXBElement<CadBeneficioResponse> createCadBeneficioResponse(CadBeneficioResponse value) {
return new JAXBElement<CadBeneficioResponse>(_CadBeneficioResponse_QNAME, CadBeneficioResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadAgenciaResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadAgenciaResponse")
public JAXBElement<CadAgenciaResponse> createCadAgenciaResponse(CadAgenciaResponse value) {
return new JAXBElement<CadAgenciaResponse>(_CadAgenciaResponse_QNAME, CadAgenciaResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadLinhaResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadLinhaResponse")
public JAXBElement<CadLinhaResponse> createCadLinhaResponse(CadLinhaResponse value) {
return new JAXBElement<CadLinhaResponse>(_CadLinhaResponse_QNAME, CadLinhaResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link BuscarBilhetesInconsistente }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "buscarBilhetesInconsistente")
public JAXBElement<BuscarBilhetesInconsistente> createBuscarBilhetesInconsistente(BuscarBilhetesInconsistente value) {
return new JAXBElement<BuscarBilhetesInconsistente>(_BuscarBilhetesInconsistente_QNAME, BuscarBilhetesInconsistente.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadReceitaDespesaResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadReceitaDespesaResponse")
public JAXBElement<CadReceitaDespesaResponse> createCadReceitaDespesaResponse(CadReceitaDespesaResponse value) {
return new JAXBElement<CadReceitaDespesaResponse>(_CadReceitaDespesaResponse_QNAME, CadReceitaDespesaResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadBilheteiroResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadBilheteiroResponse")
public JAXBElement<CadBilheteiroResponse> createCadBilheteiroResponse(CadBilheteiroResponse value) {
return new JAXBElement<CadBilheteiroResponse>(_CadBilheteiroResponse_QNAME, CadBilheteiroResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadFormaPagamento }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadFormaPagamento")
public JAXBElement<CadFormaPagamento> createCadFormaPagamento(CadFormaPagamento value) {
return new JAXBElement<CadFormaPagamento>(_CadFormaPagamento_QNAME, CadFormaPagamento.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadFormaPagamentoResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadFormaPagamentoResponse")
public JAXBElement<CadFormaPagamentoResponse> createCadFormaPagamentoResponse(CadFormaPagamentoResponse value) {
return new JAXBElement<CadFormaPagamentoResponse>(_CadFormaPagamentoResponse_QNAME, CadFormaPagamentoResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadClienteResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadClienteResponse")
public JAXBElement<CadClienteResponse> createCadClienteResponse(CadClienteResponse value) {
return new JAXBElement<CadClienteResponse>(_CadClienteResponse_QNAME, CadClienteResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link BuscarBilhetesInconsistenteResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "buscarBilhetesInconsistenteResponse")
public JAXBElement<BuscarBilhetesInconsistenteResponse> createBuscarBilhetesInconsistenteResponse(BuscarBilhetesInconsistenteResponse value) {
return new JAXBElement<BuscarBilhetesInconsistenteResponse>(_BuscarBilhetesInconsistenteResponse_QNAME, BuscarBilhetesInconsistenteResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link BuscarBilhetesResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "buscarBilhetesResponse")
public JAXBElement<BuscarBilhetesResponse> createBuscarBilhetesResponse(BuscarBilhetesResponse value) {
return new JAXBElement<BuscarBilhetesResponse>(_BuscarBilhetesResponse_QNAME, BuscarBilhetesResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link BuscarReceitaDespesa }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "buscarReceitaDespesa")
public JAXBElement<BuscarReceitaDespesa> createBuscarReceitaDespesa(BuscarReceitaDespesa value) {
return new JAXBElement<BuscarReceitaDespesa>(_BuscarReceitaDespesa_QNAME, BuscarReceitaDespesa.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadBilheteiro }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadBilheteiro")
public JAXBElement<CadBilheteiro> createCadBilheteiro(CadBilheteiro value) {
return new JAXBElement<CadBilheteiro>(_CadBilheteiro_QNAME, CadBilheteiro.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadBeneficio }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadBeneficio")
public JAXBElement<CadBeneficio> createCadBeneficio(CadBeneficio value) {
return new JAXBElement<CadBeneficio>(_CadBeneficio_QNAME, CadBeneficio.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadLocalidade }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadLocalidade")
public JAXBElement<CadLocalidade> createCadLocalidade(CadLocalidade value) {
return new JAXBElement<CadLocalidade>(_CadLocalidade_QNAME, CadLocalidade.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CadAgencia }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://ws.hstcajservice.rjconsultores.com/", name = "cadAgencia")
public JAXBElement<CadAgencia> createCadAgencia(CadAgencia value) {
return new JAXBElement<CadAgencia>(_CadAgencia_QNAME, CadAgencia.class, null, value);
}
}