join ModelWeb
parent
aa0be24925
commit
d1c579be8e
|
@ -1,10 +1,10 @@
|
|||
/.classpath
|
||||
/.project
|
||||
/.settings
|
||||
/target
|
||||
/settings.xml
|
||||
/dist
|
||||
/.factorypath
|
||||
/*.BASE.xml
|
||||
/*.LOCAL.xml
|
||||
/*.REMOTE.xml
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings
|
||||
/target
|
||||
/settings.xml
|
||||
/dist
|
||||
/.factorypath
|
||||
/*.BASE.xml
|
||||
/*.LOCAL.xml
|
||||
/*.REMOTE.xml
|
|
@ -1,235 +1,235 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ModelWeb</artifactId>
|
||||
<version>1.122.1</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>rj-releases</id>
|
||||
<url>http://52.5.53.15:8081/nexus/content/repositories/releases/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>brazilutils</artifactId>
|
||||
<version>0.1.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-orm</artifactId>
|
||||
<version>3.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>3.0.6.RELEASE</version><!-- TODO verificar upgrade pra 5.3.37-->
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-core</artifactId>
|
||||
<version>3.0.7.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-web</artifactId>
|
||||
<version>3.0.7.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-config</artifactId>
|
||||
<version>3.0.7.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.zkoss.zk</groupId>
|
||||
<artifactId>zkplus</artifactId>
|
||||
<version>5.0.9</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.zkoss.zk</groupId>
|
||||
<artifactId>zul</artifactId>
|
||||
<version>5.0.9</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.sf.jasperreports</groupId>
|
||||
<artifactId>jasperreports</artifactId>
|
||||
<version>6.0.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.lowagie</groupId>
|
||||
<artifactId>itext</artifactId>
|
||||
<version>2.1.7</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-dbutils</groupId>
|
||||
<artifactId>commons-dbutils</artifactId>
|
||||
<version>1.6</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.8.9</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
<version>3.2.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-ooxml</artifactId>
|
||||
<version>3.8</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>stax</groupId>
|
||||
<artifactId>stax-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20140107</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.resteasy</groupId>
|
||||
<artifactId>resteasy-jaxrs</artifactId>
|
||||
<version>3.14.0.Final</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcore</artifactId>
|
||||
<version>4.4.14</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<version>4.5.13</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jettison</groupId>
|
||||
<artifactId>jettison</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>stax</groupId>
|
||||
<artifactId>stax-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.sun.mail</groupId>
|
||||
<artifactId>javax.mail</artifactId>
|
||||
<version>1.4.4</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>GeneradorBoletosCNAB</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>WSTotvs</artifactId>
|
||||
<version>1.3.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>WSAG</artifactId>
|
||||
<version>1.3.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>Auditador</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.nimbusds</groupId>
|
||||
<artifactId>nimbus-jose-jwt</artifactId>
|
||||
<classifier>jdk16</classifier>
|
||||
<version>4.11.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.32</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.mashape.unirest</groupId>
|
||||
<artifactId>unirest-java</artifactId>
|
||||
<version>1.4.9</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<dependencyManagement>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ModelWeb</artifactId>
|
||||
<version>1.122.1</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>rj-releases</id>
|
||||
<url>http://52.5.53.15:8081/nexus/content/repositories/releases/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>brazilutils</artifactId>
|
||||
<version>0.1.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-orm</artifactId>
|
||||
<version>3.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>3.0.6.RELEASE</version><!-- TODO verificar upgrade pra 5.3.37-->
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-core</artifactId>
|
||||
<version>3.0.7.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-web</artifactId>
|
||||
<version>3.0.7.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-config</artifactId>
|
||||
<version>3.0.7.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.zkoss.zk</groupId>
|
||||
<artifactId>zkplus</artifactId>
|
||||
<version>5.0.9</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.zkoss.zk</groupId>
|
||||
<artifactId>zul</artifactId>
|
||||
<version>5.0.9</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.sf.jasperreports</groupId>
|
||||
<artifactId>jasperreports</artifactId>
|
||||
<version>6.0.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.lowagie</groupId>
|
||||
<artifactId>itext</artifactId>
|
||||
<version>2.1.7</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-dbutils</groupId>
|
||||
<artifactId>commons-dbutils</artifactId>
|
||||
<version>1.6</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.8.9</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
<version>3.2.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-ooxml</artifactId>
|
||||
<version>3.8</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>stax</groupId>
|
||||
<artifactId>stax-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20140107</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.resteasy</groupId>
|
||||
<artifactId>resteasy-jaxrs</artifactId>
|
||||
<version>3.14.0.Final</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcore</artifactId>
|
||||
<version>4.4.14</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<version>4.5.13</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jettison</groupId>
|
||||
<artifactId>jettison</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>stax</groupId>
|
||||
<artifactId>stax-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.sun.mail</groupId>
|
||||
<artifactId>javax.mail</artifactId>
|
||||
<version>1.4.4</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>GeneradorBoletosCNAB</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>WSTotvs</artifactId>
|
||||
<version>1.3.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>WSAG</artifactId>
|
||||
<version>1.3.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>Auditador</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.nimbusds</groupId>
|
||||
<artifactId>nimbus-jose-jwt</artifactId>
|
||||
<classifier>jdk16</classifier>
|
||||
<version>4.11.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.32</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.mashape.unirest</groupId>
|
||||
<artifactId>unirest-java</artifactId>
|
||||
<version>1.4.9</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<dependencyManagement>
|
||||
</dependencyManagement>
|
||||
</project>
|
|
@ -1,3 +1,3 @@
|
|||
Manifest-Version: 1.0
|
||||
Ant-Version: Apache Ant 1.8.3
|
||||
Manifest-Version: 1.0
|
||||
Ant-Version: Apache Ant 1.8.3
|
||||
Created-By: 1.7.0-b147 (Oracle Corporation)
|
|
@ -1,316 +1,316 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
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 br.inf.portalfiscal.bpe 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 _RetBPe_QNAME = new QName("http://www.portalfiscal.inf.br/bpe", "retBPe");
|
||||
|
||||
/**
|
||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: br.inf.portalfiscal.bpe
|
||||
*
|
||||
*/
|
||||
public ObjectFactory() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp }
|
||||
*
|
||||
*/
|
||||
public TImp createTImp() {
|
||||
return new TImp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TProtBPe }
|
||||
*
|
||||
*/
|
||||
public TProtBPe createTProtBPe() {
|
||||
return new TProtBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe }
|
||||
*
|
||||
*/
|
||||
public TBPe createTBPe() {
|
||||
return new TBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe createTBPeInfBPe() {
|
||||
return new TBPe.InfBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Pag }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Pag createTBPeInfBPePag() {
|
||||
return new TBPe.InfBPe.Pag();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Imp }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Imp createTBPeInfBPeImp() {
|
||||
return new TBPe.InfBPe.Imp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfValorBPe }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfValorBPe createTBPeInfBPeInfValorBPe() {
|
||||
return new TBPe.InfBPe.InfValorBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfViagem }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfViagem createTBPeInfBPeInfViagem() {
|
||||
return new TBPe.InfBPe.InfViagem();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfPassagem }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfPassagem createTBPeInfBPeInfPassagem() {
|
||||
return new TBPe.InfBPe.InfPassagem();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TRetBPe }
|
||||
*
|
||||
*/
|
||||
public TRetBPe createTRetBPe() {
|
||||
return new TRetBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TEnviBPe }
|
||||
*
|
||||
*/
|
||||
public TEnviBPe createTEnviBPe() {
|
||||
return new TEnviBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TEndereco }
|
||||
*
|
||||
*/
|
||||
public TEndereco createTEndereco() {
|
||||
return new TEndereco();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TEndeEmi }
|
||||
*
|
||||
*/
|
||||
public TEndeEmi createTEndeEmi() {
|
||||
return new TEndeEmi();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMS00 }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMS00 createTImpICMS00() {
|
||||
return new TImp.ICMS00();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMS20 }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMS20 createTImpICMS20() {
|
||||
return new TImp.ICMS20();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMS45 }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMS45 createTImpICMS45() {
|
||||
return new TImp.ICMS45();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMS90 }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMS90 createTImpICMS90() {
|
||||
return new TImp.ICMS90();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMSOutraUF }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMSOutraUF createTImpICMSOutraUF() {
|
||||
return new TImp.ICMSOutraUF();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMSSN }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMSSN createTImpICMSSN() {
|
||||
return new TImp.ICMSSN();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TProtBPe.InfProt }
|
||||
*
|
||||
*/
|
||||
public TProtBPe.InfProt createTProtBPeInfProt() {
|
||||
return new TProtBPe.InfProt();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPeSupl }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPeSupl createTBPeInfBPeSupl() {
|
||||
return new TBPe.InfBPeSupl();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Ide }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Ide createTBPeInfBPeIde() {
|
||||
return new TBPe.InfBPe.Ide();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Emit }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Emit createTBPeInfBPeEmit() {
|
||||
return new TBPe.InfBPe.Emit();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Comp }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Comp createTBPeInfBPeComp() {
|
||||
return new TBPe.InfBPe.Comp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Agencia }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Agencia createTBPeInfBPeAgencia() {
|
||||
return new TBPe.InfBPe.Agencia();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfBPeSub }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfBPeSub createTBPeInfBPeInfBPeSub() {
|
||||
return new TBPe.InfBPe.InfBPeSub();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.AutXML }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.AutXML createTBPeInfBPeAutXML() {
|
||||
return new TBPe.InfBPe.AutXML();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfAdic }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfAdic createTBPeInfBPeInfAdic() {
|
||||
return new TBPe.InfBPe.InfAdic();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Pag.Card }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Pag.Card createTBPeInfBPePagCard() {
|
||||
return new TBPe.InfBPe.Pag.Card();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Imp.ICMSUFFim }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Imp.ICMSUFFim createTBPeInfBPeImpICMSUFFim() {
|
||||
return new TBPe.InfBPe.Imp.ICMSUFFim();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfValorBPe.Comp }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfValorBPe.Comp createTBPeInfBPeInfValorBPeComp() {
|
||||
return new TBPe.InfBPe.InfValorBPe.Comp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfViagem.InfTravessia }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfViagem.InfTravessia createTBPeInfBPeInfViagemInfTravessia() {
|
||||
return new TBPe.InfBPe.InfViagem.InfTravessia();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfPassagem.InfPassageiro }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfPassagem.InfPassageiro createTBPeInfBPeInfPassagemInfPassageiro() {
|
||||
return new TBPe.InfBPe.InfPassagem.InfPassageiro();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link TRetBPe }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/bpe", name = "retBPe")
|
||||
public JAXBElement<TRetBPe> createRetBPe(TRetBPe value) {
|
||||
return new JAXBElement<TRetBPe>(_RetBPe_QNAME, TRetBPe.class, null, value);
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
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 br.inf.portalfiscal.bpe 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 _RetBPe_QNAME = new QName("http://www.portalfiscal.inf.br/bpe", "retBPe");
|
||||
|
||||
/**
|
||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: br.inf.portalfiscal.bpe
|
||||
*
|
||||
*/
|
||||
public ObjectFactory() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp }
|
||||
*
|
||||
*/
|
||||
public TImp createTImp() {
|
||||
return new TImp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TProtBPe }
|
||||
*
|
||||
*/
|
||||
public TProtBPe createTProtBPe() {
|
||||
return new TProtBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe }
|
||||
*
|
||||
*/
|
||||
public TBPe createTBPe() {
|
||||
return new TBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe createTBPeInfBPe() {
|
||||
return new TBPe.InfBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Pag }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Pag createTBPeInfBPePag() {
|
||||
return new TBPe.InfBPe.Pag();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Imp }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Imp createTBPeInfBPeImp() {
|
||||
return new TBPe.InfBPe.Imp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfValorBPe }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfValorBPe createTBPeInfBPeInfValorBPe() {
|
||||
return new TBPe.InfBPe.InfValorBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfViagem }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfViagem createTBPeInfBPeInfViagem() {
|
||||
return new TBPe.InfBPe.InfViagem();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfPassagem }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfPassagem createTBPeInfBPeInfPassagem() {
|
||||
return new TBPe.InfBPe.InfPassagem();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TRetBPe }
|
||||
*
|
||||
*/
|
||||
public TRetBPe createTRetBPe() {
|
||||
return new TRetBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TEnviBPe }
|
||||
*
|
||||
*/
|
||||
public TEnviBPe createTEnviBPe() {
|
||||
return new TEnviBPe();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TEndereco }
|
||||
*
|
||||
*/
|
||||
public TEndereco createTEndereco() {
|
||||
return new TEndereco();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TEndeEmi }
|
||||
*
|
||||
*/
|
||||
public TEndeEmi createTEndeEmi() {
|
||||
return new TEndeEmi();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMS00 }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMS00 createTImpICMS00() {
|
||||
return new TImp.ICMS00();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMS20 }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMS20 createTImpICMS20() {
|
||||
return new TImp.ICMS20();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMS45 }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMS45 createTImpICMS45() {
|
||||
return new TImp.ICMS45();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMS90 }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMS90 createTImpICMS90() {
|
||||
return new TImp.ICMS90();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMSOutraUF }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMSOutraUF createTImpICMSOutraUF() {
|
||||
return new TImp.ICMSOutraUF();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TImp.ICMSSN }
|
||||
*
|
||||
*/
|
||||
public TImp.ICMSSN createTImpICMSSN() {
|
||||
return new TImp.ICMSSN();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TProtBPe.InfProt }
|
||||
*
|
||||
*/
|
||||
public TProtBPe.InfProt createTProtBPeInfProt() {
|
||||
return new TProtBPe.InfProt();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPeSupl }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPeSupl createTBPeInfBPeSupl() {
|
||||
return new TBPe.InfBPeSupl();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Ide }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Ide createTBPeInfBPeIde() {
|
||||
return new TBPe.InfBPe.Ide();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Emit }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Emit createTBPeInfBPeEmit() {
|
||||
return new TBPe.InfBPe.Emit();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Comp }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Comp createTBPeInfBPeComp() {
|
||||
return new TBPe.InfBPe.Comp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Agencia }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Agencia createTBPeInfBPeAgencia() {
|
||||
return new TBPe.InfBPe.Agencia();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfBPeSub }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfBPeSub createTBPeInfBPeInfBPeSub() {
|
||||
return new TBPe.InfBPe.InfBPeSub();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.AutXML }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.AutXML createTBPeInfBPeAutXML() {
|
||||
return new TBPe.InfBPe.AutXML();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfAdic }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfAdic createTBPeInfBPeInfAdic() {
|
||||
return new TBPe.InfBPe.InfAdic();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Pag.Card }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Pag.Card createTBPeInfBPePagCard() {
|
||||
return new TBPe.InfBPe.Pag.Card();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.Imp.ICMSUFFim }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.Imp.ICMSUFFim createTBPeInfBPeImpICMSUFFim() {
|
||||
return new TBPe.InfBPe.Imp.ICMSUFFim();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfValorBPe.Comp }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfValorBPe.Comp createTBPeInfBPeInfValorBPeComp() {
|
||||
return new TBPe.InfBPe.InfValorBPe.Comp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfViagem.InfTravessia }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfViagem.InfTravessia createTBPeInfBPeInfViagemInfTravessia() {
|
||||
return new TBPe.InfBPe.InfViagem.InfTravessia();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TBPe.InfBPe.InfPassagem.InfPassageiro }
|
||||
*
|
||||
*/
|
||||
public TBPe.InfBPe.InfPassagem.InfPassageiro createTBPeInfBPeInfPassagemInfPassageiro() {
|
||||
return new TBPe.InfBPe.InfPassagem.InfPassageiro();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link TRetBPe }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/bpe", name = "retBPe")
|
||||
public JAXBElement<TRetBPe> createRetBPe(TRetBPe value) {
|
||||
return new JAXBElement<TRetBPe>(_RetBPe_QNAME, TRetBPe.class, null, value);
|
||||
}
|
||||
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,155 +1,155 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.10.24 às 07:38:45 PM BRST
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Pedido de Consulta da Situação Atual do Bilhete de Passagem Eletrônico
|
||||
*
|
||||
* <p>Classe Java de TConsSitBPe complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TConsSitBPe">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
|
||||
* <element name="xServ" type="{http://www.portalfiscal.inf.br/bpe}TServ"/>
|
||||
* <element name="chBPe" type="{http://www.portalfiscal.inf.br/bpe}TChDFe"/>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerConsSitBPe" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TConsSitBPe", propOrder = {
|
||||
"tpAmb",
|
||||
"xServ",
|
||||
"chBPe"
|
||||
})
|
||||
public class TConsSitBPe {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String tpAmb;
|
||||
@XmlElement(required = true)
|
||||
protected String xServ;
|
||||
@XmlElement(required = true)
|
||||
protected String chBPe;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade tpAmb.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getTpAmb() {
|
||||
return tpAmb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade tpAmb.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setTpAmb(String value) {
|
||||
this.tpAmb = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xServ.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXServ() {
|
||||
return xServ;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xServ.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXServ(String value) {
|
||||
this.xServ = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade chBPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getChBPe() {
|
||||
return chBPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade chBPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setChBPe(String value) {
|
||||
this.chBPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.10.24 às 07:38:45 PM BRST
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Pedido de Consulta da Situação Atual do Bilhete de Passagem Eletrônico
|
||||
*
|
||||
* <p>Classe Java de TConsSitBPe complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TConsSitBPe">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
|
||||
* <element name="xServ" type="{http://www.portalfiscal.inf.br/bpe}TServ"/>
|
||||
* <element name="chBPe" type="{http://www.portalfiscal.inf.br/bpe}TChDFe"/>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerConsSitBPe" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TConsSitBPe", propOrder = {
|
||||
"tpAmb",
|
||||
"xServ",
|
||||
"chBPe"
|
||||
})
|
||||
public class TConsSitBPe {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String tpAmb;
|
||||
@XmlElement(required = true)
|
||||
protected String xServ;
|
||||
@XmlElement(required = true)
|
||||
protected String chBPe;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade tpAmb.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getTpAmb() {
|
||||
return tpAmb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade tpAmb.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setTpAmb(String value) {
|
||||
this.tpAmb = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xServ.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXServ() {
|
||||
return xServ;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xServ.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXServ(String value) {
|
||||
this.xServ = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade chBPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getChBPe() {
|
||||
return chBPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade chBPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setChBPe(String value) {
|
||||
this.chBPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,371 +1,371 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Dados do Endereço
|
||||
*
|
||||
* <p>Classe Java de TEndeEmi complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TEndeEmi">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="xLgr">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="2"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="nro">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xCpl" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xBairro">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="2"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="cMun" type="{http://www.portalfiscal.inf.br/bpe}TCodMunIBGE"/>
|
||||
* <element name="xMun">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="2"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="CEP" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <pattern value="[0-9]{8}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="UF" type="{http://www.portalfiscal.inf.br/bpe}TUf_sem_EX"/>
|
||||
* <element name="fone" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <pattern value="[0-9]{7,12}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="email" type="{http://www.portalfiscal.inf.br/bpe}TEmail" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TEndeEmi", propOrder = {
|
||||
"xLgr",
|
||||
"nro",
|
||||
"xCpl",
|
||||
"xBairro",
|
||||
"cMun",
|
||||
"xMun",
|
||||
"cep",
|
||||
"uf",
|
||||
"fone",
|
||||
"email"
|
||||
})
|
||||
public class TEndeEmi {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String xLgr;
|
||||
@XmlElement(required = true)
|
||||
protected String nro;
|
||||
protected String xCpl;
|
||||
@XmlElement(required = true)
|
||||
protected String xBairro;
|
||||
@XmlElement(required = true)
|
||||
protected String cMun;
|
||||
@XmlElement(required = true)
|
||||
protected String xMun;
|
||||
@XmlElement(name = "CEP")
|
||||
protected String cep;
|
||||
@XmlElement(name = "UF", required = true)
|
||||
@XmlSchemaType(name = "string")
|
||||
protected TUfSemEX uf;
|
||||
protected String fone;
|
||||
protected String email;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xLgr.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXLgr() {
|
||||
return xLgr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xLgr.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXLgr(String value) {
|
||||
this.xLgr = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade nro.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getNro() {
|
||||
return nro;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade nro.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setNro(String value) {
|
||||
this.nro = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xCpl.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXCpl() {
|
||||
return xCpl;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xCpl.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXCpl(String value) {
|
||||
this.xCpl = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xBairro.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXBairro() {
|
||||
return xBairro;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xBairro.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXBairro(String value) {
|
||||
this.xBairro = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cMun.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCMun() {
|
||||
return cMun;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cMun.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCMun(String value) {
|
||||
this.cMun = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xMun.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXMun() {
|
||||
return xMun;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xMun.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXMun(String value) {
|
||||
this.xMun = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cep.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCEP() {
|
||||
return cep;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cep.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCEP(String value) {
|
||||
this.cep = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade uf.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TUfSemEX }
|
||||
*
|
||||
*/
|
||||
public TUfSemEX getUF() {
|
||||
return uf;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade uf.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TUfSemEX }
|
||||
*
|
||||
*/
|
||||
public void setUF(TUfSemEX value) {
|
||||
this.uf = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade fone.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getFone() {
|
||||
return fone;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade fone.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setFone(String value) {
|
||||
this.fone = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade email.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getEmail() {
|
||||
return email;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade email.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setEmail(String value) {
|
||||
this.email = value;
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Dados do Endereço
|
||||
*
|
||||
* <p>Classe Java de TEndeEmi complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TEndeEmi">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="xLgr">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="2"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="nro">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xCpl" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xBairro">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="2"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="cMun" type="{http://www.portalfiscal.inf.br/bpe}TCodMunIBGE"/>
|
||||
* <element name="xMun">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="2"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="CEP" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <pattern value="[0-9]{8}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="UF" type="{http://www.portalfiscal.inf.br/bpe}TUf_sem_EX"/>
|
||||
* <element name="fone" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <pattern value="[0-9]{7,12}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="email" type="{http://www.portalfiscal.inf.br/bpe}TEmail" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TEndeEmi", propOrder = {
|
||||
"xLgr",
|
||||
"nro",
|
||||
"xCpl",
|
||||
"xBairro",
|
||||
"cMun",
|
||||
"xMun",
|
||||
"cep",
|
||||
"uf",
|
||||
"fone",
|
||||
"email"
|
||||
})
|
||||
public class TEndeEmi {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String xLgr;
|
||||
@XmlElement(required = true)
|
||||
protected String nro;
|
||||
protected String xCpl;
|
||||
@XmlElement(required = true)
|
||||
protected String xBairro;
|
||||
@XmlElement(required = true)
|
||||
protected String cMun;
|
||||
@XmlElement(required = true)
|
||||
protected String xMun;
|
||||
@XmlElement(name = "CEP")
|
||||
protected String cep;
|
||||
@XmlElement(name = "UF", required = true)
|
||||
@XmlSchemaType(name = "string")
|
||||
protected TUfSemEX uf;
|
||||
protected String fone;
|
||||
protected String email;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xLgr.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXLgr() {
|
||||
return xLgr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xLgr.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXLgr(String value) {
|
||||
this.xLgr = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade nro.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getNro() {
|
||||
return nro;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade nro.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setNro(String value) {
|
||||
this.nro = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xCpl.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXCpl() {
|
||||
return xCpl;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xCpl.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXCpl(String value) {
|
||||
this.xCpl = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xBairro.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXBairro() {
|
||||
return xBairro;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xBairro.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXBairro(String value) {
|
||||
this.xBairro = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cMun.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCMun() {
|
||||
return cMun;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cMun.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCMun(String value) {
|
||||
this.cMun = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xMun.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXMun() {
|
||||
return xMun;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xMun.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXMun(String value) {
|
||||
this.xMun = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cep.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCEP() {
|
||||
return cep;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cep.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCEP(String value) {
|
||||
this.cep = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade uf.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TUfSemEX }
|
||||
*
|
||||
*/
|
||||
public TUfSemEX getUF() {
|
||||
return uf;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade uf.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TUfSemEX }
|
||||
*
|
||||
*/
|
||||
public void setUF(TUfSemEX value) {
|
||||
this.uf = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade fone.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getFone() {
|
||||
return fone;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade fone.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setFone(String value) {
|
||||
this.fone = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade email.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getEmail() {
|
||||
return email;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade email.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setEmail(String value) {
|
||||
this.email = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,439 +1,439 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Dados do Endereço
|
||||
*
|
||||
* <p>Classe Java de TEndereco complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TEndereco">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="xLgr">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="255"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="nro">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xCpl" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xBairro">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="cMun" type="{http://www.portalfiscal.inf.br/bpe}TCodMunIBGE"/>
|
||||
* <element name="xMun">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="CEP" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <pattern value="[0-9]{8}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="UF" type="{http://www.portalfiscal.inf.br/bpe}TUf"/>
|
||||
* <element name="cPais" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <pattern value="[0-9]{1,4}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xPais" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="fone" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <pattern value="[0-9]{7,12}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="email" type="{http://www.portalfiscal.inf.br/bpe}TEmail" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TEndereco", propOrder = {
|
||||
"xLgr",
|
||||
"nro",
|
||||
"xCpl",
|
||||
"xBairro",
|
||||
"cMun",
|
||||
"xMun",
|
||||
"cep",
|
||||
"uf",
|
||||
"cPais",
|
||||
"xPais",
|
||||
"fone",
|
||||
"email"
|
||||
})
|
||||
public class TEndereco {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String xLgr;
|
||||
@XmlElement(required = true)
|
||||
protected String nro;
|
||||
protected String xCpl;
|
||||
@XmlElement(required = true)
|
||||
protected String xBairro;
|
||||
@XmlElement(required = true)
|
||||
protected String cMun;
|
||||
@XmlElement(required = true)
|
||||
protected String xMun;
|
||||
@XmlElement(name = "CEP")
|
||||
protected String cep;
|
||||
@XmlElement(name = "UF", required = true)
|
||||
@XmlSchemaType(name = "string")
|
||||
protected TUf uf;
|
||||
protected String cPais;
|
||||
protected String xPais;
|
||||
protected String fone;
|
||||
protected String email;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xLgr.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXLgr() {
|
||||
return xLgr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xLgr.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXLgr(String value) {
|
||||
this.xLgr = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade nro.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getNro() {
|
||||
return nro;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade nro.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setNro(String value) {
|
||||
this.nro = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xCpl.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXCpl() {
|
||||
return xCpl;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xCpl.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXCpl(String value) {
|
||||
this.xCpl = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xBairro.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXBairro() {
|
||||
return xBairro;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xBairro.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXBairro(String value) {
|
||||
this.xBairro = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cMun.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCMun() {
|
||||
return cMun;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cMun.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCMun(String value) {
|
||||
this.cMun = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xMun.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXMun() {
|
||||
return xMun;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xMun.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXMun(String value) {
|
||||
this.xMun = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cep.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCEP() {
|
||||
return cep;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cep.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCEP(String value) {
|
||||
this.cep = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade uf.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TUf }
|
||||
*
|
||||
*/
|
||||
public TUf getUF() {
|
||||
return uf;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade uf.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TUf }
|
||||
*
|
||||
*/
|
||||
public void setUF(TUf value) {
|
||||
this.uf = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cPais.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCPais() {
|
||||
return cPais;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cPais.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCPais(String value) {
|
||||
this.cPais = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xPais.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXPais() {
|
||||
return xPais;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xPais.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXPais(String value) {
|
||||
this.xPais = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade fone.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getFone() {
|
||||
return fone;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade fone.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setFone(String value) {
|
||||
this.fone = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade email.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getEmail() {
|
||||
return email;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade email.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setEmail(String value) {
|
||||
this.email = value;
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Dados do Endereço
|
||||
*
|
||||
* <p>Classe Java de TEndereco complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TEndereco">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="xLgr">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="255"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="nro">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xCpl" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xBairro">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="cMun" type="{http://www.portalfiscal.inf.br/bpe}TCodMunIBGE"/>
|
||||
* <element name="xMun">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="CEP" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <pattern value="[0-9]{8}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="UF" type="{http://www.portalfiscal.inf.br/bpe}TUf"/>
|
||||
* <element name="cPais" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <pattern value="[0-9]{1,4}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xPais" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
|
||||
* <maxLength value="60"/>
|
||||
* <minLength value="1"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="fone" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <pattern value="[0-9]{7,12}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="email" type="{http://www.portalfiscal.inf.br/bpe}TEmail" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TEndereco", propOrder = {
|
||||
"xLgr",
|
||||
"nro",
|
||||
"xCpl",
|
||||
"xBairro",
|
||||
"cMun",
|
||||
"xMun",
|
||||
"cep",
|
||||
"uf",
|
||||
"cPais",
|
||||
"xPais",
|
||||
"fone",
|
||||
"email"
|
||||
})
|
||||
public class TEndereco {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String xLgr;
|
||||
@XmlElement(required = true)
|
||||
protected String nro;
|
||||
protected String xCpl;
|
||||
@XmlElement(required = true)
|
||||
protected String xBairro;
|
||||
@XmlElement(required = true)
|
||||
protected String cMun;
|
||||
@XmlElement(required = true)
|
||||
protected String xMun;
|
||||
@XmlElement(name = "CEP")
|
||||
protected String cep;
|
||||
@XmlElement(name = "UF", required = true)
|
||||
@XmlSchemaType(name = "string")
|
||||
protected TUf uf;
|
||||
protected String cPais;
|
||||
protected String xPais;
|
||||
protected String fone;
|
||||
protected String email;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xLgr.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXLgr() {
|
||||
return xLgr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xLgr.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXLgr(String value) {
|
||||
this.xLgr = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade nro.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getNro() {
|
||||
return nro;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade nro.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setNro(String value) {
|
||||
this.nro = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xCpl.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXCpl() {
|
||||
return xCpl;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xCpl.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXCpl(String value) {
|
||||
this.xCpl = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xBairro.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXBairro() {
|
||||
return xBairro;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xBairro.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXBairro(String value) {
|
||||
this.xBairro = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cMun.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCMun() {
|
||||
return cMun;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cMun.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCMun(String value) {
|
||||
this.cMun = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xMun.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXMun() {
|
||||
return xMun;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xMun.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXMun(String value) {
|
||||
this.xMun = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cep.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCEP() {
|
||||
return cep;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cep.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCEP(String value) {
|
||||
this.cep = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade uf.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TUf }
|
||||
*
|
||||
*/
|
||||
public TUf getUF() {
|
||||
return uf;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade uf.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TUf }
|
||||
*
|
||||
*/
|
||||
public void setUF(TUf value) {
|
||||
this.uf = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cPais.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCPais() {
|
||||
return cPais;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cPais.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCPais(String value) {
|
||||
this.cPais = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xPais.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXPais() {
|
||||
return xPais;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xPais.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXPais(String value) {
|
||||
this.xPais = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade fone.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getFone() {
|
||||
return fone;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade fone.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setFone(String value) {
|
||||
this.fone = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade email.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getEmail() {
|
||||
return email;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade email.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setEmail(String value) {
|
||||
this.email = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,127 +1,127 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Pedido de concessão de autorização de BP-e
|
||||
*
|
||||
* <p>Classe Java de TEnviBPe complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TEnviBPe">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="idLote" type="{http://www.portalfiscal.inf.br/bpe}TIdLote"/>
|
||||
* <element name="BPe" type="{http://www.portalfiscal.inf.br/bpe}TBPe"/>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerBPe" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TEnviBPe", propOrder = {
|
||||
"idLote",
|
||||
"bPe"
|
||||
})
|
||||
public class TEnviBPe {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String idLote;
|
||||
@XmlElement(name = "BPe", required = true)
|
||||
protected TBPe bPe;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade idLote.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getIdLote() {
|
||||
return idLote;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade idLote.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setIdLote(String value) {
|
||||
this.idLote = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade bPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TBPe }
|
||||
*
|
||||
*/
|
||||
public TBPe getBPe() {
|
||||
return bPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade bPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TBPe }
|
||||
*
|
||||
*/
|
||||
public void setBPe(TBPe value) {
|
||||
this.bPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Pedido de concessão de autorização de BP-e
|
||||
*
|
||||
* <p>Classe Java de TEnviBPe complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TEnviBPe">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="idLote" type="{http://www.portalfiscal.inf.br/bpe}TIdLote"/>
|
||||
* <element name="BPe" type="{http://www.portalfiscal.inf.br/bpe}TBPe"/>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerBPe" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TEnviBPe", propOrder = {
|
||||
"idLote",
|
||||
"bPe"
|
||||
})
|
||||
public class TEnviBPe {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String idLote;
|
||||
@XmlElement(name = "BPe", required = true)
|
||||
protected TBPe bPe;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade idLote.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getIdLote() {
|
||||
return idLote;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade idLote.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setIdLote(String value) {
|
||||
this.idLote = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade bPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TBPe }
|
||||
*
|
||||
*/
|
||||
public TBPe getBPe() {
|
||||
return bPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade bPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TBPe }
|
||||
*
|
||||
*/
|
||||
public void setBPe(TBPe value) {
|
||||
this.bPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,154 +1,154 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.29 às 06:11:44 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo procEvento
|
||||
*
|
||||
* <p>Classe Java de TProcEvento complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TProcEvento">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="eventoBPe" type="{http://www.portalfiscal.inf.br/bpe}TEvento"/>
|
||||
* <element name="retEventoBPe" type="{http://www.portalfiscal.inf.br/bpe}TRetEvento"/>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerEvento" />
|
||||
* <attribute name="ipTransmissor" type="{http://www.portalfiscal.inf.br/bpe}TIPv4" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TProcEvento", propOrder = {
|
||||
"eventoBPe",
|
||||
"retEventoBPe"
|
||||
})
|
||||
public class TProcEvento {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected TEvento eventoBPe;
|
||||
@XmlElement(required = true)
|
||||
protected TRetEvento retEventoBPe;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
@XmlAttribute(name = "ipTransmissor")
|
||||
protected String ipTransmissor;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade eventoBPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TEvento }
|
||||
*
|
||||
*/
|
||||
public TEvento getEventoBPe() {
|
||||
return eventoBPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade eventoBPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TEvento }
|
||||
*
|
||||
*/
|
||||
public void setEventoBPe(TEvento value) {
|
||||
this.eventoBPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade retEventoBPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TRetEvento }
|
||||
*
|
||||
*/
|
||||
public TRetEvento getRetEventoBPe() {
|
||||
return retEventoBPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade retEventoBPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TRetEvento }
|
||||
*
|
||||
*/
|
||||
public void setRetEventoBPe(TRetEvento value) {
|
||||
this.retEventoBPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade ipTransmissor.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getIpTransmissor() {
|
||||
return ipTransmissor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade ipTransmissor.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setIpTransmissor(String value) {
|
||||
this.ipTransmissor = value;
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.29 às 06:11:44 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo procEvento
|
||||
*
|
||||
* <p>Classe Java de TProcEvento complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TProcEvento">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="eventoBPe" type="{http://www.portalfiscal.inf.br/bpe}TEvento"/>
|
||||
* <element name="retEventoBPe" type="{http://www.portalfiscal.inf.br/bpe}TRetEvento"/>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerEvento" />
|
||||
* <attribute name="ipTransmissor" type="{http://www.portalfiscal.inf.br/bpe}TIPv4" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TProcEvento", propOrder = {
|
||||
"eventoBPe",
|
||||
"retEventoBPe"
|
||||
})
|
||||
public class TProcEvento {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected TEvento eventoBPe;
|
||||
@XmlElement(required = true)
|
||||
protected TRetEvento retEventoBPe;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
@XmlAttribute(name = "ipTransmissor")
|
||||
protected String ipTransmissor;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade eventoBPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TEvento }
|
||||
*
|
||||
*/
|
||||
public TEvento getEventoBPe() {
|
||||
return eventoBPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade eventoBPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TEvento }
|
||||
*
|
||||
*/
|
||||
public void setEventoBPe(TEvento value) {
|
||||
this.eventoBPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade retEventoBPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TRetEvento }
|
||||
*
|
||||
*/
|
||||
public TRetEvento getRetEventoBPe() {
|
||||
return retEventoBPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade retEventoBPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TRetEvento }
|
||||
*
|
||||
*/
|
||||
public void setRetEventoBPe(TRetEvento value) {
|
||||
this.retEventoBPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade ipTransmissor.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getIpTransmissor() {
|
||||
return ipTransmissor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade ipTransmissor.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setIpTransmissor(String value) {
|
||||
this.ipTransmissor = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,436 +1,436 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlID;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
|
||||
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Protocolo de status resultado do processamento do BP-e (Modelo 63)
|
||||
*
|
||||
* <p>Classe Java de TProtBPe complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TProtBPe">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="infProt">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
|
||||
* <element name="verAplic" type="{http://www.portalfiscal.inf.br/bpe}TVerAplic"/>
|
||||
* <element name="chBPe" type="{http://www.portalfiscal.inf.br/bpe}TChDFe"/>
|
||||
* <element name="dhRecbto" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC"/>
|
||||
* <element name="nProt" type="{http://www.portalfiscal.inf.br/bpe}TProt" minOccurs="0"/>
|
||||
* <element name="digVal" type="{http://www.w3.org/2000/09/xmldsig#}DigestValueType" minOccurs="0"/>
|
||||
* <element name="cStat">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TStat">
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/>
|
||||
* </sequence>
|
||||
* <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerBPe" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TProtBPe", propOrder = {
|
||||
"infProt",
|
||||
// "signature"
|
||||
})
|
||||
public class TProtBPe {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected TProtBPe.InfProt infProt;
|
||||
// @XmlElement(name = "Signature", namespace = "http://www.w3.org/2000/09/xmldsig#")
|
||||
// protected SignatureType signature;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade infProt.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TProtBPe.InfProt }
|
||||
*
|
||||
*/
|
||||
public TProtBPe.InfProt getInfProt() {
|
||||
return infProt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade infProt.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TProtBPe.InfProt }
|
||||
*
|
||||
*/
|
||||
public void setInfProt(TProtBPe.InfProt value) {
|
||||
this.infProt = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade signature.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SignatureType }
|
||||
*
|
||||
*/
|
||||
// public SignatureType getSignature() {
|
||||
// return signature;
|
||||
// }
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade signature.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SignatureType }
|
||||
*
|
||||
// */
|
||||
// public void setSignature(SignatureType value) {
|
||||
// this.signature = value;
|
||||
// }
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* <p>Classe Java de anonymous complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
|
||||
* <element name="verAplic" type="{http://www.portalfiscal.inf.br/bpe}TVerAplic"/>
|
||||
* <element name="chBPe" type="{http://www.portalfiscal.inf.br/bpe}TChDFe"/>
|
||||
* <element name="dhRecbto" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC"/>
|
||||
* <element name="nProt" type="{http://www.portalfiscal.inf.br/bpe}TProt" minOccurs="0"/>
|
||||
* <element name="digVal" type="{http://www.w3.org/2000/09/xmldsig#}DigestValueType" minOccurs="0"/>
|
||||
* <element name="cStat">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TStat">
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/>
|
||||
* </sequence>
|
||||
* <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"tpAmb",
|
||||
"verAplic",
|
||||
"chBPe",
|
||||
"dhRecbto",
|
||||
"nProt",
|
||||
/*"digVal",*/
|
||||
"cStat",
|
||||
"xMotivo"
|
||||
})
|
||||
public static class InfProt {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String tpAmb;
|
||||
@XmlElement(required = true)
|
||||
protected String verAplic;
|
||||
@XmlElement(required = true)
|
||||
protected String chBPe;
|
||||
@XmlElement(required = true)
|
||||
protected String dhRecbto;
|
||||
protected String nProt;
|
||||
// protected byte[] digVal;
|
||||
@XmlElement(required = true)
|
||||
protected String cStat;
|
||||
@XmlElement(required = true)
|
||||
protected String xMotivo;
|
||||
@XmlAttribute(name = "Id")
|
||||
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
|
||||
@XmlID
|
||||
@XmlSchemaType(name = "ID")
|
||||
protected String id;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade tpAmb.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getTpAmb() {
|
||||
return tpAmb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade tpAmb.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setTpAmb(String value) {
|
||||
this.tpAmb = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade verAplic.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVerAplic() {
|
||||
return verAplic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade verAplic.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVerAplic(String value) {
|
||||
this.verAplic = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade chBPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getChBPe() {
|
||||
return chBPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade chBPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setChBPe(String value) {
|
||||
this.chBPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade dhRecbto.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getDhRecbto() {
|
||||
return dhRecbto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade dhRecbto.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setDhRecbto(String value) {
|
||||
this.dhRecbto = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade nProt.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getNProt() {
|
||||
return nProt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade nProt.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setNProt(String value) {
|
||||
this.nProt = value;
|
||||
}
|
||||
|
||||
// /**
|
||||
// * Obtém o valor da propriedade digVal.
|
||||
// *
|
||||
// * @return
|
||||
// * possible object is
|
||||
// * byte[]
|
||||
// */
|
||||
// public byte[] getDigVal() {
|
||||
// return digVal;
|
||||
// }
|
||||
//
|
||||
// /**
|
||||
// * Define o valor da propriedade digVal.
|
||||
// *
|
||||
// * @param value
|
||||
// * allowed object is
|
||||
// * byte[]
|
||||
// */
|
||||
// public void setDigVal(byte[] value) {
|
||||
// this.digVal = value;
|
||||
// }
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cStat.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCStat() {
|
||||
return cStat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cStat.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCStat(String value) {
|
||||
this.cStat = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xMotivo.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXMotivo() {
|
||||
return xMotivo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xMotivo.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXMotivo(String value) {
|
||||
this.xMotivo = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade id.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade id.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setId(String value) {
|
||||
this.id = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlID;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
|
||||
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Protocolo de status resultado do processamento do BP-e (Modelo 63)
|
||||
*
|
||||
* <p>Classe Java de TProtBPe complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TProtBPe">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="infProt">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
|
||||
* <element name="verAplic" type="{http://www.portalfiscal.inf.br/bpe}TVerAplic"/>
|
||||
* <element name="chBPe" type="{http://www.portalfiscal.inf.br/bpe}TChDFe"/>
|
||||
* <element name="dhRecbto" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC"/>
|
||||
* <element name="nProt" type="{http://www.portalfiscal.inf.br/bpe}TProt" minOccurs="0"/>
|
||||
* <element name="digVal" type="{http://www.w3.org/2000/09/xmldsig#}DigestValueType" minOccurs="0"/>
|
||||
* <element name="cStat">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TStat">
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/>
|
||||
* </sequence>
|
||||
* <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerBPe" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TProtBPe", propOrder = {
|
||||
"infProt",
|
||||
// "signature"
|
||||
})
|
||||
public class TProtBPe {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected TProtBPe.InfProt infProt;
|
||||
// @XmlElement(name = "Signature", namespace = "http://www.w3.org/2000/09/xmldsig#")
|
||||
// protected SignatureType signature;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade infProt.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TProtBPe.InfProt }
|
||||
*
|
||||
*/
|
||||
public TProtBPe.InfProt getInfProt() {
|
||||
return infProt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade infProt.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TProtBPe.InfProt }
|
||||
*
|
||||
*/
|
||||
public void setInfProt(TProtBPe.InfProt value) {
|
||||
this.infProt = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade signature.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SignatureType }
|
||||
*
|
||||
*/
|
||||
// public SignatureType getSignature() {
|
||||
// return signature;
|
||||
// }
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade signature.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SignatureType }
|
||||
*
|
||||
// */
|
||||
// public void setSignature(SignatureType value) {
|
||||
// this.signature = value;
|
||||
// }
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* <p>Classe Java de anonymous complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
|
||||
* <element name="verAplic" type="{http://www.portalfiscal.inf.br/bpe}TVerAplic"/>
|
||||
* <element name="chBPe" type="{http://www.portalfiscal.inf.br/bpe}TChDFe"/>
|
||||
* <element name="dhRecbto" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC"/>
|
||||
* <element name="nProt" type="{http://www.portalfiscal.inf.br/bpe}TProt" minOccurs="0"/>
|
||||
* <element name="digVal" type="{http://www.w3.org/2000/09/xmldsig#}DigestValueType" minOccurs="0"/>
|
||||
* <element name="cStat">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TStat">
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/>
|
||||
* </sequence>
|
||||
* <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"tpAmb",
|
||||
"verAplic",
|
||||
"chBPe",
|
||||
"dhRecbto",
|
||||
"nProt",
|
||||
/*"digVal",*/
|
||||
"cStat",
|
||||
"xMotivo"
|
||||
})
|
||||
public static class InfProt {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String tpAmb;
|
||||
@XmlElement(required = true)
|
||||
protected String verAplic;
|
||||
@XmlElement(required = true)
|
||||
protected String chBPe;
|
||||
@XmlElement(required = true)
|
||||
protected String dhRecbto;
|
||||
protected String nProt;
|
||||
// protected byte[] digVal;
|
||||
@XmlElement(required = true)
|
||||
protected String cStat;
|
||||
@XmlElement(required = true)
|
||||
protected String xMotivo;
|
||||
@XmlAttribute(name = "Id")
|
||||
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
|
||||
@XmlID
|
||||
@XmlSchemaType(name = "ID")
|
||||
protected String id;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade tpAmb.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getTpAmb() {
|
||||
return tpAmb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade tpAmb.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setTpAmb(String value) {
|
||||
this.tpAmb = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade verAplic.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVerAplic() {
|
||||
return verAplic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade verAplic.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVerAplic(String value) {
|
||||
this.verAplic = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade chBPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getChBPe() {
|
||||
return chBPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade chBPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setChBPe(String value) {
|
||||
this.chBPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade dhRecbto.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getDhRecbto() {
|
||||
return dhRecbto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade dhRecbto.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setDhRecbto(String value) {
|
||||
this.dhRecbto = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade nProt.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getNProt() {
|
||||
return nProt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade nProt.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setNProt(String value) {
|
||||
this.nProt = value;
|
||||
}
|
||||
|
||||
// /**
|
||||
// * Obtém o valor da propriedade digVal.
|
||||
// *
|
||||
// * @return
|
||||
// * possible object is
|
||||
// * byte[]
|
||||
// */
|
||||
// public byte[] getDigVal() {
|
||||
// return digVal;
|
||||
// }
|
||||
//
|
||||
// /**
|
||||
// * Define o valor da propriedade digVal.
|
||||
// *
|
||||
// * @param value
|
||||
// * allowed object is
|
||||
// * byte[]
|
||||
// */
|
||||
// public void setDigVal(byte[] value) {
|
||||
// this.digVal = value;
|
||||
// }
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cStat.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCStat() {
|
||||
return cStat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cStat.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCStat(String value) {
|
||||
this.cStat = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xMotivo.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXMotivo() {
|
||||
return xMotivo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xMotivo.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXMotivo(String value) {
|
||||
this.xMotivo = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade id.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade id.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setId(String value) {
|
||||
this.id = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
|
@ -1,240 +1,240 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Retorno do Pedido de autorização de BP-e (Modelo 63)
|
||||
*
|
||||
* <p>Classe Java de TRetBPe complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TRetBPe">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
|
||||
* <element name="cUF" type="{http://www.portalfiscal.inf.br/bpe}TCodUfIBGE"/>
|
||||
* <element name="verAplic" type="{http://www.portalfiscal.inf.br/bpe}TVerAplic"/>
|
||||
* <element name="cStat" type="{http://www.portalfiscal.inf.br/bpe}TStat"/>
|
||||
* <element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/>
|
||||
* <element name="protBPe" type="{http://www.portalfiscal.inf.br/bpe}TProtBPe" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerBPe" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlRootElement(name = "retBPe")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "retBPe", propOrder = {
|
||||
"tpAmb",
|
||||
"cuf",
|
||||
"verAplic",
|
||||
"cStat",
|
||||
"xMotivo",
|
||||
"protBPe"
|
||||
})
|
||||
public class TRetBPe {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String tpAmb;
|
||||
@XmlElement(name = "cUF", required = true)
|
||||
protected String cuf;
|
||||
@XmlElement(required = true)
|
||||
protected String verAplic;
|
||||
@XmlElement(required = true)
|
||||
protected String cStat;
|
||||
@XmlElement(required = true)
|
||||
protected String xMotivo;
|
||||
protected TProtBPe protBPe;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade tpAmb.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getTpAmb() {
|
||||
return tpAmb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade tpAmb.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setTpAmb(String value) {
|
||||
this.tpAmb = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cuf.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCUF() {
|
||||
return cuf;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cuf.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCUF(String value) {
|
||||
this.cuf = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade verAplic.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVerAplic() {
|
||||
return verAplic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade verAplic.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVerAplic(String value) {
|
||||
this.verAplic = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cStat.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCStat() {
|
||||
return cStat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cStat.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCStat(String value) {
|
||||
this.cStat = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xMotivo.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXMotivo() {
|
||||
return xMotivo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xMotivo.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXMotivo(String value) {
|
||||
this.xMotivo = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade protBPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TProtBPe }
|
||||
*
|
||||
*/
|
||||
public TProtBPe getProtBPe() {
|
||||
return protBPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade protBPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TProtBPe }
|
||||
*
|
||||
*/
|
||||
public void setProtBPe(TProtBPe value) {
|
||||
this.protBPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Retorno do Pedido de autorização de BP-e (Modelo 63)
|
||||
*
|
||||
* <p>Classe Java de TRetBPe complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TRetBPe">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
|
||||
* <element name="cUF" type="{http://www.portalfiscal.inf.br/bpe}TCodUfIBGE"/>
|
||||
* <element name="verAplic" type="{http://www.portalfiscal.inf.br/bpe}TVerAplic"/>
|
||||
* <element name="cStat" type="{http://www.portalfiscal.inf.br/bpe}TStat"/>
|
||||
* <element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/>
|
||||
* <element name="protBPe" type="{http://www.portalfiscal.inf.br/bpe}TProtBPe" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerBPe" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlRootElement(name = "retBPe")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "retBPe", propOrder = {
|
||||
"tpAmb",
|
||||
"cuf",
|
||||
"verAplic",
|
||||
"cStat",
|
||||
"xMotivo",
|
||||
"protBPe"
|
||||
})
|
||||
public class TRetBPe {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String tpAmb;
|
||||
@XmlElement(name = "cUF", required = true)
|
||||
protected String cuf;
|
||||
@XmlElement(required = true)
|
||||
protected String verAplic;
|
||||
@XmlElement(required = true)
|
||||
protected String cStat;
|
||||
@XmlElement(required = true)
|
||||
protected String xMotivo;
|
||||
protected TProtBPe protBPe;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade tpAmb.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getTpAmb() {
|
||||
return tpAmb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade tpAmb.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setTpAmb(String value) {
|
||||
this.tpAmb = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cuf.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCUF() {
|
||||
return cuf;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cuf.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCUF(String value) {
|
||||
this.cuf = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade verAplic.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVerAplic() {
|
||||
return verAplic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade verAplic.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVerAplic(String value) {
|
||||
this.verAplic = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cStat.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCStat() {
|
||||
return cStat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cStat.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCStat(String value) {
|
||||
this.cStat = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xMotivo.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXMotivo() {
|
||||
return xMotivo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xMotivo.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXMotivo(String value) {
|
||||
this.xMotivo = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade protBPe.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TProtBPe }
|
||||
*
|
||||
*/
|
||||
public TProtBPe getProtBPe() {
|
||||
return protBPe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade protBPe.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TProtBPe }
|
||||
*
|
||||
*/
|
||||
public void setProtBPe(TProtBPe value) {
|
||||
this.protBPe = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,343 +1,343 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.07 às 09:45:52 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import java.math.BigInteger;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Resultado da Consulta do Status do Serviço BP-e
|
||||
*
|
||||
* <p>Classe Java de TRetConsStatServ complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TRetConsStatServ">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
|
||||
* <element name="verAplic">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TVerAplic">
|
||||
* <whiteSpace value="collapse"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="cStat" type="{http://www.portalfiscal.inf.br/bpe}TStat"/>
|
||||
* <element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/>
|
||||
* <element name="cUF" type="{http://www.portalfiscal.inf.br/bpe}TCodUfIBGE"/>
|
||||
* <element name="dhRecbto" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC"/>
|
||||
* <element name="tMed" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
|
||||
* <pattern value="[0-9]{1,4}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="dhRetorno" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC" minOccurs="0"/>
|
||||
* <element name="xObs" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <minLength value="1"/>
|
||||
* <maxLength value="255"/>
|
||||
* <whiteSpace value="collapse"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerConsStat" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlRootElement(name = "retConsStatServBPe")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "retConsStatServBPe", propOrder = {
|
||||
"tpAmb",
|
||||
"verAplic",
|
||||
"cStat",
|
||||
"xMotivo",
|
||||
"cuf",
|
||||
"dhRecbto",
|
||||
"tMed",
|
||||
"dhRetorno",
|
||||
"xObs"
|
||||
})
|
||||
public class TRetConsStatServ {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String tpAmb;
|
||||
@XmlElement(required = true)
|
||||
protected String verAplic;
|
||||
@XmlElement(required = true)
|
||||
protected String cStat;
|
||||
@XmlElement(required = true)
|
||||
protected String xMotivo;
|
||||
@XmlElement(name = "cUF", required = true)
|
||||
protected String cuf;
|
||||
@XmlElement(required = true)
|
||||
protected String dhRecbto;
|
||||
protected BigInteger tMed;
|
||||
protected String dhRetorno;
|
||||
protected String xObs;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade tpAmb.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getTpAmb() {
|
||||
return tpAmb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade tpAmb.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setTpAmb(String value) {
|
||||
this.tpAmb = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade verAplic.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVerAplic() {
|
||||
return verAplic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade verAplic.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVerAplic(String value) {
|
||||
this.verAplic = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cStat.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCStat() {
|
||||
return cStat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cStat.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCStat(String value) {
|
||||
this.cStat = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xMotivo.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXMotivo() {
|
||||
return xMotivo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xMotivo.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXMotivo(String value) {
|
||||
this.xMotivo = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cuf.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCUF() {
|
||||
return cuf;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cuf.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCUF(String value) {
|
||||
this.cuf = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade dhRecbto.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getDhRecbto() {
|
||||
return dhRecbto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade dhRecbto.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setDhRecbto(String value) {
|
||||
this.dhRecbto = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade tMed.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public BigInteger getTMed() {
|
||||
return tMed;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade tMed.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public void setTMed(BigInteger value) {
|
||||
this.tMed = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade dhRetorno.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getDhRetorno() {
|
||||
return dhRetorno;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade dhRetorno.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setDhRetorno(String value) {
|
||||
this.dhRetorno = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xObs.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXObs() {
|
||||
return xObs;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xObs.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXObs(String value) {
|
||||
this.xObs = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.07 às 09:45:52 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import java.math.BigInteger;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Tipo Resultado da Consulta do Status do Serviço BP-e
|
||||
*
|
||||
* <p>Classe Java de TRetConsStatServ complex type.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TRetConsStatServ">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
|
||||
* <element name="verAplic">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.portalfiscal.inf.br/bpe}TVerAplic">
|
||||
* <whiteSpace value="collapse"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="cStat" type="{http://www.portalfiscal.inf.br/bpe}TStat"/>
|
||||
* <element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/>
|
||||
* <element name="cUF" type="{http://www.portalfiscal.inf.br/bpe}TCodUfIBGE"/>
|
||||
* <element name="dhRecbto" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC"/>
|
||||
* <element name="tMed" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
|
||||
* <pattern value="[0-9]{1,4}"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="dhRetorno" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC" minOccurs="0"/>
|
||||
* <element name="xObs" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <minLength value="1"/>
|
||||
* <maxLength value="255"/>
|
||||
* <whiteSpace value="collapse"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* </sequence>
|
||||
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/bpe}TVerConsStat" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlRootElement(name = "retConsStatServBPe")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "retConsStatServBPe", propOrder = {
|
||||
"tpAmb",
|
||||
"verAplic",
|
||||
"cStat",
|
||||
"xMotivo",
|
||||
"cuf",
|
||||
"dhRecbto",
|
||||
"tMed",
|
||||
"dhRetorno",
|
||||
"xObs"
|
||||
})
|
||||
public class TRetConsStatServ {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected String tpAmb;
|
||||
@XmlElement(required = true)
|
||||
protected String verAplic;
|
||||
@XmlElement(required = true)
|
||||
protected String cStat;
|
||||
@XmlElement(required = true)
|
||||
protected String xMotivo;
|
||||
@XmlElement(name = "cUF", required = true)
|
||||
protected String cuf;
|
||||
@XmlElement(required = true)
|
||||
protected String dhRecbto;
|
||||
protected BigInteger tMed;
|
||||
protected String dhRetorno;
|
||||
protected String xObs;
|
||||
@XmlAttribute(name = "versao", required = true)
|
||||
protected String versao;
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade tpAmb.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getTpAmb() {
|
||||
return tpAmb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade tpAmb.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setTpAmb(String value) {
|
||||
this.tpAmb = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade verAplic.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVerAplic() {
|
||||
return verAplic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade verAplic.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVerAplic(String value) {
|
||||
this.verAplic = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cStat.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCStat() {
|
||||
return cStat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cStat.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCStat(String value) {
|
||||
this.cStat = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xMotivo.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXMotivo() {
|
||||
return xMotivo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xMotivo.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXMotivo(String value) {
|
||||
this.xMotivo = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade cuf.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getCUF() {
|
||||
return cuf;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade cuf.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setCUF(String value) {
|
||||
this.cuf = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade dhRecbto.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getDhRecbto() {
|
||||
return dhRecbto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade dhRecbto.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setDhRecbto(String value) {
|
||||
this.dhRecbto = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade tMed.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public BigInteger getTMed() {
|
||||
return tMed;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade tMed.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public void setTMed(BigInteger value) {
|
||||
this.tMed = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade dhRetorno.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getDhRetorno() {
|
||||
return dhRetorno;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade dhRetorno.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setDhRetorno(String value) {
|
||||
this.dhRetorno = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade xObs.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getXObs() {
|
||||
return xObs;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade xObs.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setXObs(String value) {
|
||||
this.xObs = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtém o valor da propriedade versao.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersao() {
|
||||
return versao;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define o valor da propriedade versao.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersao(String value) {
|
||||
this.versao = value;
|
||||
}
|
||||
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,98 +1,98 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Classe Java de TUf.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
* <p>
|
||||
* <pre>
|
||||
* <simpleType name="TUf">
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <enumeration value="AC"/>
|
||||
* <enumeration value="AL"/>
|
||||
* <enumeration value="AM"/>
|
||||
* <enumeration value="AP"/>
|
||||
* <enumeration value="BA"/>
|
||||
* <enumeration value="CE"/>
|
||||
* <enumeration value="DF"/>
|
||||
* <enumeration value="ES"/>
|
||||
* <enumeration value="GO"/>
|
||||
* <enumeration value="MA"/>
|
||||
* <enumeration value="MG"/>
|
||||
* <enumeration value="MS"/>
|
||||
* <enumeration value="MT"/>
|
||||
* <enumeration value="PA"/>
|
||||
* <enumeration value="PB"/>
|
||||
* <enumeration value="PE"/>
|
||||
* <enumeration value="PI"/>
|
||||
* <enumeration value="PR"/>
|
||||
* <enumeration value="RJ"/>
|
||||
* <enumeration value="RN"/>
|
||||
* <enumeration value="RO"/>
|
||||
* <enumeration value="RR"/>
|
||||
* <enumeration value="RS"/>
|
||||
* <enumeration value="SC"/>
|
||||
* <enumeration value="SE"/>
|
||||
* <enumeration value="SP"/>
|
||||
* <enumeration value="TO"/>
|
||||
* <enumeration value="EX"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </pre>
|
||||
*
|
||||
*/
|
||||
@XmlType(name = "TUf")
|
||||
@XmlEnum
|
||||
public enum TUf {
|
||||
|
||||
AC,
|
||||
AL,
|
||||
AM,
|
||||
AP,
|
||||
BA,
|
||||
CE,
|
||||
DF,
|
||||
ES,
|
||||
GO,
|
||||
MA,
|
||||
MG,
|
||||
MS,
|
||||
MT,
|
||||
PA,
|
||||
PB,
|
||||
PE,
|
||||
PI,
|
||||
PR,
|
||||
RJ,
|
||||
RN,
|
||||
RO,
|
||||
RR,
|
||||
RS,
|
||||
SC,
|
||||
SE,
|
||||
SP,
|
||||
TO,
|
||||
EX;
|
||||
|
||||
public String value() {
|
||||
return name();
|
||||
}
|
||||
|
||||
public static TUf fromValue(String v) {
|
||||
return valueOf(v);
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Classe Java de TUf.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
* <p>
|
||||
* <pre>
|
||||
* <simpleType name="TUf">
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <enumeration value="AC"/>
|
||||
* <enumeration value="AL"/>
|
||||
* <enumeration value="AM"/>
|
||||
* <enumeration value="AP"/>
|
||||
* <enumeration value="BA"/>
|
||||
* <enumeration value="CE"/>
|
||||
* <enumeration value="DF"/>
|
||||
* <enumeration value="ES"/>
|
||||
* <enumeration value="GO"/>
|
||||
* <enumeration value="MA"/>
|
||||
* <enumeration value="MG"/>
|
||||
* <enumeration value="MS"/>
|
||||
* <enumeration value="MT"/>
|
||||
* <enumeration value="PA"/>
|
||||
* <enumeration value="PB"/>
|
||||
* <enumeration value="PE"/>
|
||||
* <enumeration value="PI"/>
|
||||
* <enumeration value="PR"/>
|
||||
* <enumeration value="RJ"/>
|
||||
* <enumeration value="RN"/>
|
||||
* <enumeration value="RO"/>
|
||||
* <enumeration value="RR"/>
|
||||
* <enumeration value="RS"/>
|
||||
* <enumeration value="SC"/>
|
||||
* <enumeration value="SE"/>
|
||||
* <enumeration value="SP"/>
|
||||
* <enumeration value="TO"/>
|
||||
* <enumeration value="EX"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </pre>
|
||||
*
|
||||
*/
|
||||
@XmlType(name = "TUf")
|
||||
@XmlEnum
|
||||
public enum TUf {
|
||||
|
||||
AC,
|
||||
AL,
|
||||
AM,
|
||||
AP,
|
||||
BA,
|
||||
CE,
|
||||
DF,
|
||||
ES,
|
||||
GO,
|
||||
MA,
|
||||
MG,
|
||||
MS,
|
||||
MT,
|
||||
PA,
|
||||
PB,
|
||||
PE,
|
||||
PI,
|
||||
PR,
|
||||
RJ,
|
||||
RN,
|
||||
RO,
|
||||
RR,
|
||||
RS,
|
||||
SC,
|
||||
SE,
|
||||
SP,
|
||||
TO,
|
||||
EX;
|
||||
|
||||
public String value() {
|
||||
return name();
|
||||
}
|
||||
|
||||
public static TUf fromValue(String v) {
|
||||
return valueOf(v);
|
||||
}
|
||||
|
||||
}
|
|
@ -1,96 +1,96 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Classe Java de TUf_sem_EX.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
* <p>
|
||||
* <pre>
|
||||
* <simpleType name="TUf_sem_EX">
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <enumeration value="AC"/>
|
||||
* <enumeration value="AL"/>
|
||||
* <enumeration value="AM"/>
|
||||
* <enumeration value="AP"/>
|
||||
* <enumeration value="BA"/>
|
||||
* <enumeration value="CE"/>
|
||||
* <enumeration value="DF"/>
|
||||
* <enumeration value="ES"/>
|
||||
* <enumeration value="GO"/>
|
||||
* <enumeration value="MA"/>
|
||||
* <enumeration value="MG"/>
|
||||
* <enumeration value="MS"/>
|
||||
* <enumeration value="MT"/>
|
||||
* <enumeration value="PA"/>
|
||||
* <enumeration value="PB"/>
|
||||
* <enumeration value="PE"/>
|
||||
* <enumeration value="PI"/>
|
||||
* <enumeration value="PR"/>
|
||||
* <enumeration value="RJ"/>
|
||||
* <enumeration value="RN"/>
|
||||
* <enumeration value="RO"/>
|
||||
* <enumeration value="RR"/>
|
||||
* <enumeration value="RS"/>
|
||||
* <enumeration value="SC"/>
|
||||
* <enumeration value="SE"/>
|
||||
* <enumeration value="SP"/>
|
||||
* <enumeration value="TO"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </pre>
|
||||
*
|
||||
*/
|
||||
@XmlType(name = "TUf_sem_EX")
|
||||
@XmlEnum
|
||||
public enum TUfSemEX {
|
||||
|
||||
AC,
|
||||
AL,
|
||||
AM,
|
||||
AP,
|
||||
BA,
|
||||
CE,
|
||||
DF,
|
||||
ES,
|
||||
GO,
|
||||
MA,
|
||||
MG,
|
||||
MS,
|
||||
MT,
|
||||
PA,
|
||||
PB,
|
||||
PE,
|
||||
PI,
|
||||
PR,
|
||||
RJ,
|
||||
RN,
|
||||
RO,
|
||||
RR,
|
||||
RS,
|
||||
SC,
|
||||
SE,
|
||||
SP,
|
||||
TO;
|
||||
|
||||
public String value() {
|
||||
return name();
|
||||
}
|
||||
|
||||
public static TUfSemEX fromValue(String v) {
|
||||
return valueOf(v);
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.14 às 03:08:29 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Classe Java de TUf_sem_EX.
|
||||
*
|
||||
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
|
||||
* <p>
|
||||
* <pre>
|
||||
* <simpleType name="TUf_sem_EX">
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <enumeration value="AC"/>
|
||||
* <enumeration value="AL"/>
|
||||
* <enumeration value="AM"/>
|
||||
* <enumeration value="AP"/>
|
||||
* <enumeration value="BA"/>
|
||||
* <enumeration value="CE"/>
|
||||
* <enumeration value="DF"/>
|
||||
* <enumeration value="ES"/>
|
||||
* <enumeration value="GO"/>
|
||||
* <enumeration value="MA"/>
|
||||
* <enumeration value="MG"/>
|
||||
* <enumeration value="MS"/>
|
||||
* <enumeration value="MT"/>
|
||||
* <enumeration value="PA"/>
|
||||
* <enumeration value="PB"/>
|
||||
* <enumeration value="PE"/>
|
||||
* <enumeration value="PI"/>
|
||||
* <enumeration value="PR"/>
|
||||
* <enumeration value="RJ"/>
|
||||
* <enumeration value="RN"/>
|
||||
* <enumeration value="RO"/>
|
||||
* <enumeration value="RR"/>
|
||||
* <enumeration value="RS"/>
|
||||
* <enumeration value="SC"/>
|
||||
* <enumeration value="SE"/>
|
||||
* <enumeration value="SP"/>
|
||||
* <enumeration value="TO"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </pre>
|
||||
*
|
||||
*/
|
||||
@XmlType(name = "TUf_sem_EX")
|
||||
@XmlEnum
|
||||
public enum TUfSemEX {
|
||||
|
||||
AC,
|
||||
AL,
|
||||
AM,
|
||||
AP,
|
||||
BA,
|
||||
CE,
|
||||
DF,
|
||||
ES,
|
||||
GO,
|
||||
MA,
|
||||
MG,
|
||||
MS,
|
||||
MT,
|
||||
PA,
|
||||
PB,
|
||||
PE,
|
||||
PI,
|
||||
PR,
|
||||
RJ,
|
||||
RN,
|
||||
RO,
|
||||
RR,
|
||||
RS,
|
||||
SC,
|
||||
SE,
|
||||
SP,
|
||||
TO;
|
||||
|
||||
public String value() {
|
||||
return name();
|
||||
}
|
||||
|
||||
public static TUfSemEX fromValue(String v) {
|
||||
return valueOf(v);
|
||||
}
|
||||
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,47 +1,47 @@
|
|||
package br.inf.portalfiscal.bpe.evento;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TEventoMsg", propOrder = {
|
||||
"eventoBPe",
|
||||
"xmlns"
|
||||
})
|
||||
@XmlRootElement(name = "bpeDadosMsg")
|
||||
public class TEventoMsg {
|
||||
@XmlElement(required = true)
|
||||
protected TEvento eventoBPe;
|
||||
|
||||
@XmlAttribute(name = "xmlns", required = true)
|
||||
protected String xmlns;
|
||||
|
||||
public TEventoMsg() {
|
||||
super();
|
||||
}
|
||||
|
||||
public TEventoMsg(TEvento eventoBPe) {
|
||||
super();
|
||||
this.eventoBPe = eventoBPe;
|
||||
}
|
||||
|
||||
public TEvento getEventoBPe() {
|
||||
return eventoBPe;
|
||||
}
|
||||
|
||||
public void setEventoBPe(TEvento eventoBPe) {
|
||||
this.eventoBPe = eventoBPe;
|
||||
}
|
||||
|
||||
public String getXmlns() {
|
||||
return xmlns;
|
||||
}
|
||||
|
||||
public void setXmlns(String xmlns) {
|
||||
this.xmlns = xmlns;
|
||||
}
|
||||
}
|
||||
package br.inf.portalfiscal.bpe.evento;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TEventoMsg", propOrder = {
|
||||
"eventoBPe",
|
||||
"xmlns"
|
||||
})
|
||||
@XmlRootElement(name = "bpeDadosMsg")
|
||||
public class TEventoMsg {
|
||||
@XmlElement(required = true)
|
||||
protected TEvento eventoBPe;
|
||||
|
||||
@XmlAttribute(name = "xmlns", required = true)
|
||||
protected String xmlns;
|
||||
|
||||
public TEventoMsg() {
|
||||
super();
|
||||
}
|
||||
|
||||
public TEventoMsg(TEvento eventoBPe) {
|
||||
super();
|
||||
this.eventoBPe = eventoBPe;
|
||||
}
|
||||
|
||||
public TEvento getEventoBPe() {
|
||||
return eventoBPe;
|
||||
}
|
||||
|
||||
public void setEventoBPe(TEvento eventoBPe) {
|
||||
this.eventoBPe = eventoBPe;
|
||||
}
|
||||
|
||||
public String getXmlns() {
|
||||
return xmlns;
|
||||
}
|
||||
|
||||
public void setXmlns(String xmlns) {
|
||||
this.xmlns = xmlns;
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
|||
package br.inf.portalfiscal.bpe.evento;
|
||||
package br.inf.portalfiscal.bpe.evento;
|
|
@ -1,23 +1,23 @@
|
|||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.23 às 03:05:57 PM BRT
|
||||
//
|
||||
//@XmlSchema(
|
||||
// namespace="",
|
||||
// // If qualified namespace will be added to all elements
|
||||
// elementFormDefault = XmlNsForm.QUALIFIED,
|
||||
// // If qualifies namespace will be added to all attributes
|
||||
// attributeFormDefault = XmlNsForm.UNQUALIFIED,
|
||||
// xmlns = {
|
||||
// @XmlNs(prefix = "bpe", namespaceURI = "http://www.portalfiscal.inf.br/bpe"),
|
||||
//// @XmlNs(prefix = "xsi", namespaceURI = "http://www.portalfiscal.inf.br/bpe"),
|
||||
// }
|
||||
//)
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.portalfiscal.inf.br/bpe", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlNs;
|
||||
import javax.xml.bind.annotation.XmlNsForm;
|
||||
import javax.xml.bind.annotation.XmlSchema;
|
||||
//
|
||||
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
|
||||
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
|
||||
// Gerado em: 2017.08.23 às 03:05:57 PM BRT
|
||||
//
|
||||
//@XmlSchema(
|
||||
// namespace="",
|
||||
// // If qualified namespace will be added to all elements
|
||||
// elementFormDefault = XmlNsForm.QUALIFIED,
|
||||
// // If qualifies namespace will be added to all attributes
|
||||
// attributeFormDefault = XmlNsForm.UNQUALIFIED,
|
||||
// xmlns = {
|
||||
// @XmlNs(prefix = "bpe", namespaceURI = "http://www.portalfiscal.inf.br/bpe"),
|
||||
//// @XmlNs(prefix = "xsi", namespaceURI = "http://www.portalfiscal.inf.br/bpe"),
|
||||
// }
|
||||
//)
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.portalfiscal.inf.br/bpe", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
package br.inf.portalfiscal.bpe;
|
||||
|
||||
import javax.xml.bind.annotation.XmlNs;
|
||||
import javax.xml.bind.annotation.XmlNsForm;
|
||||
import javax.xml.bind.annotation.XmlSchema;
|
|
@ -1,261 +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);
|
||||
|
||||
}
|
||||
|
||||
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);
|
||||
|
||||
}
|
|
@ -1,57 +1,57 @@
|
|||
|
||||
package com.rjconsultores.hstcajservice.ws;
|
||||
|
||||
import java.net.URL;
|
||||
|
||||
import javax.xml.namespace.QName;
|
||||
import javax.xml.ws.Service;
|
||||
import javax.xml.ws.WebEndpoint;
|
||||
import javax.xml.ws.WebServiceClient;
|
||||
import javax.xml.ws.WebServiceFeature;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
|
||||
|
||||
/**
|
||||
* 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 Logger logger = LogManager.getLogger(com.rjconsultores.hstcajservice.ws.BilheteServiceService.class);
|
||||
|
||||
|
||||
public BilheteServiceService(URL wsdlLocation, QName serviceName) {
|
||||
super(wsdlLocation, serviceName);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package com.rjconsultores.hstcajservice.ws;
|
||||
|
||||
import java.net.URL;
|
||||
|
||||
import javax.xml.namespace.QName;
|
||||
import javax.xml.ws.Service;
|
||||
import javax.xml.ws.WebEndpoint;
|
||||
import javax.xml.ws.WebServiceClient;
|
||||
import javax.xml.ws.WebServiceFeature;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
|
||||
|
||||
/**
|
||||
* 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 Logger logger = LogManager.getLogger(com.rjconsultores.hstcajservice.ws.BilheteServiceService.class);
|
||||
|
||||
|
||||
public BilheteServiceService(URL wsdlLocation, QName serviceName) {
|
||||
super(wsdlLocation, serviceName);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @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);
|
||||
}
|
||||
|
||||
}
|
|
@ -1,25 +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;
|
||||
}
|
||||
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,222 +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>
|
||||
* <complexType name="buscarBilhetes">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="fiscal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="buscarBilhetes">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="fiscal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,222 +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>
|
||||
* <complexType name="buscarBilhetesInconsistente">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="fiscal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="buscarBilhetesInconsistente">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="fiscal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="buscarBilhetesInconsistenteResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="buscarBilhetesInconsistenteResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="buscarBilhetesResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="buscarBilhetesResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,195 +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>
|
||||
* <complexType name="buscarReceitaDespesa">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="buscarReceitaDespesa">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="buscarReceitaDespesaResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoReceitaDespesaWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="buscarReceitaDespesaResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoReceitaDespesaWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,60 +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>
|
||||
* <complexType name="cadAgencia">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadAgencia">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="cadAgenciaResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadAgenciaWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadAgenciaResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadAgenciaWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,87 +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>
|
||||
* <complexType name="cadBeneficio">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadBeneficio">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="cadBeneficioResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadBeneficioWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadBeneficioResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadBeneficioWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,141 +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>
|
||||
* <complexType name="cadBilheteiro">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadBilheteiro">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="agenciaInicio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="agenciaFim" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="cadBilheteiroResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadBilheteiroWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadBilheteiroResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadBilheteiroWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,60 +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>
|
||||
* <complexType name="cadCliente">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadCliente">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="cadClienteResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadClienteWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadClienteResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadClienteWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,60 +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>
|
||||
* <complexType name="cadEstado">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadEstado">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="cadEstadoResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadEstadoWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadEstadoResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadEstadoWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,60 +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>
|
||||
* <complexType name="cadFormaPagamento">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadFormaPagamento">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="cadFormaPagamentoResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadFormaPagamentoWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadFormaPagamentoResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadFormaPagamentoWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,87 +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>
|
||||
* <complexType name="cadLinha">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadLinha">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="cadLinhaResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadLinhaWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadLinhaResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadLinhaWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,60 +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>
|
||||
* <complexType name="cadLocalidade">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadLocalidade">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="cadLocalidadeResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadLocalidadeWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadLocalidadeResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadLocalidadeWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,60 +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>
|
||||
* <complexType name="cadReceitaDespesa">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadReceitaDespesa">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEmpresaGrupo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,69 +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>
|
||||
* <complexType name="cadReceitaDespesaResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadReceitaDespesaWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="cadReceitaDespesaResponse">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="return" type="{http://ws.hstcajservice.rjconsultores.com/}exportaIntegracaoCadReceitaDespesaWS" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,114 +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>
|
||||
* <complexType name="exportaIntegracaoCadAgenciaWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="exportaIntegracaoCadAgenciaWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,276 +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>
|
||||
* <complexType name="exportaIntegracaoCadBeneficioWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="classeBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descontoBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descricaoBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="empresaBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="linhaBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="orgConcedLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="temTaxaEmbarque" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="temTaxaSeguro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="exportaIntegracaoCadBeneficioWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="classeBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descontoBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descricaoBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="empresaBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="linhaBeneficio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="orgConcedLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="temTaxaEmbarque" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="temTaxaSeguro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,168 +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>
|
||||
* <complexType name="exportaIntegracaoCadBilheteiroWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="agenciaBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="documentoBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="nomeBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="exportaIntegracaoCadBilheteiroWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="agenciaBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="documentoBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="nomeBilheteiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,330 +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>
|
||||
* <complexType name="exportaIntegracaoCadClienteWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="bairroCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="cepCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataNascCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="emailCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="nacioCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="nomeCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="numDocCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="ruaCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="telCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="tipoDocCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="exportaIntegracaoCadClienteWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="bairroCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="cepCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataNascCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="emailCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="nacioCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="nomeCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="numDocCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="ruaCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="telCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="tipoDocCli" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,195 +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>
|
||||
* <complexType name="exportaIntegracaoCadEstadoWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codServidorEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="siglaEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="taxaEmbarqueEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="valorICMSEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="exportaIntegracaoCadEstadoWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codServidorEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="siglaEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="taxaEmbarqueEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="valorICMSEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,87 +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>
|
||||
* <complexType name="exportaIntegracaoCadFormaPagamentoWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codFormaPag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descFormaPag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="exportaIntegracaoCadFormaPagamentoWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codFormaPag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descFormaPag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,222 +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>
|
||||
* <complexType name="exportaIntegracaoCadLinhaWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="classeLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="detalheLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="orgConcedLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="prefixoLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="exportaIntegracaoCadLinhaWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="classeLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="detalheLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="orgConcedLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="prefixoLinha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,168 +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>
|
||||
* <complexType name="exportaIntegracaoCadLocalidadeWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEstadoLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="siglaLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="taxaRodoviariaLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="exportaIntegracaoCadLocalidadeWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codEstadoLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="siglaLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="taxaRodoviariaLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,195 +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>
|
||||
* <complexType name="exportaIntegracaoCadReceitaDespesaWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codAgenciaReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="credDebitoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="formaPagReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="exportaIntegracaoCadReceitaDespesaWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="codAgenciaReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresaReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="credDebitoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="descReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="formaPagReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
|
@ -1,303 +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>
|
||||
* <complexType name="exportaIntegracaoReceitaDespesaWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="agencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codFilial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataLancamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataMovimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="idReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="turno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="usuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="valorLancamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
* <complexType name="exportaIntegracaoReceitaDespesaWS">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="agencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codEmpresa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codFilial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="codReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataLancamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="dataMovimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="idReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="turno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="usuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="valorLancamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </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
File diff suppressed because it is too large
Load Diff
|
@ -1,18 +1,18 @@
|
|||
package com.rjconsultores.routing;
|
||||
|
||||
public class DynamicDataSourceHolder {
|
||||
private static ThreadLocal<String> routeKey = new ThreadLocal<String>();
|
||||
|
||||
public static String getRouteKey() {
|
||||
String key = routeKey.get();
|
||||
return key;
|
||||
}
|
||||
|
||||
public static void setRouteKey(String key) {
|
||||
routeKey.set(key);
|
||||
}
|
||||
|
||||
public static void removeRouteKey() {
|
||||
routeKey.remove();
|
||||
}
|
||||
package com.rjconsultores.routing;
|
||||
|
||||
public class DynamicDataSourceHolder {
|
||||
private static ThreadLocal<String> routeKey = new ThreadLocal<String>();
|
||||
|
||||
public static String getRouteKey() {
|
||||
String key = routeKey.get();
|
||||
return key;
|
||||
}
|
||||
|
||||
public static void setRouteKey(String key) {
|
||||
routeKey.set(key);
|
||||
}
|
||||
|
||||
public static void removeRouteKey() {
|
||||
routeKey.remove();
|
||||
}
|
||||
}
|
|
@ -1,16 +1,16 @@
|
|||
package com.rjconsultores.routing;
|
||||
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource;
|
||||
|
||||
public class MultipleDataSource extends AbstractRoutingDataSource {
|
||||
@Override
|
||||
protected Object determineCurrentLookupKey() {
|
||||
return DynamicDataSourceHolder.getRouteKey();
|
||||
}
|
||||
|
||||
public Logger getParentLogger(){
|
||||
return Logger.getLogger("MultipleDataSource");
|
||||
}
|
||||
}
|
||||
package com.rjconsultores.routing;
|
||||
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource;
|
||||
|
||||
public class MultipleDataSource extends AbstractRoutingDataSource {
|
||||
@Override
|
||||
protected Object determineCurrentLookupKey() {
|
||||
return DynamicDataSourceHolder.getRouteKey();
|
||||
}
|
||||
|
||||
public Logger getParentLogger(){
|
||||
return Logger.getLogger("MultipleDataSource");
|
||||
}
|
||||
}
|
|
@ -1,12 +1,12 @@
|
|||
package com.rjconsultores.routing;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ElementType.METHOD, ElementType.TYPE})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface ReadOnlyConnection {
|
||||
|
||||
package com.rjconsultores.routing;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ElementType.METHOD, ElementType.TYPE})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface ReadOnlyConnection {
|
||||
|
||||
}
|
|
@ -1,40 +1,40 @@
|
|||
package com.rjconsultores.routing;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.aspectj.lang.ProceedingJoinPoint;
|
||||
import org.aspectj.lang.annotation.Around;
|
||||
import org.aspectj.lang.annotation.Aspect;
|
||||
import org.springframework.core.annotation.Order;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import com.rjconsultores.ventaboletos.utilerias.ApplicationProperties;
|
||||
|
||||
@Aspect
|
||||
@Component
|
||||
@Order(0)
|
||||
public class ReadOnlyRouteInterceptor {
|
||||
private static final Logger log = LogManager.getLogger(ReadOnlyRouteInterceptor.class);
|
||||
|
||||
@Around("@annotation(readOnlyConnection)")
|
||||
public Object proceed(ProceedingJoinPoint proceedingJoinPoint, ReadOnlyConnection readOnlyConnection) throws Throwable {
|
||||
if (ApplicationProperties.getInstance().getReadOnlyConnection()) {
|
||||
try {
|
||||
String className = proceedingJoinPoint.getSignature().getDeclaringTypeName();
|
||||
String methodName = proceedingJoinPoint.getSignature().getName();
|
||||
|
||||
log.debug("*** READ *** [" + className + "." + methodName + "()");
|
||||
} catch (Exception e) {}
|
||||
|
||||
try {
|
||||
DynamicDataSourceHolder.setRouteKey("dataSourceRead");
|
||||
|
||||
return proceedingJoinPoint.proceed();
|
||||
} finally {
|
||||
DynamicDataSourceHolder.removeRouteKey();
|
||||
}
|
||||
} else {
|
||||
return proceedingJoinPoint.proceed();
|
||||
}
|
||||
}
|
||||
}
|
||||
package com.rjconsultores.routing;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.aspectj.lang.ProceedingJoinPoint;
|
||||
import org.aspectj.lang.annotation.Around;
|
||||
import org.aspectj.lang.annotation.Aspect;
|
||||
import org.springframework.core.annotation.Order;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import com.rjconsultores.ventaboletos.utilerias.ApplicationProperties;
|
||||
|
||||
@Aspect
|
||||
@Component
|
||||
@Order(0)
|
||||
public class ReadOnlyRouteInterceptor {
|
||||
private static final Logger log = LogManager.getLogger(ReadOnlyRouteInterceptor.class);
|
||||
|
||||
@Around("@annotation(readOnlyConnection)")
|
||||
public Object proceed(ProceedingJoinPoint proceedingJoinPoint, ReadOnlyConnection readOnlyConnection) throws Throwable {
|
||||
if (ApplicationProperties.getInstance().getReadOnlyConnection()) {
|
||||
try {
|
||||
String className = proceedingJoinPoint.getSignature().getDeclaringTypeName();
|
||||
String methodName = proceedingJoinPoint.getSignature().getName();
|
||||
|
||||
log.debug("*** READ *** [" + className + "." + methodName + "()");
|
||||
} catch (Exception e) {}
|
||||
|
||||
try {
|
||||
DynamicDataSourceHolder.setRouteKey("dataSourceRead");
|
||||
|
||||
return proceedingJoinPoint.proceed();
|
||||
} finally {
|
||||
DynamicDataSourceHolder.removeRouteKey();
|
||||
}
|
||||
} else {
|
||||
return proceedingJoinPoint.proceed();
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,14 +1,14 @@
|
|||
package com.rjconsultores.ventaboletos.auditoria;
|
||||
|
||||
public class AuditManager {
|
||||
private static AuditControl INSTANCE;
|
||||
|
||||
public static AuditControl getINSTANCE(String currentActionService) {
|
||||
INSTANCE = new AuditControl(currentActionService);
|
||||
return INSTANCE;
|
||||
}
|
||||
|
||||
public static AuditControl getINSTANCE() {
|
||||
return INSTANCE;
|
||||
}
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.auditoria;
|
||||
|
||||
public class AuditManager {
|
||||
private static AuditControl INSTANCE;
|
||||
|
||||
public static AuditControl getINSTANCE(String currentActionService) {
|
||||
INSTANCE = new AuditControl(currentActionService);
|
||||
return INSTANCE;
|
||||
}
|
||||
|
||||
public static AuditControl getINSTANCE() {
|
||||
return INSTANCE;
|
||||
}
|
||||
}
|
|
@ -1,187 +1,187 @@
|
|||
package com.rjconsultores.ventaboletos.auditoria.interceptor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.sql.Date;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.hibernate.Criteria;
|
||||
import org.hibernate.EmptyInterceptor;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.SessionFactory;
|
||||
import org.hibernate.criterion.Restrictions;
|
||||
import org.hibernate.type.Type;
|
||||
|
||||
import com.rjconsultores.ventaboletos.auditoria.AuditControl;
|
||||
import com.rjconsultores.ventaboletos.auditoria.AuditManager;
|
||||
import com.rjconsultores.ventaboletos.dao.util.DBUtil;
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditLog;
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditService;
|
||||
import com.rjconsultores.ventaboletos.entidad.Constante;
|
||||
import com.rjconsultores.ventaboletos.entidad.FuncionSistema;
|
||||
import com.rjconsultores.ventaboletos.entidad.Sistema;
|
||||
import com.rjconsultores.ventaboletos.entidad.Usuario;
|
||||
import com.rjconsultores.ventaboletos.enums.auditoria.EnumAuditAction;
|
||||
import com.rjconsultores.ventaboletos.utilerias.UsuarioLogado;
|
||||
|
||||
public class AuditInterceptor extends EmptyInterceptor {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private static final Logger log = LogManager.getLogger(AuditInterceptor.class);
|
||||
|
||||
private static final String ACTIVO = "activo";
|
||||
|
||||
// Considera que o ADM sempre tenha o ID igual a 1
|
||||
private Integer SISTEMA_ID = 1;
|
||||
|
||||
@Override
|
||||
public boolean onSave(Object entity, Serializable id, Object[] state, String[] propertyNames, Type[] types) {
|
||||
final SessionFactory sessionFactory = DBUtil.getInstance().getSessionFactory();
|
||||
final Session session = sessionFactory.openSession();
|
||||
|
||||
try {
|
||||
genAudit(session, entity, EnumAuditAction.CRIACAO);
|
||||
} catch (Exception exception) {
|
||||
log.error(exception.getMessage(), exception);
|
||||
}
|
||||
|
||||
if (session != null) {
|
||||
session.close();
|
||||
}
|
||||
|
||||
return super.onSave(entity, id, state, propertyNames, types);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onFlushDirty(Object entity, Serializable id, Object[] currentState, Object[] previousState, String[] propertyNames, Type[] types) {
|
||||
final SessionFactory sessionFactory = DBUtil.getInstance().getSessionFactory();
|
||||
final Session session = sessionFactory.openSession();
|
||||
|
||||
try {
|
||||
genAudit(session, entity, EnumAuditAction.ALTERACAO);
|
||||
} catch (Exception exception) {
|
||||
log.error(exception.getMessage(), exception);
|
||||
}
|
||||
|
||||
if (session != null) {
|
||||
session.close();
|
||||
}
|
||||
|
||||
return super.onFlushDirty(entity, id, currentState, previousState, propertyNames, types);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDelete(Object entity, Serializable id, Object[] state, String[] propertyNames, Type[] types) {
|
||||
final SessionFactory sessionFactory = DBUtil.getInstance().getSessionFactory();
|
||||
final Session session = sessionFactory.openSession();
|
||||
|
||||
try {
|
||||
genAudit(session, entity, EnumAuditAction.EXCLUSAO);
|
||||
} catch (Exception exception) {
|
||||
log.error(exception.getMessage(), exception);
|
||||
}
|
||||
|
||||
if (session != null) {
|
||||
session.close();
|
||||
}
|
||||
|
||||
super.onDelete(entity, id, state, propertyNames, types);
|
||||
}
|
||||
|
||||
private void genAudit(final Session session, Object entity, EnumAuditAction action) {
|
||||
if (!getAuditModuleService(session)) {
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
/**
|
||||
* Ignorado caso a entidade for de auditoria e se não for encontrado o módulo no banco
|
||||
*/
|
||||
if (!(entity instanceof AuditLog)) {
|
||||
AuditService service = AuditManager.getINSTANCE().getCurrentService();
|
||||
|
||||
if (!(entity instanceof AuditLog) && service != null && service.getModule() != null) {
|
||||
/**
|
||||
* A auditoria não será realizada nos seguintes cenários: 1) não for encontrado o serviço no banco de dados 2) O serviço for encontrado, porém não está habilitado para auditoria
|
||||
*/
|
||||
if (service.getModule().getIndAuditable()) {
|
||||
AuditLog audit = new AuditLog();
|
||||
audit.setCreatedDate(new Date(System.currentTimeMillis()));
|
||||
audit.setEntityName(entity.getClass().getSimpleName());
|
||||
audit.setService(service);
|
||||
audit.setEntityDetail(AuditControl.toJson(entity));
|
||||
|
||||
Sistema sistema = new Sistema();
|
||||
sistema.setSistemaId(SISTEMA_ID);
|
||||
audit.setSistema(sistema);
|
||||
|
||||
audit.setAction(action.getId());
|
||||
audit.setUsuario(UsuarioLogado.getUsuarioLogado() != null ? UsuarioLogado.getUsuarioLogado() : new Usuario(1));
|
||||
|
||||
session.persist(audit);
|
||||
session.flush();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
} catch (Exception exception) {
|
||||
log.error(exception.getMessage(), exception);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
private boolean getAuditModuleService(final Session session) {
|
||||
if (AuditManager.getINSTANCE() != null && AuditManager.getINSTANCE().getAuditar() == null) {
|
||||
Criteria criteriaAuditar = session.createCriteria(Constante.class);
|
||||
criteriaAuditar.add(Restrictions.eq("nombconstante", "AUDITAR_SISTEMA"));
|
||||
criteriaAuditar.add(Restrictions.eq(ACTIVO, Boolean.TRUE));
|
||||
Constante constante = (Constante) criteriaAuditar.uniqueResult();
|
||||
|
||||
Boolean auditar = Boolean.FALSE;
|
||||
|
||||
if (constante != null) {
|
||||
try {
|
||||
auditar = Boolean.valueOf(constante.getValorconstante());
|
||||
} catch (Exception e) {
|
||||
log.error(e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
|
||||
AuditManager.getINSTANCE().setAuditar(auditar);
|
||||
}
|
||||
|
||||
if (AuditManager.getINSTANCE() == null || AuditManager.getINSTANCE().getAuditar() == null || !AuditManager.getINSTANCE().getAuditar()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!AuditManager.getINSTANCE().getCheckModuleAudit()) {
|
||||
return AuditManager.getINSTANCE().getCurrentService() != null ? true : false;
|
||||
}
|
||||
|
||||
AuditService auditService = null;
|
||||
|
||||
Criteria criteriaFuncionSistema = session.createCriteria(FuncionSistema.class);
|
||||
criteriaFuncionSistema.add(Restrictions.eq("descruta", AuditManager.getINSTANCE().getCurrentActionService()));
|
||||
FuncionSistema funcionSistema = (FuncionSistema) criteriaFuncionSistema.uniqueResult();
|
||||
|
||||
if (funcionSistema == null) {
|
||||
log.info("Função sistema " + funcionSistema + " não encontrada na base de dados.");
|
||||
AuditManager.getINSTANCE().setCurrentService(auditService);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Criteria criteriaService = session.createCriteria(AuditService.class);
|
||||
criteriaService.add(Restrictions.eq("funcionSistema", funcionSistema));
|
||||
auditService = (AuditService) criteriaService.uniqueResult();
|
||||
|
||||
if (auditService == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
AuditManager.getINSTANCE().setCurrentService(auditService);
|
||||
AuditManager.getINSTANCE().setCheckModuleAudit(Boolean.FALSE);
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.auditoria.interceptor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.sql.Date;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.hibernate.Criteria;
|
||||
import org.hibernate.EmptyInterceptor;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.SessionFactory;
|
||||
import org.hibernate.criterion.Restrictions;
|
||||
import org.hibernate.type.Type;
|
||||
|
||||
import com.rjconsultores.ventaboletos.auditoria.AuditControl;
|
||||
import com.rjconsultores.ventaboletos.auditoria.AuditManager;
|
||||
import com.rjconsultores.ventaboletos.dao.util.DBUtil;
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditLog;
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditService;
|
||||
import com.rjconsultores.ventaboletos.entidad.Constante;
|
||||
import com.rjconsultores.ventaboletos.entidad.FuncionSistema;
|
||||
import com.rjconsultores.ventaboletos.entidad.Sistema;
|
||||
import com.rjconsultores.ventaboletos.entidad.Usuario;
|
||||
import com.rjconsultores.ventaboletos.enums.auditoria.EnumAuditAction;
|
||||
import com.rjconsultores.ventaboletos.utilerias.UsuarioLogado;
|
||||
|
||||
public class AuditInterceptor extends EmptyInterceptor {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private static final Logger log = LogManager.getLogger(AuditInterceptor.class);
|
||||
|
||||
private static final String ACTIVO = "activo";
|
||||
|
||||
// Considera que o ADM sempre tenha o ID igual a 1
|
||||
private Integer SISTEMA_ID = 1;
|
||||
|
||||
@Override
|
||||
public boolean onSave(Object entity, Serializable id, Object[] state, String[] propertyNames, Type[] types) {
|
||||
final SessionFactory sessionFactory = DBUtil.getInstance().getSessionFactory();
|
||||
final Session session = sessionFactory.openSession();
|
||||
|
||||
try {
|
||||
genAudit(session, entity, EnumAuditAction.CRIACAO);
|
||||
} catch (Exception exception) {
|
||||
log.error(exception.getMessage(), exception);
|
||||
}
|
||||
|
||||
if (session != null) {
|
||||
session.close();
|
||||
}
|
||||
|
||||
return super.onSave(entity, id, state, propertyNames, types);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onFlushDirty(Object entity, Serializable id, Object[] currentState, Object[] previousState, String[] propertyNames, Type[] types) {
|
||||
final SessionFactory sessionFactory = DBUtil.getInstance().getSessionFactory();
|
||||
final Session session = sessionFactory.openSession();
|
||||
|
||||
try {
|
||||
genAudit(session, entity, EnumAuditAction.ALTERACAO);
|
||||
} catch (Exception exception) {
|
||||
log.error(exception.getMessage(), exception);
|
||||
}
|
||||
|
||||
if (session != null) {
|
||||
session.close();
|
||||
}
|
||||
|
||||
return super.onFlushDirty(entity, id, currentState, previousState, propertyNames, types);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDelete(Object entity, Serializable id, Object[] state, String[] propertyNames, Type[] types) {
|
||||
final SessionFactory sessionFactory = DBUtil.getInstance().getSessionFactory();
|
||||
final Session session = sessionFactory.openSession();
|
||||
|
||||
try {
|
||||
genAudit(session, entity, EnumAuditAction.EXCLUSAO);
|
||||
} catch (Exception exception) {
|
||||
log.error(exception.getMessage(), exception);
|
||||
}
|
||||
|
||||
if (session != null) {
|
||||
session.close();
|
||||
}
|
||||
|
||||
super.onDelete(entity, id, state, propertyNames, types);
|
||||
}
|
||||
|
||||
private void genAudit(final Session session, Object entity, EnumAuditAction action) {
|
||||
if (!getAuditModuleService(session)) {
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
/**
|
||||
* Ignorado caso a entidade for de auditoria e se não for encontrado o módulo no banco
|
||||
*/
|
||||
if (!(entity instanceof AuditLog)) {
|
||||
AuditService service = AuditManager.getINSTANCE().getCurrentService();
|
||||
|
||||
if (!(entity instanceof AuditLog) && service != null && service.getModule() != null) {
|
||||
/**
|
||||
* A auditoria não será realizada nos seguintes cenários: 1) não for encontrado o serviço no banco de dados 2) O serviço for encontrado, porém não está habilitado para auditoria
|
||||
*/
|
||||
if (service.getModule().getIndAuditable()) {
|
||||
AuditLog audit = new AuditLog();
|
||||
audit.setCreatedDate(new Date(System.currentTimeMillis()));
|
||||
audit.setEntityName(entity.getClass().getSimpleName());
|
||||
audit.setService(service);
|
||||
audit.setEntityDetail(AuditControl.toJson(entity));
|
||||
|
||||
Sistema sistema = new Sistema();
|
||||
sistema.setSistemaId(SISTEMA_ID);
|
||||
audit.setSistema(sistema);
|
||||
|
||||
audit.setAction(action.getId());
|
||||
audit.setUsuario(UsuarioLogado.getUsuarioLogado() != null ? UsuarioLogado.getUsuarioLogado() : new Usuario(1));
|
||||
|
||||
session.persist(audit);
|
||||
session.flush();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
} catch (Exception exception) {
|
||||
log.error(exception.getMessage(), exception);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
private boolean getAuditModuleService(final Session session) {
|
||||
if (AuditManager.getINSTANCE() != null && AuditManager.getINSTANCE().getAuditar() == null) {
|
||||
Criteria criteriaAuditar = session.createCriteria(Constante.class);
|
||||
criteriaAuditar.add(Restrictions.eq("nombconstante", "AUDITAR_SISTEMA"));
|
||||
criteriaAuditar.add(Restrictions.eq(ACTIVO, Boolean.TRUE));
|
||||
Constante constante = (Constante) criteriaAuditar.uniqueResult();
|
||||
|
||||
Boolean auditar = Boolean.FALSE;
|
||||
|
||||
if (constante != null) {
|
||||
try {
|
||||
auditar = Boolean.valueOf(constante.getValorconstante());
|
||||
} catch (Exception e) {
|
||||
log.error(e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
|
||||
AuditManager.getINSTANCE().setAuditar(auditar);
|
||||
}
|
||||
|
||||
if (AuditManager.getINSTANCE() == null || AuditManager.getINSTANCE().getAuditar() == null || !AuditManager.getINSTANCE().getAuditar()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!AuditManager.getINSTANCE().getCheckModuleAudit()) {
|
||||
return AuditManager.getINSTANCE().getCurrentService() != null ? true : false;
|
||||
}
|
||||
|
||||
AuditService auditService = null;
|
||||
|
||||
Criteria criteriaFuncionSistema = session.createCriteria(FuncionSistema.class);
|
||||
criteriaFuncionSistema.add(Restrictions.eq("descruta", AuditManager.getINSTANCE().getCurrentActionService()));
|
||||
FuncionSistema funcionSistema = (FuncionSistema) criteriaFuncionSistema.uniqueResult();
|
||||
|
||||
if (funcionSistema == null) {
|
||||
log.info("Função sistema " + funcionSistema + " não encontrada na base de dados.");
|
||||
AuditManager.getINSTANCE().setCurrentService(auditService);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Criteria criteriaService = session.createCriteria(AuditService.class);
|
||||
criteriaService.add(Restrictions.eq("funcionSistema", funcionSistema));
|
||||
auditService = (AuditService) criteriaService.uniqueResult();
|
||||
|
||||
if (auditService == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
AuditManager.getINSTANCE().setCurrentService(auditService);
|
||||
AuditManager.getINSTANCE().setCheckModuleAudit(Boolean.FALSE);
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
|
@ -1,160 +1,160 @@
|
|||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
public class Constantes {
|
||||
|
||||
public static final Long FORMA_PAGO_DINHEIRO = 1L;
|
||||
public static final Long FORMA_PAGO_CREDITO = 2L;
|
||||
public static final Long FORMA_PAGO_DEBITO = 3L;
|
||||
public static final Long FORMA_PAGO_TROCA_PASSAGEM = 10L;
|
||||
public static final Long FORMA_PAGO_ORDEN_SERVICIO = 11L;
|
||||
public static final Long FORMA_PAGO_GERACAO_OCD = 35L;
|
||||
public static final Long FORMA_PAGO_NOTA_CREDITO = 93L;
|
||||
public static final Long FORMA_PAGO_RESERVA = 94L;
|
||||
|
||||
|
||||
public static final Long MVO_CANCEL_CANCELACION = 31L;
|
||||
public static final Long MVO_CANCEL_DEVOLUCAO = 32L;
|
||||
public static final Long MVO_CANCEL_DEVOLUCAO_CONTIGENCIA_50 = 36L;
|
||||
public static final Long MVO_CANCEL_DEVOLUCAO_CONTIGENCIA_100 = 37L;
|
||||
public static final Long MVO_CANCEL_TROCA = 10L;
|
||||
public static final Long MVO_CANCEL_CHECKIN = 27L;
|
||||
public static final Long MVO_CANCEL_TRANSFERENCIA = 23L;
|
||||
public static final Long MVO_CANCEL_BOLETO_ENTREGADO = 16L;
|
||||
public static final Long MVO_CANCEL_BOLETO_AGRUPAMENTO = 17L;
|
||||
public static final Long MVO_CANCEL_GERACAO_OCD = 99L;
|
||||
public static final Long MVO_CANCEL_QUITACAO_OCD = 35L;
|
||||
public static final Long MVO_CANCEL_VENDA_PACOTE = 33L;
|
||||
public static final Long ORGAO_CONCEDENTE_ID_AGERBA = 27L;
|
||||
|
||||
public static final Long TPV_DIRECTO_NORMAL = 1L;
|
||||
public static final Long TPV_MANUAL = 3L;
|
||||
public static final Long TPV_CALL_CENTER = 5L;
|
||||
public static final Long TPV_BOLETO_REMOTO = 18L;
|
||||
public static final Long TPV_TRANSFERENCIAS = 8L; // é a troca de passagens
|
||||
public static final Long TPV_CAMBIO_VIAJE = 81L; // é a transferência de passagens
|
||||
public static final Long TPV_CHECKIN_VIAGEM = 41L; // chekin boletos
|
||||
public static final Long TPV_BOLETO_ABIERTO = 9L;
|
||||
public static final Long TPV_CONFIRMA_ABIERTO = 82L;
|
||||
public static final Long TPV_VENDA_BOLETO_ABERTO_MANUAL = 39L;
|
||||
|
||||
public static final Long TPV_RESERVACION_POR_INTERNET = 16L;
|
||||
public static final Long TPV_POR_INTERNET = 12L;
|
||||
public static final Long TPV_AGENCIA_WEB = 19L;
|
||||
|
||||
public static final Integer TIPO_OPERACION_CC_LQ = 1;
|
||||
public static final Integer TIPO_OPERACION_CC_PAGO = 2;
|
||||
|
||||
public static final Integer ARTICULO_VENTA = 1;
|
||||
public static final Integer ARTICULO_OUTROS = 2;
|
||||
public static final Integer ARTICULO_MANUAL = 3;
|
||||
|
||||
public static final Short TURNO_AUTOMATICO = new Short("99");
|
||||
|
||||
public static final String IMAGEM_EMPRESA = "EMPRESA_BACKGROUND";
|
||||
public static final String IMAGEM_EMPRESA_GENERICA = "EMPRESA_BACKGROUND_GENERICA";
|
||||
|
||||
public static final String ORGAO_CONCEDENTE_STRING_AGERBA = "AGERBA";
|
||||
|
||||
public static List<Integer> ORGAOS_CONCEDENTES_CALCULO_ARTESP = new ArrayList<Integer>(Arrays.asList(new Integer[]{21})) ;
|
||||
/*
|
||||
3 ANTT
|
||||
4 AGEPAN
|
||||
2 DER/PR
|
||||
6 DER/MG
|
||||
9 DER/RJ
|
||||
15 DER/SC
|
||||
16 DER/GO
|
||||
22 DETRO/RJ
|
||||
10 DER/ES
|
||||
25 Pref de Ibatiba
|
||||
26 Pref de João Neiva
|
||||
27 AGERBA
|
||||
28 DER/RO
|
||||
30 DETER
|
||||
*/
|
||||
public static List<Integer> ORGAOS_CONCEDENTES_CALCULO_ANTT = new ArrayList<Integer>(Arrays.asList(new Integer[]{2,3,4,6,9,15,16,22,10,25,26,27,28,29,30}));
|
||||
|
||||
/*
|
||||
* 5 - DER/MT
|
||||
* 23 - Pref.Marilia
|
||||
*
|
||||
*/
|
||||
public static List<Integer> ORGAOS_CONCEDENTES_CALCULO_AGER = new ArrayList<Integer>(Arrays.asList(new Integer[]{5,23}));
|
||||
|
||||
public static final String UTF_8 = "UTF-8";
|
||||
public static final String CHARSET_UTF8 = ";charset=utf-8";
|
||||
|
||||
public static final int INTERVALO_FECHAMENTO_DIARIO = 1;
|
||||
public static final int INTERVALO_FECHAMENTO_SEMANAL = 7;
|
||||
public static final int INTERVALO_FECHAMENTO_DECENDIAL = 10;
|
||||
public static final int INTERVALO_FECHAMENTO_QUINZENAL = 15;
|
||||
public static final int INTERVALO_FECHAMENTO_MENSAL = 30;
|
||||
public static final int LIMITE_EVENTO_EXTRA_EDITAVEL = 99000;//TipoEventoExtra com id >= 99000 não são editáveis.
|
||||
|
||||
public static final String DESCONTO_COMPONENTE_PRECO = "DESCONTO_COMPONENTE_PRECO";
|
||||
|
||||
public static final String TEMPO_LIMITE_PEN_PARAM_OCD = "TEMPO_LIMITE_PEN_PARAM_OCD";
|
||||
|
||||
public static final String CVESISTEMA_MOTIVO_CANCELAMENTO_ECF = "CANCELAMENTO_ECF";
|
||||
|
||||
public static final String QTDE_MAX_DIAS_RETENCAO_DIARIA_COMISSAO = "QTDE_MAX_DIAS_RETENCAO_DIARIA_COMISSAO";
|
||||
|
||||
public static final String RETER_COMISSAO_ADM_FECHAMENTO_CAIXA = "RETER_COMISSAO_ADM_FECHAMENTO_CAIXA";
|
||||
|
||||
public enum FiltroEnviadosSefaz { SIM, NAO, TODOS };
|
||||
|
||||
public static final String CVESISTEMA_MOTIVO_CANCELAMENTO_ALTERACAO_POLTRONA = "ALTERACAO_POLTRONA";
|
||||
|
||||
public static final String BPE_ALTERACAO_POLTRONA = "110116";
|
||||
|
||||
public static final String ESTACAO_EMBARCADA = "ESTACAO_EMBARCADA";
|
||||
|
||||
public static final Integer CATEGORIA_NORMAL = 1;
|
||||
|
||||
public static final String BPE_AMBIENTE = "BPE_AMBIENTE";
|
||||
|
||||
public static final String BPE_URL = "BPE_URL";
|
||||
|
||||
public static final String BPE_URL_CONTIG = "BPE_URL_CONTIG_";
|
||||
|
||||
public static final String RELATORIO_BPE_OTIMIZADO = "RELATORIO_BPE_OTIMIZADO";
|
||||
|
||||
public static final String URL_PAINEL_EMBARCADA = "URL_PAINEL_EMBARCADA";
|
||||
|
||||
public static final String EXIGE_EMAIL_OU_TEL_CAD_CLIENTE = "EXIGE_EMAIL_OU_TEL_CAD_CLIENTE";
|
||||
|
||||
public static final String SMTP_COMISSAO_EMAIL = "SMTP_COMISSAO_EMAIL";
|
||||
|
||||
public static final String SMTP_COMISSAO_HOST = "SMTP_COMISSAO_HOST";
|
||||
|
||||
public static final String SMTP_COMISSAO_AUTENTICACAO = "SMTP_COMISSAO_AUTENTICACAO";
|
||||
|
||||
public static final String SMTP_COMISSAO_PASS = "SMTP_COMISSAO_PASS";
|
||||
|
||||
public static final String SMTP_COMISSAO_PORT = "SMTP_COMISSAO_PORT";
|
||||
|
||||
public static final String SMTP_COMISSAO_USER = "SMTP_COMISSAO_USER";
|
||||
|
||||
public static final String TIPO_OCUPACAO_SEM_VALIDACAO = "TIPO_OCUPACAO_SEM_VALIDACAO";
|
||||
|
||||
public static final String CNPJ_OBRIGATORIO_ORDEN_SERVICO = "CNPJ_OBRIGATORIO_ORDEN_SERVICO";
|
||||
|
||||
|
||||
public static final String NUM_ASIENTO_CON_LETRA = "NUM_ASIENTO_CON_LETRA";
|
||||
|
||||
public static final String DESATIVAR_OBR_CAM_EMPRESA_IMPOSTO = "DESATIVAR_OBR_CAM_EMPRESA_IMPOSTO";
|
||||
|
||||
public static final Integer PERFIL_ADM_CONTRATO = 32;
|
||||
|
||||
public static final String NUM_VIAJE_9_DIGITOS = "NUM_VIAJE_9_DIGITOS";
|
||||
|
||||
private Constantes() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
public class Constantes {
|
||||
|
||||
public static final Long FORMA_PAGO_DINHEIRO = 1L;
|
||||
public static final Long FORMA_PAGO_CREDITO = 2L;
|
||||
public static final Long FORMA_PAGO_DEBITO = 3L;
|
||||
public static final Long FORMA_PAGO_TROCA_PASSAGEM = 10L;
|
||||
public static final Long FORMA_PAGO_ORDEN_SERVICIO = 11L;
|
||||
public static final Long FORMA_PAGO_GERACAO_OCD = 35L;
|
||||
public static final Long FORMA_PAGO_NOTA_CREDITO = 93L;
|
||||
public static final Long FORMA_PAGO_RESERVA = 94L;
|
||||
|
||||
|
||||
public static final Long MVO_CANCEL_CANCELACION = 31L;
|
||||
public static final Long MVO_CANCEL_DEVOLUCAO = 32L;
|
||||
public static final Long MVO_CANCEL_DEVOLUCAO_CONTIGENCIA_50 = 36L;
|
||||
public static final Long MVO_CANCEL_DEVOLUCAO_CONTIGENCIA_100 = 37L;
|
||||
public static final Long MVO_CANCEL_TROCA = 10L;
|
||||
public static final Long MVO_CANCEL_CHECKIN = 27L;
|
||||
public static final Long MVO_CANCEL_TRANSFERENCIA = 23L;
|
||||
public static final Long MVO_CANCEL_BOLETO_ENTREGADO = 16L;
|
||||
public static final Long MVO_CANCEL_BOLETO_AGRUPAMENTO = 17L;
|
||||
public static final Long MVO_CANCEL_GERACAO_OCD = 99L;
|
||||
public static final Long MVO_CANCEL_QUITACAO_OCD = 35L;
|
||||
public static final Long MVO_CANCEL_VENDA_PACOTE = 33L;
|
||||
public static final Long ORGAO_CONCEDENTE_ID_AGERBA = 27L;
|
||||
|
||||
public static final Long TPV_DIRECTO_NORMAL = 1L;
|
||||
public static final Long TPV_MANUAL = 3L;
|
||||
public static final Long TPV_CALL_CENTER = 5L;
|
||||
public static final Long TPV_BOLETO_REMOTO = 18L;
|
||||
public static final Long TPV_TRANSFERENCIAS = 8L; // é a troca de passagens
|
||||
public static final Long TPV_CAMBIO_VIAJE = 81L; // é a transferência de passagens
|
||||
public static final Long TPV_CHECKIN_VIAGEM = 41L; // chekin boletos
|
||||
public static final Long TPV_BOLETO_ABIERTO = 9L;
|
||||
public static final Long TPV_CONFIRMA_ABIERTO = 82L;
|
||||
public static final Long TPV_VENDA_BOLETO_ABERTO_MANUAL = 39L;
|
||||
|
||||
public static final Long TPV_RESERVACION_POR_INTERNET = 16L;
|
||||
public static final Long TPV_POR_INTERNET = 12L;
|
||||
public static final Long TPV_AGENCIA_WEB = 19L;
|
||||
|
||||
public static final Integer TIPO_OPERACION_CC_LQ = 1;
|
||||
public static final Integer TIPO_OPERACION_CC_PAGO = 2;
|
||||
|
||||
public static final Integer ARTICULO_VENTA = 1;
|
||||
public static final Integer ARTICULO_OUTROS = 2;
|
||||
public static final Integer ARTICULO_MANUAL = 3;
|
||||
|
||||
public static final Short TURNO_AUTOMATICO = new Short("99");
|
||||
|
||||
public static final String IMAGEM_EMPRESA = "EMPRESA_BACKGROUND";
|
||||
public static final String IMAGEM_EMPRESA_GENERICA = "EMPRESA_BACKGROUND_GENERICA";
|
||||
|
||||
public static final String ORGAO_CONCEDENTE_STRING_AGERBA = "AGERBA";
|
||||
|
||||
public static List<Integer> ORGAOS_CONCEDENTES_CALCULO_ARTESP = new ArrayList<Integer>(Arrays.asList(new Integer[]{21})) ;
|
||||
/*
|
||||
3 ANTT
|
||||
4 AGEPAN
|
||||
2 DER/PR
|
||||
6 DER/MG
|
||||
9 DER/RJ
|
||||
15 DER/SC
|
||||
16 DER/GO
|
||||
22 DETRO/RJ
|
||||
10 DER/ES
|
||||
25 Pref de Ibatiba
|
||||
26 Pref de João Neiva
|
||||
27 AGERBA
|
||||
28 DER/RO
|
||||
30 DETER
|
||||
*/
|
||||
public static List<Integer> ORGAOS_CONCEDENTES_CALCULO_ANTT = new ArrayList<Integer>(Arrays.asList(new Integer[]{2,3,4,6,9,15,16,22,10,25,26,27,28,29,30}));
|
||||
|
||||
/*
|
||||
* 5 - DER/MT
|
||||
* 23 - Pref.Marilia
|
||||
*
|
||||
*/
|
||||
public static List<Integer> ORGAOS_CONCEDENTES_CALCULO_AGER = new ArrayList<Integer>(Arrays.asList(new Integer[]{5,23}));
|
||||
|
||||
public static final String UTF_8 = "UTF-8";
|
||||
public static final String CHARSET_UTF8 = ";charset=utf-8";
|
||||
|
||||
public static final int INTERVALO_FECHAMENTO_DIARIO = 1;
|
||||
public static final int INTERVALO_FECHAMENTO_SEMANAL = 7;
|
||||
public static final int INTERVALO_FECHAMENTO_DECENDIAL = 10;
|
||||
public static final int INTERVALO_FECHAMENTO_QUINZENAL = 15;
|
||||
public static final int INTERVALO_FECHAMENTO_MENSAL = 30;
|
||||
public static final int LIMITE_EVENTO_EXTRA_EDITAVEL = 99000;//TipoEventoExtra com id >= 99000 não são editáveis.
|
||||
|
||||
public static final String DESCONTO_COMPONENTE_PRECO = "DESCONTO_COMPONENTE_PRECO";
|
||||
|
||||
public static final String TEMPO_LIMITE_PEN_PARAM_OCD = "TEMPO_LIMITE_PEN_PARAM_OCD";
|
||||
|
||||
public static final String CVESISTEMA_MOTIVO_CANCELAMENTO_ECF = "CANCELAMENTO_ECF";
|
||||
|
||||
public static final String QTDE_MAX_DIAS_RETENCAO_DIARIA_COMISSAO = "QTDE_MAX_DIAS_RETENCAO_DIARIA_COMISSAO";
|
||||
|
||||
public static final String RETER_COMISSAO_ADM_FECHAMENTO_CAIXA = "RETER_COMISSAO_ADM_FECHAMENTO_CAIXA";
|
||||
|
||||
public enum FiltroEnviadosSefaz { SIM, NAO, TODOS };
|
||||
|
||||
public static final String CVESISTEMA_MOTIVO_CANCELAMENTO_ALTERACAO_POLTRONA = "ALTERACAO_POLTRONA";
|
||||
|
||||
public static final String BPE_ALTERACAO_POLTRONA = "110116";
|
||||
|
||||
public static final String ESTACAO_EMBARCADA = "ESTACAO_EMBARCADA";
|
||||
|
||||
public static final Integer CATEGORIA_NORMAL = 1;
|
||||
|
||||
public static final String BPE_AMBIENTE = "BPE_AMBIENTE";
|
||||
|
||||
public static final String BPE_URL = "BPE_URL";
|
||||
|
||||
public static final String BPE_URL_CONTIG = "BPE_URL_CONTIG_";
|
||||
|
||||
public static final String RELATORIO_BPE_OTIMIZADO = "RELATORIO_BPE_OTIMIZADO";
|
||||
|
||||
public static final String URL_PAINEL_EMBARCADA = "URL_PAINEL_EMBARCADA";
|
||||
|
||||
public static final String EXIGE_EMAIL_OU_TEL_CAD_CLIENTE = "EXIGE_EMAIL_OU_TEL_CAD_CLIENTE";
|
||||
|
||||
public static final String SMTP_COMISSAO_EMAIL = "SMTP_COMISSAO_EMAIL";
|
||||
|
||||
public static final String SMTP_COMISSAO_HOST = "SMTP_COMISSAO_HOST";
|
||||
|
||||
public static final String SMTP_COMISSAO_AUTENTICACAO = "SMTP_COMISSAO_AUTENTICACAO";
|
||||
|
||||
public static final String SMTP_COMISSAO_PASS = "SMTP_COMISSAO_PASS";
|
||||
|
||||
public static final String SMTP_COMISSAO_PORT = "SMTP_COMISSAO_PORT";
|
||||
|
||||
public static final String SMTP_COMISSAO_USER = "SMTP_COMISSAO_USER";
|
||||
|
||||
public static final String TIPO_OCUPACAO_SEM_VALIDACAO = "TIPO_OCUPACAO_SEM_VALIDACAO";
|
||||
|
||||
public static final String CNPJ_OBRIGATORIO_ORDEN_SERVICO = "CNPJ_OBRIGATORIO_ORDEN_SERVICO";
|
||||
|
||||
|
||||
public static final String NUM_ASIENTO_CON_LETRA = "NUM_ASIENTO_CON_LETRA";
|
||||
|
||||
public static final String DESATIVAR_OBR_CAM_EMPRESA_IMPOSTO = "DESATIVAR_OBR_CAM_EMPRESA_IMPOSTO";
|
||||
|
||||
public static final Integer PERFIL_ADM_CONTRATO = 32;
|
||||
|
||||
public static final String NUM_VIAJE_9_DIGITOS = "NUM_VIAJE_9_DIGITOS";
|
||||
|
||||
private Constantes() {
|
||||
|
||||
}
|
||||
|
||||
}
|
|
@ -1,49 +1,49 @@
|
|||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public class ConstantesFuncionSistema {
|
||||
|
||||
private ConstantesFuncionSistema() {
|
||||
}
|
||||
|
||||
public static final String CLAVE_EDITAR_USUARIO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.MENU.USUARIO";
|
||||
public static final String CLAVE_EDITAR_COMISSAO = "COM.RJCONSULTORES.ADMINISTRACION.PUNTOVENTA.EDITARCOMISSAO";
|
||||
public static final String CLAVE_EXIBIR_TAB_COMISSAO_CONTA = "COM.RJCONSULTORES.ADMINISTRACION.PUNTOVENTA.EDITARPORCENTAGEMCONTA";
|
||||
public static final String CLAVE_REABRIR_MOVIMENTODIARIO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.COMISSAO.MENU.CONFERENCIACOMISSAO.REABRIRMOVIMENTODIARIO";
|
||||
public static final String CLAVE_ENCERRAR_MOVIMENTODIARIO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.COMISSAO.MENU.CONFERENCIACOMISSAO.ENCERRARMOVIMENTODIARIO";
|
||||
public static final String CLAVE_GENERA_FOLIOSISTEMA_VTA_INT_IMP_POSTERIOR = "COM.RJCONSULTORES.ADMINISTRACION.GUI.CATALOGO.MENU.EMPRESA.GENERAFOLIOSISTEMAVTAINTIMPPOSTERIOR";
|
||||
public static final String CLAVE_EDITAR_VENDA_SEM_REDUCAO_Z = "COM.RJCONSULTORES.ADMINISTRACION.GUI.CATALOGO.MENU.EMPRESA.RESTRIGEVENDAREDUCAOZ";
|
||||
public static final String CLAVE_EDITAR_ALTERA_EXIBECANCEL = "COM.RJCONSULTORES.ADMINISTRACION.GUI.CONFIGURACIONECCOMERCIALES.MOTIVOCANCELACION.ALTERAEXIBECANCEL";
|
||||
public static final String CLAVE_CALCULODIARIOCOMISSAO_AUTORIZACAOCALCULOTODASAGENCIAS = "COM.RJCONSULTORES.ADM.CALCULODIARIOCOMISSAO.AUTORIZACAOCALCULOTODASAGENCIAS";
|
||||
public static final String CLAVE_HISTORICO_COMPRAS = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOHISTORICOCOMPRAS";
|
||||
public static final String CLAVE_EXPORTACAO_SGTI = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ANALITICO.SGTI";
|
||||
public static final String CLAVE_POSICAO_VENDA_BILHETE_IDOSO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOPOSICAOVENDABILHETEIDOSO";
|
||||
public static final String CLAVE_INTEGRACAO_ANTI_FRAUDE = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOINTEGRACAOANTIFRAUDE";
|
||||
public static final String CLAVE_TARIFAS_DESABILITAR_BOTAO_EXCLUIR_TODOS = "COM.RJCONSULTORES.VENTABOLETOS.GUI.ADM.PRECO.EXCLUIR.TODAS.PESQUISA";
|
||||
public static final String CLAVE_CONFIGURACAO_VENDA_EMBARCADA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.CONFVENDAEMBARCADA";
|
||||
public static final String CLAVE_RELATORIO_VENDA_EMBARCADA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOVENDAEMBARCADA";
|
||||
public static final String CLAVE_CONTINGENCIA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.MENU.CONTINGENCIA";
|
||||
public static final String CLAVE_TROCO_SIMPLES = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.TROCOSIMPLES";
|
||||
public static final String CLAVE_RELATORIO_TROCO_SIMPLES = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.RELATORIOTROCOSIMPLES";
|
||||
public static final String CLAVE_RELATORIO_ESTORNO_TROCO_SIMPLES = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.RELATORIOESTORNOTROCOSIMPLES";
|
||||
public static final String CLAVE_CONFIG_EMITE_SOMENTE_CUPOM_EMBARQUE = "COM.RJCONSULTORES.ADMINISTRACION.GUI.CONFIGURACIONECCOMERCIALES.CONFIGTIPOPASSAGEM.EMITESOMENTECPEMB";
|
||||
public static final String CLAVE_ADM_PRICING_MODIFICACAOMASSIVAWS = "COM.RJCONSULTORES.ADMINISTRACION.GUI.PRICING.MODIFICACAOMASSIVAWS";
|
||||
public static final String CLAVE_ESTOQUE_W2I = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.ESTOQUEW2I";
|
||||
public static final String CLAVE_UPLOAD_ARQUIVO_CONFIGURACAO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.CUSTOMSISTEMA.UPLOADARQUIVOCONFIGURACAO";
|
||||
public static final String CLAVE_OPERADORES_DISPOSITIVO_VENDA_EMBARCADA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.CONFVENDAEMBARCADA.OPERADORESDISP";
|
||||
public static final String CLAVE_MANUTENCAO_FLEXBUS = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.FLEXBUS";
|
||||
public static final String CLAVE_RELATORIO_PRICING_ESPECIFICO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.PRICING.MENU.RELATORIOPRICINGESPECIFICO";
|
||||
public static final String CLAVE_MODIFICACAO_EMBARCADA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.TARIFAS.MENU.MODIFICACIONMASIVAEMBARCADA";
|
||||
public static final String CLAVE_AUTORIZACAO_RUTA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.AUTORIZACAORUTA";
|
||||
|
||||
public static final String CLAVE_MENU_GESTAO_PRICING = "COM.RJCONSULTORES.ADMINISTRACION.GUI.GESTAODEPRICING";
|
||||
public static final String CLAVE_GESTAO_PRICING_ESPECIFICO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.GESTAODEPRICING.PRICINGESPECIFICO";
|
||||
public static final String CLAVE_GESTAO_PRICING = "COM.RJCONSULTORES.ADMINISTRACION.GUI.GESTAODEPRICING.PRICING";
|
||||
public static final String CLAVE_TELA_GESTAO_PRICING = "COM.RJCONSULTORES.ADMINISTRACION.GUI.GESTAODEPRICING.GESTAOPRICING";
|
||||
public static final String CLAVE_MENU_RELATORIOS_MUDANCAS = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.RELATORIOSDEMUDANCAS";
|
||||
public static final String CLAVE_MENU_RELATORIOS_MUDANCAS_PRICING = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.RELATORIOSDEMUDANCAS.RELATORIOSDEMUDANCASPRICING";
|
||||
|
||||
public static final String CLAVE_MENU_RELATORIOS_VIAJAR_DETALHADO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.RELATORIOSESTATISTICOS.PASSAGEIROSVIAJARDETALHADO";
|
||||
public static final String FUNCION_RECOLECCION = "COM.RJCONSULTORES.ADMINISTRACION.PUNTOVENTA.RECOLECCION";
|
||||
|
||||
public static final String CLAVE_INTEGRACAO_COMPROVANTE_PASSAGEM = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.INTEGRACAOCOMPROVANTEPASSAGEM";
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public class ConstantesFuncionSistema {
|
||||
|
||||
private ConstantesFuncionSistema() {
|
||||
}
|
||||
|
||||
public static final String CLAVE_EDITAR_USUARIO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.MENU.USUARIO";
|
||||
public static final String CLAVE_EDITAR_COMISSAO = "COM.RJCONSULTORES.ADMINISTRACION.PUNTOVENTA.EDITARCOMISSAO";
|
||||
public static final String CLAVE_EXIBIR_TAB_COMISSAO_CONTA = "COM.RJCONSULTORES.ADMINISTRACION.PUNTOVENTA.EDITARPORCENTAGEMCONTA";
|
||||
public static final String CLAVE_REABRIR_MOVIMENTODIARIO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.COMISSAO.MENU.CONFERENCIACOMISSAO.REABRIRMOVIMENTODIARIO";
|
||||
public static final String CLAVE_ENCERRAR_MOVIMENTODIARIO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.COMISSAO.MENU.CONFERENCIACOMISSAO.ENCERRARMOVIMENTODIARIO";
|
||||
public static final String CLAVE_GENERA_FOLIOSISTEMA_VTA_INT_IMP_POSTERIOR = "COM.RJCONSULTORES.ADMINISTRACION.GUI.CATALOGO.MENU.EMPRESA.GENERAFOLIOSISTEMAVTAINTIMPPOSTERIOR";
|
||||
public static final String CLAVE_EDITAR_VENDA_SEM_REDUCAO_Z = "COM.RJCONSULTORES.ADMINISTRACION.GUI.CATALOGO.MENU.EMPRESA.RESTRIGEVENDAREDUCAOZ";
|
||||
public static final String CLAVE_EDITAR_ALTERA_EXIBECANCEL = "COM.RJCONSULTORES.ADMINISTRACION.GUI.CONFIGURACIONECCOMERCIALES.MOTIVOCANCELACION.ALTERAEXIBECANCEL";
|
||||
public static final String CLAVE_CALCULODIARIOCOMISSAO_AUTORIZACAOCALCULOTODASAGENCIAS = "COM.RJCONSULTORES.ADM.CALCULODIARIOCOMISSAO.AUTORIZACAOCALCULOTODASAGENCIAS";
|
||||
public static final String CLAVE_HISTORICO_COMPRAS = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOHISTORICOCOMPRAS";
|
||||
public static final String CLAVE_EXPORTACAO_SGTI = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ANALITICO.SGTI";
|
||||
public static final String CLAVE_POSICAO_VENDA_BILHETE_IDOSO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOPOSICAOVENDABILHETEIDOSO";
|
||||
public static final String CLAVE_INTEGRACAO_ANTI_FRAUDE = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOINTEGRACAOANTIFRAUDE";
|
||||
public static final String CLAVE_TARIFAS_DESABILITAR_BOTAO_EXCLUIR_TODOS = "COM.RJCONSULTORES.VENTABOLETOS.GUI.ADM.PRECO.EXCLUIR.TODAS.PESQUISA";
|
||||
public static final String CLAVE_CONFIGURACAO_VENDA_EMBARCADA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.CONFVENDAEMBARCADA";
|
||||
public static final String CLAVE_RELATORIO_VENDA_EMBARCADA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOVENDAEMBARCADA";
|
||||
public static final String CLAVE_CONTINGENCIA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.MENU.CONTINGENCIA";
|
||||
public static final String CLAVE_TROCO_SIMPLES = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.TROCOSIMPLES";
|
||||
public static final String CLAVE_RELATORIO_TROCO_SIMPLES = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.RELATORIOTROCOSIMPLES";
|
||||
public static final String CLAVE_RELATORIO_ESTORNO_TROCO_SIMPLES = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.RELATORIOESTORNOTROCOSIMPLES";
|
||||
public static final String CLAVE_CONFIG_EMITE_SOMENTE_CUPOM_EMBARQUE = "COM.RJCONSULTORES.ADMINISTRACION.GUI.CONFIGURACIONECCOMERCIALES.CONFIGTIPOPASSAGEM.EMITESOMENTECPEMB";
|
||||
public static final String CLAVE_ADM_PRICING_MODIFICACAOMASSIVAWS = "COM.RJCONSULTORES.ADMINISTRACION.GUI.PRICING.MODIFICACAOMASSIVAWS";
|
||||
public static final String CLAVE_ESTOQUE_W2I = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.ESTOQUEW2I";
|
||||
public static final String CLAVE_UPLOAD_ARQUIVO_CONFIGURACAO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.CUSTOMSISTEMA.UPLOADARQUIVOCONFIGURACAO";
|
||||
public static final String CLAVE_OPERADORES_DISPOSITIVO_VENDA_EMBARCADA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.CONFVENDAEMBARCADA.OPERADORESDISP";
|
||||
public static final String CLAVE_MANUTENCAO_FLEXBUS = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.FLEXBUS";
|
||||
public static final String CLAVE_RELATORIO_PRICING_ESPECIFICO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.PRICING.MENU.RELATORIOPRICINGESPECIFICO";
|
||||
public static final String CLAVE_MODIFICACAO_EMBARCADA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.TARIFAS.MENU.MODIFICACIONMASIVAEMBARCADA";
|
||||
public static final String CLAVE_AUTORIZACAO_RUTA = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.AUTORIZACAORUTA";
|
||||
|
||||
public static final String CLAVE_MENU_GESTAO_PRICING = "COM.RJCONSULTORES.ADMINISTRACION.GUI.GESTAODEPRICING";
|
||||
public static final String CLAVE_GESTAO_PRICING_ESPECIFICO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.GESTAODEPRICING.PRICINGESPECIFICO";
|
||||
public static final String CLAVE_GESTAO_PRICING = "COM.RJCONSULTORES.ADMINISTRACION.GUI.GESTAODEPRICING.PRICING";
|
||||
public static final String CLAVE_TELA_GESTAO_PRICING = "COM.RJCONSULTORES.ADMINISTRACION.GUI.GESTAODEPRICING.GESTAOPRICING";
|
||||
public static final String CLAVE_MENU_RELATORIOS_MUDANCAS = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.RELATORIOSDEMUDANCAS";
|
||||
public static final String CLAVE_MENU_RELATORIOS_MUDANCAS_PRICING = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.RELATORIOSDEMUDANCAS.RELATORIOSDEMUDANCASPRICING";
|
||||
|
||||
public static final String CLAVE_MENU_RELATORIOS_VIAJAR_DETALHADO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.RELATORIOSESTATISTICOS.PASSAGEIROSVIAJARDETALHADO";
|
||||
public static final String FUNCION_RECOLECCION = "COM.RJCONSULTORES.ADMINISTRACION.PUNTOVENTA.RECOLECCION";
|
||||
|
||||
public static final String CLAVE_INTEGRACAO_COMPROVANTE_PASSAGEM = "COM.RJCONSULTORES.ADMINISTRACION.GUI.ESQUEMAOPERACIONAL.MENU.INTEGRACAOCOMPROVANTEPASSAGEM";
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public interface ConstantesTipoDesconto {
|
||||
int DESCONTO_POR_NUMERO_DOCUMENTO = 1,
|
||||
DESCONTO_POR_QUANTIDADE = 2,
|
||||
TIPO_DESCONTO_NAO_INFORMADO = 0;
|
||||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public interface ConstantesTipoDesconto {
|
||||
int DESCONTO_POR_NUMERO_DOCUMENTO = 1,
|
||||
DESCONTO_POR_QUANTIDADE = 2,
|
||||
TIPO_DESCONTO_NAO_INFORMADO = 0;
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public interface ConstantesTipoValidaVenta {
|
||||
String COD_AGENCIA = "A";
|
||||
String COD_MOTORISTA = "M";
|
||||
String AGENCIA = "AGENCIA";
|
||||
String MOTORISTA = "MOTORISTA";
|
||||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public interface ConstantesTipoValidaVenta {
|
||||
String COD_AGENCIA = "A";
|
||||
String COD_MOTORISTA = "M";
|
||||
String AGENCIA = "AGENCIA";
|
||||
String MOTORISTA = "MOTORISTA";
|
||||
}
|
|
@ -1,11 +1,11 @@
|
|||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public class ConstantesVendaEmbarcada {
|
||||
|
||||
public static final int VENDA_GERADA = 0;
|
||||
public static final int VENDA_BOLETO_ERROR = 1;
|
||||
public static final int VENDA_BOLETO_FORMAPAGO_ERROR = 2;
|
||||
public static final int VENDA_CAJA_ERROR = 3;
|
||||
public static final int VENDA_CAJA_FORMAPAGO_ERROR = 4;
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public class ConstantesVendaEmbarcada {
|
||||
|
||||
public static final int VENDA_GERADA = 0;
|
||||
public static final int VENDA_BOLETO_ERROR = 1;
|
||||
public static final int VENDA_BOLETO_FORMAPAGO_ERROR = 2;
|
||||
public static final int VENDA_CAJA_ERROR = 3;
|
||||
public static final int VENDA_CAJA_FORMAPAGO_ERROR = 4;
|
||||
|
||||
}
|
|
@ -1,24 +1,24 @@
|
|||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public class DescricaoTipoVenta {
|
||||
|
||||
public static String getDescricaoTipoVenta(Integer tipoVentaId) {
|
||||
if(Constantes.TPV_DIRECTO_NORMAL.intValue() == tipoVentaId) {
|
||||
return "NORMAL";
|
||||
} else if(Constantes.TPV_MANUAL.intValue() == tipoVentaId) {
|
||||
return "MANUAL";
|
||||
} else if(Constantes.TPV_BOLETO_REMOTO.intValue() == tipoVentaId) {
|
||||
return "GAP";
|
||||
} else if(Constantes.TPV_TRANSFERENCIAS.intValue() == tipoVentaId) {
|
||||
return "TRANSFERENCIA";
|
||||
} else if(Constantes.TPV_CAMBIO_VIAJE.intValue() == tipoVentaId) {
|
||||
return "TROCA PASSAGEM";
|
||||
} else if(Constantes.TPV_CHECKIN_VIAGEM.intValue() == tipoVentaId) {
|
||||
return "CHECKIN VIAGEM";
|
||||
} else if(Constantes.TPV_BOLETO_ABIERTO.intValue() == tipoVentaId) {
|
||||
return "BOLETO ABERTO";
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public class DescricaoTipoVenta {
|
||||
|
||||
public static String getDescricaoTipoVenta(Integer tipoVentaId) {
|
||||
if(Constantes.TPV_DIRECTO_NORMAL.intValue() == tipoVentaId) {
|
||||
return "NORMAL";
|
||||
} else if(Constantes.TPV_MANUAL.intValue() == tipoVentaId) {
|
||||
return "MANUAL";
|
||||
} else if(Constantes.TPV_BOLETO_REMOTO.intValue() == tipoVentaId) {
|
||||
return "GAP";
|
||||
} else if(Constantes.TPV_TRANSFERENCIAS.intValue() == tipoVentaId) {
|
||||
return "TRANSFERENCIA";
|
||||
} else if(Constantes.TPV_CAMBIO_VIAJE.intValue() == tipoVentaId) {
|
||||
return "TROCA PASSAGEM";
|
||||
} else if(Constantes.TPV_CHECKIN_VIAGEM.intValue() == tipoVentaId) {
|
||||
return "CHECKIN VIAGEM";
|
||||
} else if(Constantes.TPV_BOLETO_ABIERTO.intValue() == tipoVentaId) {
|
||||
return "BOLETO ABERTO";
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
}
|
|
@ -1,41 +1,41 @@
|
|||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public enum TipoEventoExtra {
|
||||
|
||||
OUTRO("OUTRO"),
|
||||
SEGURO_OPCIONAL("SEGURO_OPCIONAL"),
|
||||
EXCESSO_BAGAGEM("EXCESSO_BAGAGEM"),
|
||||
TAXA_EMBARQUE("TAXA_EMBARQUE"),
|
||||
SEGURO_RESSARCIMENTO("SEGURO_RESSARCIMENTO"),
|
||||
TAXA_EMBARQUE_RESSARCIMENTO("TAXA_EMBARQUE_RESSARCIMENTO"),
|
||||
MULTA("MULTA"),
|
||||
DIF_MAIOR("DIF_MAIOR"),
|
||||
DIF_MENOR("DIF_MENOR"),
|
||||
SUPRIMENTO("SUPRIMENTO"),
|
||||
SANGRIA("SANGRIA"),
|
||||
RECARGA_CELULAR("RECARGA_CELULAR"),
|
||||
RECARGA_TV("RECARGA_TV"),
|
||||
RECARGA_PIN("RECARGA_PIN"),
|
||||
PACOTE("PACOTE"),
|
||||
SMART_CARD("SMART_CARD"),
|
||||
TAXA_CONVENIENCIA_SVI("TAXA_CONVENIENCIA_SVI"),
|
||||
TARIFA_SAFER("TARIFA_SAFER"),
|
||||
JUROS_CARTAO_CREDITO("JUROS_CARTAO_CREDITO"),
|
||||
EMBARQUE_JA("EMBARQUE_JA"),
|
||||
;
|
||||
|
||||
private String descricao;
|
||||
|
||||
private TipoEventoExtra(String descricao) {
|
||||
this.descricao = descricao;
|
||||
}
|
||||
|
||||
public String getDescricao() {
|
||||
return descricao;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getDescricao();
|
||||
}
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public enum TipoEventoExtra {
|
||||
|
||||
OUTRO("OUTRO"),
|
||||
SEGURO_OPCIONAL("SEGURO_OPCIONAL"),
|
||||
EXCESSO_BAGAGEM("EXCESSO_BAGAGEM"),
|
||||
TAXA_EMBARQUE("TAXA_EMBARQUE"),
|
||||
SEGURO_RESSARCIMENTO("SEGURO_RESSARCIMENTO"),
|
||||
TAXA_EMBARQUE_RESSARCIMENTO("TAXA_EMBARQUE_RESSARCIMENTO"),
|
||||
MULTA("MULTA"),
|
||||
DIF_MAIOR("DIF_MAIOR"),
|
||||
DIF_MENOR("DIF_MENOR"),
|
||||
SUPRIMENTO("SUPRIMENTO"),
|
||||
SANGRIA("SANGRIA"),
|
||||
RECARGA_CELULAR("RECARGA_CELULAR"),
|
||||
RECARGA_TV("RECARGA_TV"),
|
||||
RECARGA_PIN("RECARGA_PIN"),
|
||||
PACOTE("PACOTE"),
|
||||
SMART_CARD("SMART_CARD"),
|
||||
TAXA_CONVENIENCIA_SVI("TAXA_CONVENIENCIA_SVI"),
|
||||
TARIFA_SAFER("TARIFA_SAFER"),
|
||||
JUROS_CARTAO_CREDITO("JUROS_CARTAO_CREDITO"),
|
||||
EMBARQUE_JA("EMBARQUE_JA"),
|
||||
;
|
||||
|
||||
private String descricao;
|
||||
|
||||
private TipoEventoExtra(String descricao) {
|
||||
this.descricao = descricao;
|
||||
}
|
||||
|
||||
public String getDescricao() {
|
||||
return descricao;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getDescricao();
|
||||
}
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public enum TipoSeguro {
|
||||
|
||||
SEGURO,
|
||||
TPP;
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.constantes;
|
||||
|
||||
public enum TipoSeguro {
|
||||
|
||||
SEGURO,
|
||||
TPP;
|
||||
|
||||
}
|
|
@ -1,12 +1,12 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AbastoBoleto;
|
||||
import com.rjconsultores.ventaboletos.entidad.PuntoVenta;
|
||||
|
||||
public interface AbastoBoletoDAO extends GenericDAO<AbastoBoleto, Integer> {
|
||||
|
||||
public List<AbastoBoleto> buscaAbastoBoletoPorPuntoVenta(PuntoVenta puntoVenta);
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AbastoBoleto;
|
||||
import com.rjconsultores.ventaboletos.entidad.PuntoVenta;
|
||||
|
||||
public interface AbastoBoletoDAO extends GenericDAO<AbastoBoleto, Integer> {
|
||||
|
||||
public List<AbastoBoleto> buscaAbastoBoletoPorPuntoVenta(PuntoVenta puntoVenta);
|
||||
|
||||
}
|
|
@ -1,34 +1,34 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AbastoCentral;
|
||||
import com.rjconsultores.ventaboletos.entidad.Aidf;
|
||||
import com.rjconsultores.ventaboletos.entidad.Estacion;
|
||||
import com.rjconsultores.ventaboletos.entidad.PuntoVenta;
|
||||
|
||||
public interface AbastoCentralDAO extends GenericDAO<AbastoCentral, Long> {
|
||||
|
||||
|
||||
public List<AbastoCentral> obtenerBilhetes(Aidf aidf, PuntoVenta origem);
|
||||
public List<AbastoCentral> obtenerBilhetes(Aidf aidf, String formInicial, String formFinal, PuntoVenta origem);
|
||||
|
||||
public List<AbastoCentral> obtenerBilhetesPorPuntoVenta(PuntoVenta puntoVentaBilhetes);
|
||||
public List<AbastoCentral> obtenerBilhetesPorPuntoVenta(PuntoVenta puntoVentaBilhetes, Estacion origem);
|
||||
public List<AbastoCentral> obtenerBilhetesPorPuntoVenta(String formInicial, String formFinal, PuntoVenta puntoVentaBilhetes);
|
||||
public List<AbastoCentral> obtenerBilhetesPorPuntoVenta(String numSerie, String formInicial, String formFinal, PuntoVenta puntoVentaBilhetes, Estacion origem);
|
||||
|
||||
public void actualizaBilhetes(List<AbastoCentral> bilhetes, PuntoVenta destino);
|
||||
public void actualizaBilhetes(List<AbastoCentral> bilhetes, Estacion destino);
|
||||
public void suscribirBilhetes(List<AbastoCentral> bilhetes);
|
||||
public List<AbastoCentral> buscaBilhetesPorAidf(Aidf aidf);
|
||||
|
||||
public void gravaControleEstoqueMigracao(PuntoVenta puntoVenta, Date fecmodif, Integer usuarioId);
|
||||
|
||||
public List<String> buscarSeriesBilhetesPorEstacion(Estacion estacion);
|
||||
|
||||
public void borrarLosQueTienenAIDF(Aidf aidf);
|
||||
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AbastoCentral;
|
||||
import com.rjconsultores.ventaboletos.entidad.Aidf;
|
||||
import com.rjconsultores.ventaboletos.entidad.Estacion;
|
||||
import com.rjconsultores.ventaboletos.entidad.PuntoVenta;
|
||||
|
||||
public interface AbastoCentralDAO extends GenericDAO<AbastoCentral, Long> {
|
||||
|
||||
|
||||
public List<AbastoCentral> obtenerBilhetes(Aidf aidf, PuntoVenta origem);
|
||||
public List<AbastoCentral> obtenerBilhetes(Aidf aidf, String formInicial, String formFinal, PuntoVenta origem);
|
||||
|
||||
public List<AbastoCentral> obtenerBilhetesPorPuntoVenta(PuntoVenta puntoVentaBilhetes);
|
||||
public List<AbastoCentral> obtenerBilhetesPorPuntoVenta(PuntoVenta puntoVentaBilhetes, Estacion origem);
|
||||
public List<AbastoCentral> obtenerBilhetesPorPuntoVenta(String formInicial, String formFinal, PuntoVenta puntoVentaBilhetes);
|
||||
public List<AbastoCentral> obtenerBilhetesPorPuntoVenta(String numSerie, String formInicial, String formFinal, PuntoVenta puntoVentaBilhetes, Estacion origem);
|
||||
|
||||
public void actualizaBilhetes(List<AbastoCentral> bilhetes, PuntoVenta destino);
|
||||
public void actualizaBilhetes(List<AbastoCentral> bilhetes, Estacion destino);
|
||||
public void suscribirBilhetes(List<AbastoCentral> bilhetes);
|
||||
public List<AbastoCentral> buscaBilhetesPorAidf(Aidf aidf);
|
||||
|
||||
public void gravaControleEstoqueMigracao(PuntoVenta puntoVenta, Date fecmodif, Integer usuarioId);
|
||||
|
||||
public List<String> buscarSeriesBilhetesPorEstacion(Estacion estacion);
|
||||
|
||||
public void borrarLosQueTienenAIDF(Aidf aidf);
|
||||
|
||||
|
||||
}
|
|
@ -1,16 +1,16 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AbastoCentral;
|
||||
import com.rjconsultores.ventaboletos.entidad.AbastoHisto;
|
||||
import com.rjconsultores.ventaboletos.entidad.Aidf;
|
||||
import com.rjconsultores.ventaboletos.entidad.TipoMovimentacion;
|
||||
|
||||
public interface AbastoHistoDAO extends GenericDAO<AbastoHisto, Long> {
|
||||
|
||||
public void grabaHistoricoBilhetes(List<AbastoCentral> bilhetes, TipoMovimentacion tipoMovimentacion);
|
||||
|
||||
public void borrarLosQueTienenAIDF(Aidf aidf);
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AbastoCentral;
|
||||
import com.rjconsultores.ventaboletos.entidad.AbastoHisto;
|
||||
import com.rjconsultores.ventaboletos.entidad.Aidf;
|
||||
import com.rjconsultores.ventaboletos.entidad.TipoMovimentacion;
|
||||
|
||||
public interface AbastoHistoDAO extends GenericDAO<AbastoHisto, Long> {
|
||||
|
||||
public void grabaHistoricoBilhetes(List<AbastoCentral> bilhetes, TipoMovimentacion tipoMovimentacion);
|
||||
|
||||
public void borrarLosQueTienenAIDF(Aidf aidf);
|
||||
|
||||
}
|
|
@ -1,21 +1,21 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AgrupamentoParada;
|
||||
|
||||
public interface AgruparParadaDAO {
|
||||
|
||||
public AgrupamentoParada obtenerID(Integer id);
|
||||
|
||||
public AgrupamentoParada suscribir(AgrupamentoParada entidad);
|
||||
|
||||
public AgrupamentoParada actualizacion(AgrupamentoParada entidad);
|
||||
|
||||
public List<AgrupamentoParada> obtenerTodos();
|
||||
|
||||
public List<AgrupamentoParada> buscar(String descAgrupamentoParada);
|
||||
|
||||
public List<AgrupamentoParada> buscarCVE(String cveAgrupamentoParada);
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AgrupamentoParada;
|
||||
|
||||
public interface AgruparParadaDAO {
|
||||
|
||||
public AgrupamentoParada obtenerID(Integer id);
|
||||
|
||||
public AgrupamentoParada suscribir(AgrupamentoParada entidad);
|
||||
|
||||
public AgrupamentoParada actualizacion(AgrupamentoParada entidad);
|
||||
|
||||
public List<AgrupamentoParada> obtenerTodos();
|
||||
|
||||
public List<AgrupamentoParada> buscar(String descAgrupamentoParada);
|
||||
|
||||
public List<AgrupamentoParada> buscarCVE(String cveAgrupamentoParada);
|
||||
|
||||
}
|
|
@ -1,29 +1,29 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.sql.Connection;
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.Aidf;
|
||||
import com.rjconsultores.ventaboletos.entidad.Empresa;
|
||||
import com.rjconsultores.ventaboletos.entidad.Estado;
|
||||
import com.rjconsultores.ventaboletos.entidad.PuntoVenta;
|
||||
import com.rjconsultores.ventaboletos.vo.aidf.AidfVo;
|
||||
|
||||
public interface AidfDAO extends GenericDAO<Aidf, Long> {
|
||||
|
||||
public List<Aidf> buscaAidfsPorEmpresas(List<Empresa> empresas);
|
||||
|
||||
public Boolean existeAidfComCodFiscalEEstado(Long idAidf, Integer especieId, String docFiscal, Estado estado);
|
||||
|
||||
public List<Aidf> buscaAidfEstadoEmpresa(Integer empresaId, Integer estadoId,Boolean isRMD);
|
||||
|
||||
public String buscaUltimoAidfRMDUtilizado(Long idAidf, Integer empresaId, Integer estadoId);
|
||||
|
||||
public boolean vaidaRMDUtilizado(Long idAidf, Integer empresaId, Integer estadoId, String folio);
|
||||
|
||||
public Boolean validarDocFiscalPorEstadoAgencia(Long idAidf, Integer especieId, String docFiscal, String formInicial, String formFinal, Estado estado, PuntoVenta agencia);
|
||||
|
||||
public List<Aidf> buscaAidfsPorEmpresaAgencia(Empresa empresa, PuntoVenta pontoVenda);
|
||||
|
||||
public List<AidfVo> obtenerAidfFromSerieDocfiscal(String serie, String subSerie, String docfiscal, Connection conn,Integer empresaId);
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.sql.Connection;
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.Aidf;
|
||||
import com.rjconsultores.ventaboletos.entidad.Empresa;
|
||||
import com.rjconsultores.ventaboletos.entidad.Estado;
|
||||
import com.rjconsultores.ventaboletos.entidad.PuntoVenta;
|
||||
import com.rjconsultores.ventaboletos.vo.aidf.AidfVo;
|
||||
|
||||
public interface AidfDAO extends GenericDAO<Aidf, Long> {
|
||||
|
||||
public List<Aidf> buscaAidfsPorEmpresas(List<Empresa> empresas);
|
||||
|
||||
public Boolean existeAidfComCodFiscalEEstado(Long idAidf, Integer especieId, String docFiscal, Estado estado);
|
||||
|
||||
public List<Aidf> buscaAidfEstadoEmpresa(Integer empresaId, Integer estadoId,Boolean isRMD);
|
||||
|
||||
public String buscaUltimoAidfRMDUtilizado(Long idAidf, Integer empresaId, Integer estadoId);
|
||||
|
||||
public boolean vaidaRMDUtilizado(Long idAidf, Integer empresaId, Integer estadoId, String folio);
|
||||
|
||||
public Boolean validarDocFiscalPorEstadoAgencia(Long idAidf, Integer especieId, String docFiscal, String formInicial, String formFinal, Estado estado, PuntoVenta agencia);
|
||||
|
||||
public List<Aidf> buscaAidfsPorEmpresaAgencia(Empresa empresa, PuntoVenta pontoVenda);
|
||||
|
||||
public List<AidfVo> obtenerAidfFromSerieDocfiscal(String serie, String subSerie, String docfiscal, Connection conn,Integer empresaId);
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AidfEspecie;
|
||||
|
||||
public interface AidfEspecieDAO extends GenericDAO<AidfEspecie, Integer> {
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AidfEspecie;
|
||||
|
||||
public interface AidfEspecieDAO extends GenericDAO<AidfEspecie, Integer> {
|
||||
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AidfTipo;
|
||||
|
||||
public interface AidfTipoDAO extends GenericDAO<AidfTipo, Integer> {
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AidfTipo;
|
||||
|
||||
public interface AidfTipoDAO extends GenericDAO<AidfTipo, Integer> {
|
||||
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AjusteEventoExtra;
|
||||
|
||||
public interface AjusteEventoExtraDAO extends GenericDAO<AjusteEventoExtra,Integer>{
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AjusteEventoExtra;
|
||||
|
||||
public interface AjusteEventoExtraDAO extends GenericDAO<AjusteEventoExtra,Integer>{
|
||||
|
||||
}
|
|
@ -1,60 +1,60 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AliasServico;
|
||||
import com.rjconsultores.ventaboletos.entidad.ClaseServicio;
|
||||
import com.rjconsultores.ventaboletos.entidad.Empresa;
|
||||
import com.rjconsultores.ventaboletos.entidad.OrgaoConcedente;
|
||||
import com.rjconsultores.ventaboletos.entidad.Parada;
|
||||
import com.rjconsultores.ventaboletos.entidad.Ruta;
|
||||
|
||||
public interface AliasServicoDAO extends GenericDAO<AliasServico, Integer>{
|
||||
|
||||
/**
|
||||
* Realiza a buscar com os filtros informados e restringindo o corridaId para is null
|
||||
*
|
||||
* @param origenId
|
||||
* @param destinoId
|
||||
* @param rutaId
|
||||
* @return
|
||||
*/
|
||||
public List<AliasServico> buscarAliasSemCorrida(Integer origenId,Integer destinoId,Integer rutaId);
|
||||
|
||||
/**
|
||||
* Realiza a busca com os filtro informados.
|
||||
* @param origenId
|
||||
* @param destinoId
|
||||
* @param rutaId
|
||||
* @param corridaId
|
||||
* @return
|
||||
*/
|
||||
public List<AliasServico> buscar(Integer origenId,Integer destinoId,Integer rutaId,Integer corridaId);
|
||||
|
||||
|
||||
/**
|
||||
* Realiza a busca com os filtro informados.
|
||||
* @param linas
|
||||
* @param empresas
|
||||
* @param tiposClasses
|
||||
* @param orgaos
|
||||
* @param prefixo
|
||||
* @return
|
||||
*/
|
||||
public List<AliasServico> buscarPorLinhaEmpresa(List<Ruta> linhas, List<Empresa> empresas, List<ClaseServicio> tiposClasses, List<OrgaoConcedente> orgaos, String prefixo);
|
||||
|
||||
|
||||
/**
|
||||
* Realiza a busca com os filtro informados.
|
||||
* @param origem
|
||||
* @param destino
|
||||
* @param linha
|
||||
* @param idCorrida
|
||||
* @return
|
||||
*/
|
||||
public AliasServico existe(Parada origem, Parada destino, Ruta linha, Integer idCorrida);
|
||||
|
||||
List<AliasServico> buscarPorRuta(Integer rutaId);
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AliasServico;
|
||||
import com.rjconsultores.ventaboletos.entidad.ClaseServicio;
|
||||
import com.rjconsultores.ventaboletos.entidad.Empresa;
|
||||
import com.rjconsultores.ventaboletos.entidad.OrgaoConcedente;
|
||||
import com.rjconsultores.ventaboletos.entidad.Parada;
|
||||
import com.rjconsultores.ventaboletos.entidad.Ruta;
|
||||
|
||||
public interface AliasServicoDAO extends GenericDAO<AliasServico, Integer>{
|
||||
|
||||
/**
|
||||
* Realiza a buscar com os filtros informados e restringindo o corridaId para is null
|
||||
*
|
||||
* @param origenId
|
||||
* @param destinoId
|
||||
* @param rutaId
|
||||
* @return
|
||||
*/
|
||||
public List<AliasServico> buscarAliasSemCorrida(Integer origenId,Integer destinoId,Integer rutaId);
|
||||
|
||||
/**
|
||||
* Realiza a busca com os filtro informados.
|
||||
* @param origenId
|
||||
* @param destinoId
|
||||
* @param rutaId
|
||||
* @param corridaId
|
||||
* @return
|
||||
*/
|
||||
public List<AliasServico> buscar(Integer origenId,Integer destinoId,Integer rutaId,Integer corridaId);
|
||||
|
||||
|
||||
/**
|
||||
* Realiza a busca com os filtro informados.
|
||||
* @param linas
|
||||
* @param empresas
|
||||
* @param tiposClasses
|
||||
* @param orgaos
|
||||
* @param prefixo
|
||||
* @return
|
||||
*/
|
||||
public List<AliasServico> buscarPorLinhaEmpresa(List<Ruta> linhas, List<Empresa> empresas, List<ClaseServicio> tiposClasses, List<OrgaoConcedente> orgaos, String prefixo);
|
||||
|
||||
|
||||
/**
|
||||
* Realiza a busca com os filtro informados.
|
||||
* @param origem
|
||||
* @param destino
|
||||
* @param linha
|
||||
* @param idCorrida
|
||||
* @return
|
||||
*/
|
||||
public AliasServico existe(Parada origem, Parada destino, Ruta linha, Integer idCorrida);
|
||||
|
||||
List<AliasServico> buscarPorRuta(Integer rutaId);
|
||||
|
||||
}
|
|
@ -1,12 +1,12 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AliquotaEstadoDestino;
|
||||
import com.rjconsultores.ventaboletos.entidad.EmpresaImposto;
|
||||
|
||||
public interface AliquotaEstadoDestinoDAO extends GenericDAO<AliquotaEstadoDestino, Integer> {
|
||||
|
||||
public List<AliquotaEstadoDestino> getChildrens(EmpresaImposto parent);
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AliquotaEstadoDestino;
|
||||
import com.rjconsultores.ventaboletos.entidad.EmpresaImposto;
|
||||
|
||||
public interface AliquotaEstadoDestinoDAO extends GenericDAO<AliquotaEstadoDestino, Integer> {
|
||||
|
||||
public List<AliquotaEstadoDestino> getChildrens(EmpresaImposto parent);
|
||||
|
||||
}
|
|
@ -1,12 +1,12 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditLog;
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditModule;
|
||||
|
||||
public interface AuditLogDAO extends GenericDAO<AuditLog, Long> {
|
||||
public List<AuditLog> carregarLog(AuditModule modulo);
|
||||
|
||||
public List<AuditLog> filtrarLog(AuditLog log);
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditLog;
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditModule;
|
||||
|
||||
public interface AuditLogDAO extends GenericDAO<AuditLog, Long> {
|
||||
public List<AuditLog> carregarLog(AuditModule modulo);
|
||||
|
||||
public List<AuditLog> filtrarLog(AuditLog log);
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditModule;
|
||||
|
||||
public interface AuditModuleDAO extends GenericDAO<AuditModule, Long>{
|
||||
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditModule;
|
||||
|
||||
public interface AuditModuleDAO extends GenericDAO<AuditModule, Long>{
|
||||
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditService;
|
||||
|
||||
public interface AuditServiceDAO extends GenericDAO<AuditService, Long> {
|
||||
public AuditService carregarService(AuditService auditService);
|
||||
}
|
||||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.AuditService;
|
||||
|
||||
public interface AuditServiceDAO extends GenericDAO<AuditService, Long> {
|
||||
public AuditService carregarService(AuditService auditService);
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue