log4j
diff --git a/schemas/due/consultar-dados-resumidos.schema.json b/schemas/due/consultar-dados-resumidos.schema.json
index 53dc1a1..a107a48 100644
--- a/schemas/due/consultar-dados-resumidos.schema.json
+++ b/schemas/due/consultar-dados-resumidos.schema.json
@@ -14,19 +14,34 @@
},
"dataSituacaoDUE": {
"type": "string"
- },
- "situacaoCarga": {
- "items": {
- "type": "integer"
- },
- "type": "array"
- },
+ },
+ "indicadorBloqueio": {
+ "type": "integer"
+ },
"controleAdministrativo": {
"type": "integer"
},
- "indicadorBloqueio": {
- "type": "integer"
+ "uaEmbarque": {
+ "type": "string"
+ },
+ "uaDespacho": {
+ "type": "string"
+ },
+ "responsavelUADespacho": {
+ "type": "null"
+ },
+ "codigoRecintoAduaneiroDespacho": {
+ "type": "string"
+ },
+ "codigoRecintoAduaneiroEmbarque": {
+ "type": "string"
},
+ "latitudeDespacho": {
+ "type": "string"
+ },
+ "longitudeDespacho": {
+ "type": "string"
+ },
"declarante": {
"properties": {
"numero": {
@@ -52,18 +67,10 @@
},
"type": "array"
},
- "codigoRecintoAduaneiroDespacho": { "type": "string" },
- "coordenadasDespacho": {
- "type": "string"
- },
- "responsaveluaDespacho": {
- "type": "null"
- },
- "uaDespacho": {
- "type": "string"
- },
- "codigoRecintoAduaneiroEmbarque": { "type": "string" },
- "uaEmbarque": {
- "type": "string"
- }
+ "situacaoCarga": {
+ "items": {
+ "type": "integer"
+ },
+ "type": "array"
+ }
}, "type": "object" }
\ No newline at end of file
diff --git a/schemas/lpco/incluir_pedido.schema.json b/schemas/lpco/incluir_pedido.schema.json
index 668e802..31e5f55 100644
--- a/schemas/lpco/incluir_pedido.schema.json
+++ b/schemas/lpco/incluir_pedido.schema.json
@@ -7,8 +7,6 @@
"codigoModelo": { "type": "string" },
"importadorExportador": { "type": "string" },
"declarante": { "type": "string" },
- "unidadeMedidaEstatistica": { "type": ["string", "null"] },
- "unidadeMedidaComercializada": { "type": ["string", "null"] },
"informacaoAdicional": { "type": ["string", "null"] },
"listaNcm": {
"type": "array",
@@ -25,7 +23,7 @@
"listaValor": {
"type": "array",
"items": { "type": "string" }
- },
+ }
}
}
},
@@ -38,7 +36,7 @@
"listaValor": {
"type": "array",
"items": { "type": "string" }
- },
+ }
}
}
},
@@ -55,9 +53,10 @@
"listaValor": {
"type": "array",
"items": { "type": "string" }
- },
+ }
}
}
- }
+ },
+ "unidadeMedidaComercializada": { "type": ["string", "null"] }
}
}
diff --git a/schemas/lpco/justificativa.schema.json b/schemas/lpco/justificativa.schema.json
new file mode 100644
index 0000000..f73f0bd
--- /dev/null
+++ b/schemas/lpco/justificativa.schema.json
@@ -0,0 +1,9 @@
+{
+ "definitions": {},
+ "$schema": "http://json-schema.org/draft-06/schema#",
+ "type": "object",
+ "$id": "http://www.pucomex.serpro.gov.br/lpco/incluir_exigencia.schema.json",
+ "properties": {
+ "justificativa": { "type": "string" }
+ }
+}
diff --git a/schemas/lpco/solicitar_retificacao.schema.json b/schemas/lpco/solicitar_retificacao.schema.json
new file mode 100644
index 0000000..d7d4d31
--- /dev/null
+++ b/schemas/lpco/solicitar_retificacao.schema.json
@@ -0,0 +1,60 @@
+{
+ "definitions": {},
+ "$schema": "http://json-schema.org/draft-06/schema#",
+ "type": "object",
+ "$id": "http://www.pucomex.serpro.gov.br/lpco/alterar_pedido.schema.json",
+ "properties": {
+ "justificativa": { "type": ["string"] },
+ "informacaoAdicional": { "type": ["string", "null"] },
+ "listaNcm": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "ncm": { "type": "string" },
+ "listaCamposNcm": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "codigo": { "type": "string" },
+ "listaValor": {
+ "type": "array",
+ "items": { "type": "string" }
+ }
+ }
+ }
+ },
+ "listaAtributosNcm": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "codigo": { "type": "string" },
+ "listaValor": {
+ "type": "array",
+ "items": { "type": "string" }
+ }
+ }
+ }
+ },
+ "unidadeMedidaComercializada": { "type": ["string", "null"] }
+ }
+ }
+ },
+ "listaCamposFormulario": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "codigo": { "type": "string" },
+ "listaValor": {
+ "type": "array",
+ "items": { "type": "string" }
+ }
+ }
+ }
+ },
+ "unidadeMedidaComercializada": { "type": ["string", "null"] }
+ }
+}
diff --git a/schemas/xsd/xsd-due-novo/GoodsDeclaration_1p0_DUE.xsd b/schemas/xsd/xsd-due-novo/GoodsDeclaration_1p0_DUE.xsd
new file mode 100644
index 0000000..dbf53ae
--- /dev/null
+++ b/schemas/xsd/xsd-due-novo/GoodsDeclaration_1p0_DUE.xsd
@@ -0,0 +1,1317 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0001
+
+
+
+
+
+
+
+ EX0010
+
+
+
+
+
+
+
+ EX0037
+
+
+
+
+ EX0065
+
+
+
+
+ EX0063
+
+
+
+
+ EX0064
+
+
+
+
+
+
+
+ EX0062
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0040
+
+
+
+
+ EX0042
+
+
+
+
+
+ EX0041
+ Forma Exportação;Situação Especial;Caso Especial Transporte
+
+
+
+
+
+
+
+
+
+
+
+ EX0039
+
+
+
+
+
+
+
+
+
+
+ EX0003
+
+
+
+
+
+
+
+ EX0080
+
+
+
+
+
+
+
+ EX0081
+
+
+
+
+ EX0082
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0011
+
+
+
+
+
+
+
+ EX0012
+
+
+
+
+ EX0066
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0030
+
+
+
+
+ EX0090
+
+
+
+
+ EX0013
+
+
+
+
+
+
+
+ EX0049
+
+
+
+
+
+
+
+ EX0050
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0024
+
+
+
+
+ EX0023
+
+
+
+
+ EX0083
+
+
+
+
+ EX0084
+
+
+
+
+ EX0078
+
+
+
+
+ EX0077
+
+
+
+
+ EX0075
+
+
+
+
+ EX0076
+
+
+
+
+
+
+
+ EX0091
+
+
+
+
+ EX0092
+
+
+
+
+
+ EX0093
+ Comprot
+
+
+
+
+
+
+
+
+
+
+
+ EX0095
+
+
+
+
+ EX0096
+
+
+
+
+ EX0097
+
+
+
+
+ EX0098
+
+
+
+
+ EX0099
+
+
+
+
+
+
+
+
+
+
+ EX0085
+
+
+
+
+ EX0086
+
+
+
+
+ EX0087
+
+
+
+
+ EX0088
+
+
+
+
+ EX0089
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0035
+
+
+
+
+ EX0028
+
+
+
+
+ EX0026
+
+
+
+
+
+ EX0027
+ Prioridade Carga; Exportação Temporária (prazo e processo administrativo)
+
+
+
+
+
+
+
+
+
+
+
+ EX0019
+
+
+
+
+ EX0031
+
+
+
+
+ EX0079
+
+
+
+
+
+
+
+ EX0070
+
+
+
+
+ EX0029
+
+
+
+
+
+
+
+
+
+
+ EX0051
+
+
+
+
+
+
+
+ EX0053
+
+
+
+
+
+ EX0054
+ Utilizar o número do campo EX0048 para referenciar Notas Fiscais
+
+
+
+
+
+
+
+
+ EX0055
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0033
+
+
+
+
+ EX0034
+
+
+
+
+
+
+
+
+
+
+ EX0094
+
+
+
+
+ EX0056
+
+
+
+
+ EX0057
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0025
+
+
+
+
+
+
+
+
+
+
+ EX0032
+
+
+
+
+
+
+
+
+
+
+ EX0017
+
+
+
+
+ EX0018
+
+
+
+
+
+
+
+
+
+
+
+ EX0073
+ Utilizar o código 149 para identificar Comissão de Agente
+
+
+
+
+
+ EX0074
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0043
+
+
+
+
+ EX0069
+
+
+
+
+
+
+
+ EX0046
+
+
+
+
+
+
+
+
+
+
+ EX0048
+
+
+
+
+ EX0072
+
+
+
+
+
+
+
+ EX0059
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0016
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0002
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0001
+
+
+
+
+
+
+
+
+
+
+ EX0010
+
+
+
+
+
+
+
+ EX0037
+
+
+
+
+ EX0065
+
+
+
+
+ EX0063
+
+
+
+
+ EX0064
+
+
+
+
+
+
+
+ EX0062
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0040
+
+
+
+
+ EX0042
+
+
+
+
+
+ EX0041
+ Forma Exportação;Situação Especial;Caso Especial Transporte
+
+
+
+
+
+
+
+
+
+
+
+ EX0039
+
+
+
+
+
+
+
+
+
+
+ EX0003
+
+
+
+
+
+
+
+ EX0080
+
+
+
+
+
+
+
+ EX0081
+
+
+
+
+ EX0082
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0011
+
+
+
+
+
+
+
+ EX0012
+
+
+
+
+ EX0066
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0005
+
+
+
+
+ EX0004
+
+
+
+
+
+
+
+ EX0007
+
+
+
+
+ EX0006
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0030
+
+
+
+
+ EX0090
+
+
+
+
+ EX0013
+
+
+
+
+
+
+
+ EX0049
+
+
+
+
+
+
+
+ EX0050
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0024
+
+
+
+
+ EX0023
+
+
+
+
+ EX0075
+
+
+
+
+ EX0076
+
+
+
+
+
+
+
+ EX0091
+
+
+
+
+ EX0092
+
+
+
+
+
+ EX0093
+ Comprot
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0035
+
+
+
+
+ EX0028
+
+
+
+
+ EX0026
+
+
+
+
+
+ EX0027
+ Prioridade Carga; Exportação Temporária (prazo e processo administrativo)
+
+
+
+
+
+
+
+
+
+
+
+ EX0019
+
+
+
+
+ EX0031
+
+
+
+
+ EX0020
+
+
+
+
+
+
+
+ EX0021
+
+
+
+
+ EX0022
+
+
+
+
+
+
+
+
+
+
+ EX0071
+
+
+
+
+ EX0070
+
+
+
+
+ EX0029
+
+
+
+
+
+
+
+
+
+
+ EX0014
+
+
+
+
+ EX0015
+
+
+
+
+
+
+
+
+
+
+ EX0033
+
+
+
+
+ EX0034
+
+
+
+
+
+
+
+
+
+
+ EX0094
+
+
+
+
+ EX0056
+
+
+
+
+ EX0057
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0025
+
+
+
+
+
+
+
+
+
+
+ EX0032
+
+
+
+
+
+
+
+
+
+
+ EX0017
+
+
+
+
+ EX0018
+
+
+
+
+
+
+
+
+
+
+
+ EX0073
+ Utilizar o código 149 para identificar Comissão de Agente
+
+
+
+
+
+ EX0074
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0008
+
+
+
+
+
+
+
+ EX0009
+
+
+
+
+ EX0036
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0069
+
+
+
+
+
+
+
+ EX0067
+
+
+
+
+ EX0068
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0016
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0002
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0013
+
+
+
+
+
+
+
+ EX0024
+
+
+
+
+ EX0023
+
+
+
+
+ EX0083
+
+
+
+
+ EX0084
+
+
+
+
+ EX0077
+
+
+
+
+ EX0075
+
+
+
+
+ EX0076
+
+
+
+
+
+
+
+ EX0085
+
+
+
+
+ EX0086
+
+
+
+
+ EX0087
+
+
+
+
+ EX0088
+
+
+
+
+ EX0089
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EX0032
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/schemas/xsd/xsd-due-novo/GoodsDeclaration_1p0_urn_wco_datamodel_WCO_GoodsDeclaration_DS_1_DUE.xsd b/schemas/xsd/xsd-due-novo/GoodsDeclaration_1p0_urn_wco_datamodel_WCO_GoodsDeclaration_DS_1_DUE.xsd
new file mode 100644
index 0000000..e105da2
--- /dev/null
+++ b/schemas/xsd/xsd-due-novo/GoodsDeclaration_1p0_urn_wco_datamodel_WCO_GoodsDeclaration_DS_1_DUE.xsd
@@ -0,0 +1,1406 @@
+
+
+
+
+
+ Drawback Suspensão Comum
+ Drawback Suspensão Genérico
+ Drawback Suspensão Intermediário
+ Drawback Suspensão Intermediário genérico
+
+ Drawback Suspensão Embarcação Comum
+ Drawback Suspensão Embarcação Genérico
+ Drawback Suspensão Fornecimento no Mercado Interno Comum
+ Drawback Suspensão Fornecimento no Mercado Interno Genérico
+
+ Drawback Isenção
+ Drawback Isenção Intermediário
+
+
+ LPCO
+
+
+ Declaração Simplificada de Importação
+ Declaração Simplificada de Importação - Formulário
+ Declaração de Importação
+ e-DBV
+
+
+ DDE
+ DE
+
+
+ DSE
+ RE
+
+
+ DU-E
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Observações Gerais
+ Comprot
+ Motivo retificação
+
+ Exportação Temporária - Escolhendo esta opção deve-se também preencher statementDescription e limit no level GovernmentAgencyGoodsItem/AdditionalInformation
+
+ Motivo Dispensa NF
+ Situação Especial
+ Forma Exportação
+ Prioridade Carga
+ Caso Especial de Transporte
+ Justificativa depuração estatística qtd/peso/valor - Escolhendo esta opção deve-se também preencher statementDescription no level GovernmentAgencyGoodsItem/AdditionalInformation
+ Justificativa dispensa NF por outros motivos
+
+
+
+
+
+
+
+ Forma Exportação/Por conta própria
+ Forma Exportação/Por conta e ordem de terceiros
+ Forma Exportação/Por operador de remessa postal ou expressa
+
+ Situação Especial/Despacho a posteriori
+ Situação Especial/Embarque antecipado
+ Situação Especial/Sem saída da mercadoria do país
+
+ Caso Especial Transporte/Meios próprios
+ Caso Especial Transporte/Dutos
+ Caso Especial Transporte/Linhas de transmissão
+ Caso Especial Transporte/Em mãos
+ Caso Especial Transporte/Por reboque
+
+
+
+
+
+ Motivo Dispensa NF/Embarque antecipado
+
+
+
+
+
+
+
+ Prioridade Carga/Carga viva
+ Prioridade Carga/Carga perecível
+ Prioridade Carga/Carga perigosa
+ Prioridade Carga/Partes/peças de aeronave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quando uma Nota Fiscal for fomulário, enviar neste campo como identificador o seguinte formato:
+
+ Prefixo F para determinar que é nota Formulário
+ 1 caracter
+ cUF - Código da UF do emitente do Documento Fiscal
+ 2 caracteres
+ AAMM - Ano e Mês de emissão da NF-e
+ 4 caracteres
+ CNPJ - CNPJ do emitente
+ 14 caracteres
+ mod - Modelo do Documento Fiscal
+ 2 caracteres
+ serie - Série do Documento Fiscal
+ 3 caracteres
+ nNF - Número do Documento Fiscal
+ 9 caracteres
+ tpEmis – forma de emissão da NF-e
+ 1 caracteres
+ cNF - Código Numérico que compõe a Chave de Acesso
+ 8 caracteres
+
+
+ O identificador da Nota Fiscal Formulário seguirá regras semelhantes ao da NFe. Apenas o primeiro caracter que deve ser um F e não é necessário o digito verificador ao final.
+ Para maiores detalhes do preenchimento, seguir o manual da NF-e. http://www.nfe.fazenda.gov.br/portal/listaConteudo.aspx?tipoConteudo=33ol5hhSYZk=
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Goods declaration for exportation --> Declaração de Exportação
+ Goods declaration for importation --> Declaração de Importação
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vendor Number --> Código do Produto
+
+
+
+
+
+
+ Quando uma Nota Fiscal for fomulário, enviar neste campo como identificador o seguinte formato:
+
+ Prefixo F para determinar que é nota Formulário
+ 1 caracter
+ cUF - Código da UF do emitente do Documento Fiscal
+ 2 caracteres
+ AAMM - Ano e Mês de emissão da NF-e
+ 4 caracteres
+ CNPJ - CNPJ do emitente
+ 14 caracteres
+ mod - Modelo do Documento Fiscal
+ 2 caracteres
+ serie - Série do Documento Fiscal
+ 3 caracteres
+ nNF - Número do Documento Fiscal
+ 9 caracteres
+ tpEmis – forma de emissão da NF-e
+ 1 caracteres
+ cNF - Código Numérico que compõe a Chave de Acesso
+ 8 caracteres
+
+
+ O identificador da Nota Fiscal Formulário seguirá regras semelhantes ao da NFe. Apenas o primeiro caracter que deve ser um F e não é necessário o digito verificador ao final.
+ Para maiores detalhes do preenchimento, seguir o manual da NF-e. http://www.nfe.fazenda.gov.br/portal/listaConteudo.aspx?tipoConteudo=33ol5hhSYZk=
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Amparada por CCPTC
+ Amparada por CCROM
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fora de Recinto Alfandegado - Domiciliar
+ Fora de Recinto Alfandegado - Não Domiciliar
+ Recinto Alfandegado
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nota Fiscal
+
+
+
+
+
+ Nota Fiscal Complementar
+ Nota Fiscal de Remessa
+
+
+
+
+
+
+ Unidade de medida estatística
+ Unidade comercial
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Comissão de Agente
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Email
+ Telefone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Declaração Simplificada de Importação
+ Declaração Simplificada de Importação - Formulário
+ Declaração de Importação
+ e-DBV
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/schemas/xsd/xsd/RootSchema.xsd b/schemas/xsd/xsd/RootSchema.xsd
new file mode 100644
index 0000000..adda6cc
--- /dev/null
+++ b/schemas/xsd/xsd/RootSchema.xsd
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/schemas/xsd/xsd/TipoComplexo.xsd b/schemas/xsd/xsd/TipoComplexo.xsd
new file mode 100644
index 0000000..2da6353
--- /dev/null
+++ b/schemas/xsd/xsd/TipoComplexo.xsd
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/TipoSimples.xsd b/schemas/xsd/xsd/TipoSimples.xsd
new file mode 100644
index 0000000..71ff839
--- /dev/null
+++ b/schemas/xsd/xsd/TipoSimples.xsd
@@ -0,0 +1,366 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1 = Contêinerizada | 2 = Solta
+
+
+
+
+
+
+
+
+ 2 = Solta ou Veículo | 3 = Granel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1 = prepaid | 2 = collect
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/consolidacao/Consolidacao.xsd b/schemas/xsd/xsd/consolidacao/Consolidacao.xsd
new file mode 100644
index 0000000..fa21604
--- /dev/null
+++ b/schemas/xsd/xsd/consolidacao/Consolidacao.xsd
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/entrega/EntregaConteiner.xsd b/schemas/xsd/xsd/entrega/EntregaConteiner.xsd
new file mode 100644
index 0000000..c48ba51
--- /dev/null
+++ b/schemas/xsd/xsd/entrega/EntregaConteiner.xsd
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/entrega/EntregaDocumentoCarga.xsd b/schemas/xsd/xsd/entrega/EntregaDocumentoCarga.xsd
new file mode 100644
index 0000000..e47ec27
--- /dev/null
+++ b/schemas/xsd/xsd/entrega/EntregaDocumentoCarga.xsd
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/entrega/EntregaDocumentoTransporte.xsd b/schemas/xsd/xsd/entrega/EntregaDocumentoTransporte.xsd
new file mode 100644
index 0000000..d1af709
--- /dev/null
+++ b/schemas/xsd/xsd/entrega/EntregaDocumentoTransporte.xsd
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/manifesto/ManifestacaoExportacao.xsd b/schemas/xsd/xsd/manifesto/ManifestacaoExportacao.xsd
new file mode 100644
index 0000000..36e3dd1
--- /dev/null
+++ b/schemas/xsd/xsd/manifesto/ManifestacaoExportacao.xsd
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/recepcao/RecepcaoConteiner.xsd b/schemas/xsd/xsd/recepcao/RecepcaoConteiner.xsd
new file mode 100644
index 0000000..f8ea553
--- /dev/null
+++ b/schemas/xsd/xsd/recepcao/RecepcaoConteiner.xsd
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/recepcao/RecepcaoDocumentoCarga.xsd b/schemas/xsd/xsd/recepcao/RecepcaoDocumentoCarga.xsd
new file mode 100644
index 0000000..2e3a9d3
--- /dev/null
+++ b/schemas/xsd/xsd/recepcao/RecepcaoDocumentoCarga.xsd
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/recepcao/RecepcaoDocumentoTransporte.xsd b/schemas/xsd/xsd/recepcao/RecepcaoDocumentoTransporte.xsd
new file mode 100644
index 0000000..b6e1bac
--- /dev/null
+++ b/schemas/xsd/xsd/recepcao/RecepcaoDocumentoTransporte.xsd
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/recepcao/RecepcaoNFE.xsd b/schemas/xsd/xsd/recepcao/RecepcaoNFE.xsd
new file mode 100644
index 0000000..362925a
--- /dev/null
+++ b/schemas/xsd/xsd/recepcao/RecepcaoNFE.xsd
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/recepcao/RecepcaoNFF.xsd b/schemas/xsd/xsd/recepcao/RecepcaoNFF.xsd
new file mode 100644
index 0000000..53d7cd7
--- /dev/null
+++ b/schemas/xsd/xsd/recepcao/RecepcaoNFF.xsd
@@ -0,0 +1,274 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AAMM de emissão
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Número do Documento Fiscal
+
+
+
+
+
+
+
+
+
+ Série do Documento Fiscal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Código Fiscal de Operações e Prestações
+
+
+
+
+
+
+
+
+
+
+
+ Emissor nacional (CNPJ)
+
+
+
+
+
+ Emissor Nacional (CPF)
+
+
+
+
+
+
+
+
+
+
+ Destinatário nacional (CNPJ)
+
+
+
+
+
+ Destinatário Nacional (CPF)
+
+
+
+
+
+ Destinatário Estrangeiro
+
+
+
+
+
+ Nome do Pais de Destino
+
+
+
+
+ Nome do Destinatário Estrangeiro
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/recepcao/TransitoSimplificadoRecepcao.xsd b/schemas/xsd/xsd/recepcao/TransitoSimplificadoRecepcao.xsd
new file mode 100644
index 0000000..ab1c748
--- /dev/null
+++ b/schemas/xsd/xsd/recepcao/TransitoSimplificadoRecepcao.xsd
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/reuso/Conteiner.xsd b/schemas/xsd/xsd/reuso/Conteiner.xsd
new file mode 100644
index 0000000..9aa837b
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/Conteiner.xsd
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/reuso/ConteinerConsolidacao.xsd b/schemas/xsd/xsd/reuso/ConteinerConsolidacao.xsd
new file mode 100644
index 0000000..b13db86
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/ConteinerConsolidacao.xsd
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/reuso/DocumentoCarga.xsd b/schemas/xsd/xsd/reuso/DocumentoCarga.xsd
new file mode 100644
index 0000000..a1e89f9
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/DocumentoCarga.xsd
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/reuso/Embalagem.xsd b/schemas/xsd/xsd/reuso/Embalagem.xsd
new file mode 100644
index 0000000..cb0e4b6
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/Embalagem.xsd
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/reuso/Entregador.xsd b/schemas/xsd/xsd/reuso/Entregador.xsd
new file mode 100644
index 0000000..437bea4
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/Entregador.xsd
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/schemas/xsd/xsd/reuso/Granel.xsd b/schemas/xsd/xsd/reuso/Granel.xsd
new file mode 100644
index 0000000..a604f62
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/Granel.xsd
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/reuso/NotaFiscal.xsd b/schemas/xsd/xsd/reuso/NotaFiscal.xsd
new file mode 100644
index 0000000..5411588
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/NotaFiscal.xsd
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/reuso/Recebedor.xsd b/schemas/xsd/xsd/reuso/Recebedor.xsd
new file mode 100644
index 0000000..9269f1b
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/Recebedor.xsd
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/reuso/SoltaVeiculo.xsd b/schemas/xsd/xsd/reuso/SoltaVeiculo.xsd
new file mode 100644
index 0000000..8f8dfa2
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/SoltaVeiculo.xsd
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/reuso/SoltaVeiculoConsolidacao.xsd b/schemas/xsd/xsd/reuso/SoltaVeiculoConsolidacao.xsd
new file mode 100644
index 0000000..52b1ff5
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/SoltaVeiculoConsolidacao.xsd
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/reuso/TVeiculoTransitoSimplificado.xsd b/schemas/xsd/xsd/reuso/TVeiculoTransitoSimplificado.xsd
new file mode 100644
index 0000000..8aa84bb
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/TVeiculoTransitoSimplificado.xsd
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/reuso/transitoSimplificadoEntrega.xsd b/schemas/xsd/xsd/reuso/transitoSimplificadoEntrega.xsd
new file mode 100644
index 0000000..065806e
--- /dev/null
+++ b/schemas/xsd/xsd/reuso/transitoSimplificadoEntrega.xsd
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/unitizacao/Desunitizacao.xsd b/schemas/xsd/xsd/unitizacao/Desunitizacao.xsd
new file mode 100644
index 0000000..2adc369
--- /dev/null
+++ b/schemas/xsd/xsd/unitizacao/Desunitizacao.xsd
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/schemas/xsd/xsd/unitizacao/Unitizacao.xsd b/schemas/xsd/xsd/unitizacao/Unitizacao.xsd
new file mode 100644
index 0000000..b268407
--- /dev/null
+++ b/schemas/xsd/xsd/unitizacao/Unitizacao.xsd
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Acondicionamento.java b/src/main/java/br/gov/serpro/pucomex/cct/Acondicionamento.java
index 5cd0225..178b23c 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Acondicionamento.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Acondicionamento.java
@@ -10,9 +10,9 @@
/**
- * Java class for Acondicionamento complex type.
+ *
Classe Java de Acondicionamento complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="Acondicionamento">
@@ -60,7 +60,7 @@ public class Acondicionamento {
protected Graneis graneis;
/**
- * Gets the value of the conteineres property.
+ * Obtm o valor da propriedade conteineres.
*
* @return
* possible object is
@@ -72,7 +72,7 @@ public Acondicionamento.Conteineres getConteineres() {
}
/**
- * Sets the value of the conteineres property.
+ * Define o valor da propriedade conteineres.
*
* @param value
* allowed object is
@@ -84,7 +84,7 @@ public void setConteineres(Acondicionamento.Conteineres value) {
}
/**
- * Gets the value of the embalagens property.
+ * Obtm o valor da propriedade embalagens.
*
* @return
* possible object is
@@ -96,7 +96,7 @@ public Embalagens getEmbalagens() {
}
/**
- * Sets the value of the embalagens property.
+ * Define o valor da propriedade embalagens.
*
* @param value
* allowed object is
@@ -108,7 +108,7 @@ public void setEmbalagens(Embalagens value) {
}
/**
- * Gets the value of the cargasSoltasVeiculos property.
+ * Obtm o valor da propriedade cargasSoltasVeiculos.
*
* @return
* possible object is
@@ -120,7 +120,7 @@ public CargasSoltasVeiculos getCargasSoltasVeiculos() {
}
/**
- * Sets the value of the cargasSoltasVeiculos property.
+ * Define o valor da propriedade cargasSoltasVeiculos.
*
* @param value
* allowed object is
@@ -132,7 +132,7 @@ public void setCargasSoltasVeiculos(CargasSoltasVeiculos value) {
}
/**
- * Gets the value of the graneis property.
+ * Obtm o valor da propriedade graneis.
*
* @return
* possible object is
@@ -144,7 +144,7 @@ public Graneis getGraneis() {
}
/**
- * Sets the value of the graneis property.
+ * Define o valor da propriedade graneis.
*
* @param value
* allowed object is
@@ -157,9 +157,9 @@ public void setGraneis(Graneis value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/CargaSoltaVeiculo.java b/src/main/java/br/gov/serpro/pucomex/cct/CargaSoltaVeiculo.java
index c187f0b..bce5126 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/CargaSoltaVeiculo.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/CargaSoltaVeiculo.java
@@ -11,9 +11,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/CargasSoltasVeiculos.java b/src/main/java/br/gov/serpro/pucomex/cct/CargasSoltasVeiculos.java
index d8fc4c3..9ae8d1d 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/CargasSoltasVeiculos.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/CargasSoltasVeiculos.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -38,7 +38,7 @@ public class CargasSoltasVeiculos {
protected TCargaSoltaVeiculoConsolidacao cargaSoltaVeiculo;
/**
- * Gets the value of the cargaSoltaVeiculo property.
+ * Obtm o valor da propriedade cargaSoltaVeiculo.
*
* @return
* possible object is
@@ -50,7 +50,7 @@ public TCargaSoltaVeiculoConsolidacao getCargaSoltaVeiculo() {
}
/**
- * Sets the value of the cargaSoltaVeiculo property.
+ * Define o valor da propriedade cargaSoltaVeiculo.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Conhecimento.java b/src/main/java/br/gov/serpro/pucomex/cct/Conhecimento.java
index 87cd2e2..2e4a8a6 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Conhecimento.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Conhecimento.java
@@ -1,8 +1,6 @@
package br.gov.serpro.pucomex.cct;
-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;
@@ -10,9 +8,9 @@
/**
- * Java class for Conhecimento complex type.
+ *
Classe Java de Conhecimento complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="Conhecimento">
@@ -22,17 +20,9 @@
* <element name="numeroConhecimento" type="{http://www.pucomex.serpro.gov.br/cct}NumeroConhecimento"/>
* <element name="dataEmissaoConhecimento" type="{http://www.pucomex.serpro.gov.br/cct}DataPadraoServico"/>
* <element name="frete" type="{http://www.pucomex.serpro.gov.br/cct}Frete" minOccurs="0"/>
- * <element name="cargas">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="dadosCarga" type="{http://www.pucomex.serpro.gov.br/cct}DadosCarga" maxOccurs="999"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
+ * <sequence>
+ * <element name="consignatario" type="{http://www.pucomex.serpro.gov.br/cct}Consignatario"/>
+ * </sequence>
* </sequence>
* </restriction>
* </complexContent>
@@ -46,7 +36,7 @@
"numeroConhecimento",
"dataEmissaoConhecimento",
"frete",
- "cargas"
+ "consignatario"
})
public class Conhecimento {
@@ -57,10 +47,10 @@ public class Conhecimento {
@XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct")
protected Frete frete;
@XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
- protected Conhecimento.Cargas cargas;
+ protected Consignatario consignatario;
/**
- * Gets the value of the numeroConhecimento property.
+ * Obtm o valor da propriedade numeroConhecimento.
*
* @return
* possible object is
@@ -72,7 +62,7 @@ public String getNumeroConhecimento() {
}
/**
- * Sets the value of the numeroConhecimento property.
+ * Define o valor da propriedade numeroConhecimento.
*
* @param value
* allowed object is
@@ -84,7 +74,7 @@ public void setNumeroConhecimento(String value) {
}
/**
- * Gets the value of the dataEmissaoConhecimento property.
+ * Obtm o valor da propriedade dataEmissaoConhecimento.
*
* @return
* possible object is
@@ -96,7 +86,7 @@ public String getDataEmissaoConhecimento() {
}
/**
- * Sets the value of the dataEmissaoConhecimento property.
+ * Define o valor da propriedade dataEmissaoConhecimento.
*
* @param value
* allowed object is
@@ -108,7 +98,7 @@ public void setDataEmissaoConhecimento(String value) {
}
/**
- * Gets the value of the frete property.
+ * Obtm o valor da propriedade frete.
*
* @return
* possible object is
@@ -120,7 +110,7 @@ public Frete getFrete() {
}
/**
- * Sets the value of the frete property.
+ * Define o valor da propriedade frete.
*
* @param value
* allowed object is
@@ -132,87 +122,27 @@ public void setFrete(Frete value) {
}
/**
- * Gets the value of the cargas property.
+ * Obtm o valor da propriedade consignatario.
*
* @return
* possible object is
- * {@link Conhecimento.Cargas }
+ * {@link Consignatario }
*
*/
- public Conhecimento.Cargas getCargas() {
- return cargas;
+ public Consignatario getConsignatario() {
+ return consignatario;
}
/**
- * Sets the value of the cargas property.
+ * Define o valor da propriedade consignatario.
*
* @param value
* allowed object is
- * {@link Conhecimento.Cargas }
+ * {@link Consignatario }
*
*/
- public void setCargas(Conhecimento.Cargas value) {
- this.cargas = value;
- }
-
-
- /**
- * Java class for anonymous complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="dadosCarga" type="{http://www.pucomex.serpro.gov.br/cct}DadosCarga" maxOccurs="999"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "dadosCarga"
- })
- public static class Cargas {
-
- @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
- protected List dadosCarga;
-
- /**
- * Gets the value of the dadosCarga property.
- *
- *
- * 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 set
method for the dadosCarga property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getDadosCarga().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link DadosCarga }
- *
- *
- */
- public List getDadosCarga() {
- if (dadosCarga == null) {
- dadosCarga = new ArrayList();
- }
- return this.dadosCarga;
- }
-
+ public void setConsignatario(Consignatario value) {
+ this.consignatario = value;
}
}
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Consignatario.java b/src/main/java/br/gov/serpro/pucomex/cct/Consignatario.java
new file mode 100644
index 0000000..7bb86d8
--- /dev/null
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Consignatario.java
@@ -0,0 +1,183 @@
+
+package br.gov.serpro.pucomex.cct;
+
+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;
+
+
+/**
+ * Classe Java de Consignatario complex type.
+ *
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
+ *
+ *
+ * <complexType name="Consignatario">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="consignadoAOrdem" type="{http://www.pucomex.serpro.gov.br/cct}SimNao"/>
+ * <element name="nomeConsignatario" type="{http://www.pucomex.serpro.gov.br/cct}StringBasica60" minOccurs="0"/>
+ * <element name="enderecoConsignatario" type="{http://www.pucomex.serpro.gov.br/cct}StringBasica120" minOccurs="0"/>
+ * <element name="paisDestino" type="{http://www.pucomex.serpro.gov.br/cct}Pais" minOccurs="0"/>
+ * <sequence>
+ * <element name="dadosCarga" type="{http://www.pucomex.serpro.gov.br/cct}DadosCarga" maxOccurs="999"/>
+ * </sequence>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "Consignatario", namespace = "http://www.pucomex.serpro.gov.br/cct", propOrder = {
+ "consignadoAOrdem",
+ "nomeConsignatario",
+ "enderecoConsignatario",
+ "paisDestino",
+ "dadosCarga"
+})
+public class Consignatario {
+
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
+ protected String consignadoAOrdem;
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct")
+ protected String nomeConsignatario;
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct")
+ protected String enderecoConsignatario;
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct")
+ protected String paisDestino;
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
+ protected List dadosCarga;
+
+ /**
+ * Obtm o valor da propriedade consignadoAOrdem.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getConsignadoAOrdem() {
+ return consignadoAOrdem;
+ }
+
+ /**
+ * Define o valor da propriedade consignadoAOrdem.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setConsignadoAOrdem(String value) {
+ this.consignadoAOrdem = value;
+ }
+
+ /**
+ * Obtm o valor da propriedade nomeConsignatario.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getNomeConsignatario() {
+ return nomeConsignatario;
+ }
+
+ /**
+ * Define o valor da propriedade nomeConsignatario.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setNomeConsignatario(String value) {
+ this.nomeConsignatario = value;
+ }
+
+ /**
+ * Obtm o valor da propriedade enderecoConsignatario.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getEnderecoConsignatario() {
+ return enderecoConsignatario;
+ }
+
+ /**
+ * Define o valor da propriedade enderecoConsignatario.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setEnderecoConsignatario(String value) {
+ this.enderecoConsignatario = value;
+ }
+
+ /**
+ * Obtm o valor da propriedade paisDestino.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getPaisDestino() {
+ return paisDestino;
+ }
+
+ /**
+ * Define o valor da propriedade paisDestino.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setPaisDestino(String value) {
+ this.paisDestino = value;
+ }
+
+ /**
+ * Gets the value of the dadosCarga property.
+ *
+ *
+ * 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 set
method for the dadosCarga property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getDadosCarga().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link DadosCarga }
+ *
+ *
+ */
+ public List getDadosCarga() {
+ if (dadosCarga == null) {
+ dadosCarga = new ArrayList();
+ }
+ return this.dadosCarga;
+ }
+
+}
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Conteiner.java b/src/main/java/br/gov/serpro/pucomex/cct/Conteiner.java
index bf0716f..6b566aa 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Conteiner.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Conteiner.java
@@ -11,9 +11,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/ConteinerExtend.java b/src/main/java/br/gov/serpro/pucomex/cct/ConteinerExtend.java
index bab3ebe..7da6fe8 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/ConteinerExtend.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/ConteinerExtend.java
@@ -9,9 +9,9 @@
/**
- * Java class for ConteinerExtend complex type.
+ *
Classe Java de ConteinerExtend complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="ConteinerExtend">
@@ -43,7 +43,7 @@ public class ConteinerExtend
protected String motivoNaoPesagem;
/**
- * Gets the value of the pesoAferido property.
+ * Obtm o valor da propriedade pesoAferido.
*
* @return
* possible object is
@@ -55,7 +55,7 @@ public BigDecimal getPesoAferido() {
}
/**
- * Sets the value of the pesoAferido property.
+ * Define o valor da propriedade pesoAferido.
*
* @param value
* allowed object is
@@ -67,7 +67,7 @@ public void setPesoAferido(BigDecimal value) {
}
/**
- * Gets the value of the motivoNaoPesagem property.
+ * Obtm o valor da propriedade motivoNaoPesagem.
*
* @return
* possible object is
@@ -79,7 +79,7 @@ public String getMotivoNaoPesagem() {
}
/**
- * Sets the value of the motivoNaoPesagem property.
+ * Define o valor da propriedade motivoNaoPesagem.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/ConteinerPesoBrutoExtend.java b/src/main/java/br/gov/serpro/pucomex/cct/ConteinerPesoBrutoExtend.java
index fce3310..0c60864 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/ConteinerPesoBrutoExtend.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/ConteinerPesoBrutoExtend.java
@@ -9,9 +9,9 @@
/**
- * Java class for ConteinerPesoBrutoExtend complex type.
+ *
Classe Java de ConteinerPesoBrutoExtend complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="ConteinerPesoBrutoExtend">
@@ -39,7 +39,7 @@ public class ConteinerPesoBrutoExtend
protected BigDecimal pesoBruto;
/**
- * Gets the value of the pesoBruto property.
+ * Obtm o valor da propriedade pesoBruto.
*
* @return
* possible object is
@@ -51,7 +51,7 @@ public BigDecimal getPesoBruto() {
}
/**
- * Sets the value of the pesoBruto property.
+ * Define o valor da propriedade pesoBruto.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Conteineres.java b/src/main/java/br/gov/serpro/pucomex/cct/Conteineres.java
index 9307ec1..6334ac8 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Conteineres.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Conteineres.java
@@ -11,9 +11,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Coordenadas.java b/src/main/java/br/gov/serpro/pucomex/cct/Coordenadas.java
index a75127c..51507b2 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Coordenadas.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Coordenadas.java
@@ -8,9 +8,9 @@
/**
- * Java class for Coordenadas complex type.
+ *
Classe Java de Coordenadas complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="Coordenadas">
@@ -40,7 +40,7 @@ public class Coordenadas {
protected String longitude;
/**
- * Gets the value of the latitude property.
+ * Obtm o valor da propriedade latitude.
*
* @return
* possible object is
@@ -52,7 +52,7 @@ public String getLatitude() {
}
/**
- * Sets the value of the latitude property.
+ * Define o valor da propriedade latitude.
*
* @param value
* allowed object is
@@ -64,7 +64,7 @@ public void setLatitude(String value) {
}
/**
- * Gets the value of the longitude property.
+ * Obtm o valor da propriedade longitude.
*
* @return
* possible object is
@@ -76,7 +76,7 @@ public String getLongitude() {
}
/**
- * Sets the value of the longitude property.
+ * Define o valor da propriedade longitude.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/DadosCarga.java b/src/main/java/br/gov/serpro/pucomex/cct/DadosCarga.java
index 648cdb2..08c182d 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/DadosCarga.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/DadosCarga.java
@@ -13,19 +13,15 @@
/**
- * Java class for DadosCarga complex type.
+ *
Classe Java de DadosCarga complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="DadosCarga">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element name="consignadoAOrdem" type="{http://www.pucomex.serpro.gov.br/cct}SimNao"/>
- * <element name="nomeConsignatario" type="{http://www.pucomex.serpro.gov.br/cct}StringBasica60" minOccurs="0"/>
- * <element name="enderecoConsignatario" type="{http://www.pucomex.serpro.gov.br/cct}StringBasica120" minOccurs="0"/>
- * <element name="paisDestino" type="{http://www.pucomex.serpro.gov.br/cct}Pais" minOccurs="0"/>
* <choice>
* <sequence>
* <element ref="{http://www.pucomex.serpro.gov.br/cct}conteiner"/>
@@ -60,26 +56,22 @@
public class DadosCarga {
@XmlElementRefs({
- @XmlElementRef(name = "documentos", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "nomeConsignatario", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
@XmlElementRef(name = "conteiner", namespace = "http://www.pucomex.serpro.gov.br/cct", type = Conteiner.class, required = false),
- @XmlElementRef(name = "enderecoConsignatario", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "paisDestino", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "consignadoAOrdem", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false)
+ @XmlElementRef(name = "documentos", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false)
})
protected List content;
/**
- * Gets the rest of the content model.
+ * Obtm o restante do modelo do contedo.
*
*
- * You are getting this "catch-all" property because of the following reason:
- * The field name "Conteiner" is used by two different parts of a schema. See:
- * line 154 of file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd-cct/manifesto/ManifestacaoExportacao.xsd
- * line 135 of file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd-cct/manifesto/ManifestacaoExportacao.xsd
+ * Voc est obtendo esta propriedade "catch-all" pelo seguinte motivo:
+ * O nome do campo "Conteiner" usado por duas partes diferentes de um esquema. Consulte:
+ * linha 157 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/manifesto/ManifestacaoExportacao.xsd
+ * linha 138 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/manifesto/ManifestacaoExportacao.xsd
*
- * To get rid of this property, apply a property customization to one
- * of both of the following declarations to change their names:
+ * Para eliminar esta propriedade, aplique uma personalizao de propriedade a uma
+ * das seguintes declaraes, a fim de alterar seus nomes:
* Gets the value of the content property.
*
*
@@ -97,12 +89,8 @@ public class DadosCarga {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link String }{@code >}
- * {@link JAXBElement }{@code <}{@link DadosCarga.Documentos }{@code >}
- * {@link JAXBElement }{@code <}{@link String }{@code >}
- * {@link JAXBElement }{@code <}{@link String }{@code >}
- * {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link Conteiner }
+ * {@link JAXBElement }{@code <}{@link DadosCarga.Documentos }{@code >}
*
*
*/
@@ -115,9 +103,9 @@ public List getContent() {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Destinatario.java b/src/main/java/br/gov/serpro/pucomex/cct/Destinatario.java
index 3142ae3..9d9d659 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Destinatario.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Destinatario.java
@@ -8,9 +8,9 @@
/**
- * Java class for Destinatario complex type.
+ *
Classe Java de Destinatario complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="Destinatario">
@@ -55,7 +55,7 @@ public class Destinatario {
protected Destinatario.IdentificacaoEstrangeiro identificacaoEstrangeiro;
/**
- * Gets the value of the cnpj property.
+ * Obtm o valor da propriedade cnpj.
*
* @return
* possible object is
@@ -67,7 +67,7 @@ public String getCnpj() {
}
/**
- * Sets the value of the cnpj property.
+ * Define o valor da propriedade cnpj.
*
* @param value
* allowed object is
@@ -79,7 +79,7 @@ public void setCnpj(String value) {
}
/**
- * Gets the value of the cpf property.
+ * Obtm o valor da propriedade cpf.
*
* @return
* possible object is
@@ -91,7 +91,7 @@ public String getCpf() {
}
/**
- * Sets the value of the cpf property.
+ * Define o valor da propriedade cpf.
*
* @param value
* allowed object is
@@ -103,7 +103,7 @@ public void setCpf(String value) {
}
/**
- * Gets the value of the identificacaoEstrangeiro property.
+ * Obtm o valor da propriedade identificacaoEstrangeiro.
*
* @return
* possible object is
@@ -115,7 +115,7 @@ public Destinatario.IdentificacaoEstrangeiro getIdentificacaoEstrangeiro() {
}
/**
- * Sets the value of the identificacaoEstrangeiro property.
+ * Define o valor da propriedade identificacaoEstrangeiro.
*
* @param value
* allowed object is
@@ -128,9 +128,9 @@ public void setIdentificacaoEstrangeiro(Destinatario.IdentificacaoEstrangeiro va
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -160,7 +160,7 @@ public static class IdentificacaoEstrangeiro {
protected String nome;
/**
- * Gets the value of the pais property.
+ * Obtm o valor da propriedade pais.
*
* @return
* possible object is
@@ -172,7 +172,7 @@ public String getPais() {
}
/**
- * Sets the value of the pais property.
+ * Define o valor da propriedade pais.
*
* @param value
* allowed object is
@@ -184,7 +184,7 @@ public void setPais(String value) {
}
/**
- * Gets the value of the nome property.
+ * Obtm o valor da propriedade nome.
*
* @return
* possible object is
@@ -196,7 +196,7 @@ public String getNome() {
}
/**
- * Sets the value of the nome property.
+ * Define o valor da propriedade nome.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/DocumentoTransporte.java b/src/main/java/br/gov/serpro/pucomex/cct/DocumentoTransporte.java
index 10b024c..11c3370 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/DocumentoTransporte.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/DocumentoTransporte.java
@@ -9,9 +9,9 @@
/**
- * Java class for DocumentoTransporte complex type.
+ *
Classe Java de DocumentoTransporte complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="DocumentoTransporte">
@@ -71,7 +71,7 @@ public class DocumentoTransporte {
protected String motivoNaoPesagem;
/**
- * Gets the value of the identificacaoDocumentoTransporte property.
+ * Obtm o valor da propriedade identificacaoDocumentoTransporte.
*
* @return
* possible object is
@@ -83,7 +83,7 @@ public String getIdentificacaoDocumentoTransporte() {
}
/**
- * Sets the value of the identificacaoDocumentoTransporte property.
+ * Define o valor da propriedade identificacaoDocumentoTransporte.
*
* @param value
* allowed object is
@@ -95,7 +95,7 @@ public void setIdentificacaoDocumentoTransporte(String value) {
}
/**
- * Gets the value of the tipoDocumentoTransporte property.
+ * Obtm o valor da propriedade tipoDocumentoTransporte.
*
* @return
* possible object is
@@ -107,7 +107,7 @@ public String getTipoDocumentoTransporte() {
}
/**
- * Sets the value of the tipoDocumentoTransporte property.
+ * Define o valor da propriedade tipoDocumentoTransporte.
*
* @param value
* allowed object is
@@ -119,7 +119,7 @@ public void setTipoDocumentoTransporte(String value) {
}
/**
- * Gets the value of the dataEmissaoDocumentoTransporte property.
+ * Obtm o valor da propriedade dataEmissaoDocumentoTransporte.
*
* @return
* possible object is
@@ -131,7 +131,7 @@ public String getDataEmissaoDocumentoTransporte() {
}
/**
- * Sets the value of the dataEmissaoDocumentoTransporte property.
+ * Define o valor da propriedade dataEmissaoDocumentoTransporte.
*
* @param value
* allowed object is
@@ -143,7 +143,7 @@ public void setDataEmissaoDocumentoTransporte(String value) {
}
/**
- * Gets the value of the dadosVeiculoConferem property.
+ * Obtm o valor da propriedade dadosVeiculoConferem.
*
* @return
* possible object is
@@ -155,7 +155,7 @@ public String getDadosVeiculoConferem() {
}
/**
- * Sets the value of the dadosVeiculoConferem property.
+ * Define o valor da propriedade dadosVeiculoConferem.
*
* @param value
* allowed object is
@@ -167,7 +167,7 @@ public void setDadosVeiculoConferem(String value) {
}
/**
- * Gets the value of the dadosUnidadeTransporteConferem property.
+ * Obtm o valor da propriedade dadosUnidadeTransporteConferem.
*
* @return
* possible object is
@@ -179,7 +179,7 @@ public String getDadosUnidadeTransporteConferem() {
}
/**
- * Sets the value of the dadosUnidadeTransporteConferem property.
+ * Define o valor da propriedade dadosUnidadeTransporteConferem.
*
* @param value
* allowed object is
@@ -191,7 +191,7 @@ public void setDadosUnidadeTransporteConferem(String value) {
}
/**
- * Gets the value of the dadosConteinerConferem property.
+ * Obtm o valor da propriedade dadosConteinerConferem.
*
* @return
* possible object is
@@ -203,7 +203,7 @@ public String getDadosConteinerConferem() {
}
/**
- * Sets the value of the dadosConteinerConferem property.
+ * Define o valor da propriedade dadosConteinerConferem.
*
* @param value
* allowed object is
@@ -215,7 +215,7 @@ public void setDadosConteinerConferem(String value) {
}
/**
- * Gets the value of the dadosEmbalagemConferem property.
+ * Obtm o valor da propriedade dadosEmbalagemConferem.
*
* @return
* possible object is
@@ -227,7 +227,7 @@ public String getDadosEmbalagemConferem() {
}
/**
- * Sets the value of the dadosEmbalagemConferem property.
+ * Define o valor da propriedade dadosEmbalagemConferem.
*
* @param value
* allowed object is
@@ -239,7 +239,7 @@ public void setDadosEmbalagemConferem(String value) {
}
/**
- * Gets the value of the pesoAferido property.
+ * Obtm o valor da propriedade pesoAferido.
*
* @return
* possible object is
@@ -251,7 +251,7 @@ public BigDecimal getPesoAferido() {
}
/**
- * Sets the value of the pesoAferido property.
+ * Define o valor da propriedade pesoAferido.
*
* @param value
* allowed object is
@@ -263,7 +263,7 @@ public void setPesoAferido(BigDecimal value) {
}
/**
- * Gets the value of the motivoNaoPesagem property.
+ * Obtm o valor da propriedade motivoNaoPesagem.
*
* @return
* possible object is
@@ -275,7 +275,7 @@ public String getMotivoNaoPesagem() {
}
/**
- * Sets the value of the motivoNaoPesagem property.
+ * Define o valor da propriedade motivoNaoPesagem.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Documentos.java b/src/main/java/br/gov/serpro/pucomex/cct/Documentos.java
index a1e6e10..530bee5 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Documentos.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Documentos.java
@@ -11,9 +11,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/DocumentosUnitizacao.java b/src/main/java/br/gov/serpro/pucomex/cct/DocumentosUnitizacao.java
index cafab85..bb751a6 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/DocumentosUnitizacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/DocumentosUnitizacao.java
@@ -11,9 +11,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Embalagens.java b/src/main/java/br/gov/serpro/pucomex/cct/Embalagens.java
index dede2b8..b932999 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Embalagens.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Embalagens.java
@@ -11,9 +11,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/EntregaConteiner.java b/src/main/java/br/gov/serpro/pucomex/cct/EntregaConteiner.java
index f9db167..d69a195 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/EntregaConteiner.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/EntregaConteiner.java
@@ -10,9 +10,9 @@
/**
- * Java class for EntregaConteiner complex type.
+ *
Classe Java de EntregaConteiner complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="EntregaConteiner">
@@ -76,7 +76,7 @@ public class EntregaConteiner {
protected String observacoesGerais;
/**
- * Gets the value of the identificacaoEntrega property.
+ * Obtm o valor da propriedade identificacaoEntrega.
*
* @return
* possible object is
@@ -88,7 +88,7 @@ public String getIdentificacaoEntrega() {
}
/**
- * Sets the value of the identificacaoEntrega property.
+ * Define o valor da propriedade identificacaoEntrega.
*
* @param value
* allowed object is
@@ -100,7 +100,7 @@ public void setIdentificacaoEntrega(String value) {
}
/**
- * Gets the value of the identificacaoPessoaJuridica property.
+ * Obtm o valor da propriedade identificacaoPessoaJuridica.
*
* @return
* possible object is
@@ -112,7 +112,7 @@ public String getIdentificacaoPessoaJuridica() {
}
/**
- * Sets the value of the identificacaoPessoaJuridica property.
+ * Define o valor da propriedade identificacaoPessoaJuridica.
*
* @param value
* allowed object is
@@ -124,7 +124,7 @@ public void setIdentificacaoPessoaJuridica(String value) {
}
/**
- * Gets the value of the local property.
+ * Obtm o valor da propriedade local.
*
* @return
* possible object is
@@ -136,7 +136,7 @@ public TLocal getLocal() {
}
/**
- * Sets the value of the local property.
+ * Define o valor da propriedade local.
*
* @param value
* allowed object is
@@ -148,7 +148,7 @@ public void setLocal(TLocal value) {
}
/**
- * Gets the value of the conteineres property.
+ * Obtm o valor da propriedade conteineres.
*
* @return
* possible object is
@@ -160,7 +160,7 @@ public EntregaConteiner.Conteineres getConteineres() {
}
/**
- * Sets the value of the conteineres property.
+ * Define o valor da propriedade conteineres.
*
* @param value
* allowed object is
@@ -172,7 +172,7 @@ public void setConteineres(EntregaConteiner.Conteineres value) {
}
/**
- * Gets the value of the recebedor property.
+ * Obtm o valor da propriedade recebedor.
*
* @return
* possible object is
@@ -184,7 +184,7 @@ public Recebedor getRecebedor() {
}
/**
- * Sets the value of the recebedor property.
+ * Define o valor da propriedade recebedor.
*
* @param value
* allowed object is
@@ -196,7 +196,7 @@ public void setRecebedor(Recebedor value) {
}
/**
- * Gets the value of the avariasIdentificadas property.
+ * Obtm o valor da propriedade avariasIdentificadas.
*
* @return
* possible object is
@@ -208,7 +208,7 @@ public String getAvariasIdentificadas() {
}
/**
- * Sets the value of the avariasIdentificadas property.
+ * Define o valor da propriedade avariasIdentificadas.
*
* @param value
* allowed object is
@@ -220,7 +220,7 @@ public void setAvariasIdentificadas(String value) {
}
/**
- * Gets the value of the divergenciasIdentificadas property.
+ * Obtm o valor da propriedade divergenciasIdentificadas.
*
* @return
* possible object is
@@ -232,7 +232,7 @@ public String getDivergenciasIdentificadas() {
}
/**
- * Sets the value of the divergenciasIdentificadas property.
+ * Define o valor da propriedade divergenciasIdentificadas.
*
* @param value
* allowed object is
@@ -244,7 +244,7 @@ public void setDivergenciasIdentificadas(String value) {
}
/**
- * Gets the value of the observacoesGerais property.
+ * Obtm o valor da propriedade observacoesGerais.
*
* @return
* possible object is
@@ -256,7 +256,7 @@ public String getObservacoesGerais() {
}
/**
- * Sets the value of the observacoesGerais property.
+ * Define o valor da propriedade observacoesGerais.
*
* @param value
* allowed object is
@@ -269,9 +269,9 @@ public void setObservacoesGerais(String value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/EntregaDocumentoCarga.java b/src/main/java/br/gov/serpro/pucomex/cct/EntregaDocumentoCarga.java
index 740f480..8dc6c56 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/EntregaDocumentoCarga.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/EntregaDocumentoCarga.java
@@ -9,9 +9,9 @@
/**
- * Java class for EntregaDocumentoCarga complex type.
+ *
Classe Java de EntregaDocumentoCarga complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="EntregaDocumentoCarga">
@@ -63,7 +63,7 @@ public class EntregaDocumentoCarga {
protected String motivoNaoPesagem;
/**
- * Gets the value of the identificacaoEntrega property.
+ * Obtm o valor da propriedade identificacaoEntrega.
*
* @return
* possible object is
@@ -75,7 +75,7 @@ public String getIdentificacaoEntrega() {
}
/**
- * Sets the value of the identificacaoEntrega property.
+ * Define o valor da propriedade identificacaoEntrega.
*
* @param value
* allowed object is
@@ -87,7 +87,7 @@ public void setIdentificacaoEntrega(String value) {
}
/**
- * Gets the value of the identificacaoPessoaJuridica property.
+ * Obtm o valor da propriedade identificacaoPessoaJuridica.
*
* @return
* possible object is
@@ -99,7 +99,7 @@ public String getIdentificacaoPessoaJuridica() {
}
/**
- * Sets the value of the identificacaoPessoaJuridica property.
+ * Define o valor da propriedade identificacaoPessoaJuridica.
*
* @param value
* allowed object is
@@ -111,7 +111,7 @@ public void setIdentificacaoPessoaJuridica(String value) {
}
/**
- * Gets the value of the local property.
+ * Obtm o valor da propriedade local.
*
* @return
* possible object is
@@ -123,7 +123,7 @@ public Local getLocal() {
}
/**
- * Sets the value of the local property.
+ * Define o valor da propriedade local.
*
* @param value
* allowed object is
@@ -135,7 +135,7 @@ public void setLocal(Local value) {
}
/**
- * Gets the value of the documentos property.
+ * Obtm o valor da propriedade documentos.
*
* @return
* possible object is
@@ -147,7 +147,7 @@ public Documentos getDocumentos() {
}
/**
- * Sets the value of the documentos property.
+ * Define o valor da propriedade documentos.
*
* @param value
* allowed object is
@@ -159,7 +159,7 @@ public void setDocumentos(Documentos value) {
}
/**
- * Gets the value of the recebedor property.
+ * Obtm o valor da propriedade recebedor.
*
* @return
* possible object is
@@ -171,7 +171,7 @@ public Recebedor getRecebedor() {
}
/**
- * Sets the value of the recebedor property.
+ * Define o valor da propriedade recebedor.
*
* @param value
* allowed object is
@@ -183,7 +183,7 @@ public void setRecebedor(Recebedor value) {
}
/**
- * Gets the value of the pesoAferido property.
+ * Obtm o valor da propriedade pesoAferido.
*
* @return
* possible object is
@@ -195,7 +195,7 @@ public BigDecimal getPesoAferido() {
}
/**
- * Sets the value of the pesoAferido property.
+ * Define o valor da propriedade pesoAferido.
*
* @param value
* allowed object is
@@ -207,7 +207,7 @@ public void setPesoAferido(BigDecimal value) {
}
/**
- * Gets the value of the motivoNaoPesagem property.
+ * Obtm o valor da propriedade motivoNaoPesagem.
*
* @return
* possible object is
@@ -219,7 +219,7 @@ public String getMotivoNaoPesagem() {
}
/**
- * Sets the value of the motivoNaoPesagem property.
+ * Define o valor da propriedade motivoNaoPesagem.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/EntregaDocumentoTransporte.java b/src/main/java/br/gov/serpro/pucomex/cct/EntregaDocumentoTransporte.java
index b085683..64b8a36 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/EntregaDocumentoTransporte.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/EntregaDocumentoTransporte.java
@@ -10,9 +10,9 @@
/**
- * Java class for EntregaDocumentoTransporte complex type.
+ *
Classe Java de EntregaDocumentoTransporte complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="EntregaDocumentoTransporte">
@@ -33,6 +33,7 @@
* </complexContent>
* </complexType>
* </element>
+ * <element name="transitoSimplificado" type="{http://www.pucomex.serpro.gov.br/cct}TransitoSimplificadoEntregaDocTransporte" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -46,7 +47,8 @@
"identificacaoEntrega",
"identificacaoPessoaJuridica",
"local",
- "documentosTransporte"
+ "documentosTransporte",
+ "transitoSimplificado"
})
public class EntregaDocumentoTransporte {
@@ -58,9 +60,11 @@ public class EntregaDocumentoTransporte {
protected Local local;
@XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
protected EntregaDocumentoTransporte.DocumentosTransporte documentosTransporte;
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct")
+ protected TransitoSimplificadoEntregaDocTransporte transitoSimplificado;
/**
- * Gets the value of the identificacaoEntrega property.
+ * Obtm o valor da propriedade identificacaoEntrega.
*
* @return
* possible object is
@@ -72,7 +76,7 @@ public String getIdentificacaoEntrega() {
}
/**
- * Sets the value of the identificacaoEntrega property.
+ * Define o valor da propriedade identificacaoEntrega.
*
* @param value
* allowed object is
@@ -84,7 +88,7 @@ public void setIdentificacaoEntrega(String value) {
}
/**
- * Gets the value of the identificacaoPessoaJuridica property.
+ * Obtm o valor da propriedade identificacaoPessoaJuridica.
*
* @return
* possible object is
@@ -96,7 +100,7 @@ public String getIdentificacaoPessoaJuridica() {
}
/**
- * Sets the value of the identificacaoPessoaJuridica property.
+ * Define o valor da propriedade identificacaoPessoaJuridica.
*
* @param value
* allowed object is
@@ -108,7 +112,7 @@ public void setIdentificacaoPessoaJuridica(String value) {
}
/**
- * Gets the value of the local property.
+ * Obtm o valor da propriedade local.
*
* @return
* possible object is
@@ -120,7 +124,7 @@ public Local getLocal() {
}
/**
- * Sets the value of the local property.
+ * Define o valor da propriedade local.
*
* @param value
* allowed object is
@@ -132,7 +136,7 @@ public void setLocal(Local value) {
}
/**
- * Gets the value of the documentosTransporte property.
+ * Obtm o valor da propriedade documentosTransporte.
*
* @return
* possible object is
@@ -144,7 +148,7 @@ public EntregaDocumentoTransporte.DocumentosTransporte getDocumentosTransporte()
}
/**
- * Sets the value of the documentosTransporte property.
+ * Define o valor da propriedade documentosTransporte.
*
* @param value
* allowed object is
@@ -155,11 +159,35 @@ public void setDocumentosTransporte(EntregaDocumentoTransporte.DocumentosTranspo
this.documentosTransporte = value;
}
+ /**
+ * Obtm o valor da propriedade transitoSimplificado.
+ *
+ * @return
+ * possible object is
+ * {@link TransitoSimplificadoEntregaDocTransporte }
+ *
+ */
+ public TransitoSimplificadoEntregaDocTransporte getTransitoSimplificado() {
+ return transitoSimplificado;
+ }
+
+ /**
+ * Define o valor da propriedade transitoSimplificado.
+ *
+ * @param value
+ * allowed object is
+ * {@link TransitoSimplificadoEntregaDocTransporte }
+ *
+ */
+ public void setTransitoSimplificado(TransitoSimplificadoEntregaDocTransporte value) {
+ this.transitoSimplificado = value;
+ }
+
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Entregador.java b/src/main/java/br/gov/serpro/pucomex/cct/Entregador.java
index 98b5409..92250ec 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Entregador.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Entregador.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -48,7 +48,7 @@ public class Entregador {
protected String nomeEstrangeiro;
/**
- * Gets the value of the cnpj property.
+ * Obtm o valor da propriedade cnpj.
*
* @return
* possible object is
@@ -60,7 +60,7 @@ public String getCnpj() {
}
/**
- * Sets the value of the cnpj property.
+ * Define o valor da propriedade cnpj.
*
* @param value
* allowed object is
@@ -72,7 +72,7 @@ public void setCnpj(String value) {
}
/**
- * Gets the value of the cpf property.
+ * Obtm o valor da propriedade cpf.
*
* @return
* possible object is
@@ -84,7 +84,7 @@ public String getCpf() {
}
/**
- * Sets the value of the cpf property.
+ * Define o valor da propriedade cpf.
*
* @param value
* allowed object is
@@ -96,7 +96,7 @@ public void setCpf(String value) {
}
/**
- * Gets the value of the nomeEstrangeiro property.
+ * Obtm o valor da propriedade nomeEstrangeiro.
*
* @return
* possible object is
@@ -108,7 +108,7 @@ public String getNomeEstrangeiro() {
}
/**
- * Sets the value of the nomeEstrangeiro property.
+ * Define o valor da propriedade nomeEstrangeiro.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/EntregasConteineres.java b/src/main/java/br/gov/serpro/pucomex/cct/EntregasConteineres.java
index 06898fb..d9be0c9 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/EntregasConteineres.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/EntregasConteineres.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -38,7 +38,7 @@ public class EntregasConteineres {
protected EntregaConteiner entregaConteiner;
/**
- * Gets the value of the entregaConteiner property.
+ * Obtm o valor da propriedade entregaConteiner.
*
* @return
* possible object is
@@ -50,7 +50,7 @@ public EntregaConteiner getEntregaConteiner() {
}
/**
- * Sets the value of the entregaConteiner property.
+ * Define o valor da propriedade entregaConteiner.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/EntregasDocumentoCarga.java b/src/main/java/br/gov/serpro/pucomex/cct/EntregasDocumentoCarga.java
index e79a7d1..6c3b031 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/EntregasDocumentoCarga.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/EntregasDocumentoCarga.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -38,7 +38,7 @@ public class EntregasDocumentoCarga {
protected EntregaDocumentoCarga entregaDocumentoCarga;
/**
- * Gets the value of the entregaDocumentoCarga property.
+ * Obtm o valor da propriedade entregaDocumentoCarga.
*
* @return
* possible object is
@@ -50,7 +50,7 @@ public EntregaDocumentoCarga getEntregaDocumentoCarga() {
}
/**
- * Sets the value of the entregaDocumentoCarga property.
+ * Define o valor da propriedade entregaDocumentoCarga.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/EntregasDocumentoTransporte.java b/src/main/java/br/gov/serpro/pucomex/cct/EntregasDocumentoTransporte.java
index 4ca12c2..89efb94 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/EntregasDocumentoTransporte.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/EntregasDocumentoTransporte.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -38,7 +38,7 @@ public class EntregasDocumentoTransporte {
protected EntregaDocumentoTransporte entregaDocumentoTransporte;
/**
- * Gets the value of the entregaDocumentoTransporte property.
+ * Obtm o valor da propriedade entregaDocumentoTransporte.
*
* @return
* possible object is
@@ -50,7 +50,7 @@ public EntregaDocumentoTransporte getEntregaDocumentoTransporte() {
}
/**
- * Sets the value of the entregaDocumentoTransporte property.
+ * Define o valor da propriedade entregaDocumentoTransporte.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Frete.java b/src/main/java/br/gov/serpro/pucomex/cct/Frete.java
index 8436282..96b4328 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Frete.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Frete.java
@@ -9,9 +9,9 @@
/**
- * Java class for Frete complex type.
+ *
Classe Java de Frete complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="Frete">
@@ -45,7 +45,7 @@ public class Frete {
protected BigDecimal valorFrete;
/**
- * Gets the value of the codigoMoedaFrete property.
+ * Obtm o valor da propriedade codigoMoedaFrete.
*
* @return
* possible object is
@@ -57,7 +57,7 @@ public String getCodigoMoedaFrete() {
}
/**
- * Sets the value of the codigoMoedaFrete property.
+ * Define o valor da propriedade codigoMoedaFrete.
*
* @param value
* allowed object is
@@ -69,7 +69,7 @@ public void setCodigoMoedaFrete(String value) {
}
/**
- * Gets the value of the formaPagamentoFrete property.
+ * Obtm o valor da propriedade formaPagamentoFrete.
*
* @return
* possible object is
@@ -81,7 +81,7 @@ public String getFormaPagamentoFrete() {
}
/**
- * Sets the value of the formaPagamentoFrete property.
+ * Define o valor da propriedade formaPagamentoFrete.
*
* @param value
* allowed object is
@@ -93,7 +93,7 @@ public void setFormaPagamentoFrete(String value) {
}
/**
- * Gets the value of the valorFrete property.
+ * Obtm o valor da propriedade valorFrete.
*
* @return
* possible object is
@@ -105,7 +105,7 @@ public BigDecimal getValorFrete() {
}
/**
- * Sets the value of the valorFrete property.
+ * Define o valor da propriedade valorFrete.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Graneis.java b/src/main/java/br/gov/serpro/pucomex/cct/Graneis.java
index d05ecff..0c1b829 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Graneis.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Graneis.java
@@ -11,9 +11,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Granel.java b/src/main/java/br/gov/serpro/pucomex/cct/Granel.java
index ee097f9..9454345 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Granel.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Granel.java
@@ -11,9 +11,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/IdentificacaoEmissor.java b/src/main/java/br/gov/serpro/pucomex/cct/IdentificacaoEmissor.java
index 4c1c5ca..bbefa67 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/IdentificacaoEmissor.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/IdentificacaoEmissor.java
@@ -8,9 +8,9 @@
/**
- * Java class for IdentificacaoEmissor complex type.
+ *
Classe Java de IdentificacaoEmissor complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="IdentificacaoEmissor">
@@ -40,7 +40,7 @@ public class IdentificacaoEmissor {
protected String cpf;
/**
- * Gets the value of the cnpj property.
+ * Obtm o valor da propriedade cnpj.
*
* @return
* possible object is
@@ -52,7 +52,7 @@ public String getCnpj() {
}
/**
- * Sets the value of the cnpj property.
+ * Define o valor da propriedade cnpj.
*
* @param value
* allowed object is
@@ -64,7 +64,7 @@ public void setCnpj(String value) {
}
/**
- * Gets the value of the cpf property.
+ * Obtm o valor da propriedade cpf.
*
* @return
* possible object is
@@ -76,7 +76,7 @@ public String getCpf() {
}
/**
- * Sets the value of the cpf property.
+ * Define o valor da propriedade cpf.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/ItemNFF.java b/src/main/java/br/gov/serpro/pucomex/cct/ItemNFF.java
index 0e28026..e32f59d 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/ItemNFF.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/ItemNFF.java
@@ -9,9 +9,9 @@
/**
- * Java class for ItemNFF complex type.
+ *
Classe Java de ItemNFF complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="ItemNFF">
@@ -81,7 +81,7 @@ public class ItemNFF {
protected String quantidadeMedidaEstatistica;
/**
- * Gets the value of the numeroItem property.
+ * Obtm o valor da propriedade numeroItem.
*
* @return
* possible object is
@@ -93,7 +93,7 @@ public String getNumeroItem() {
}
/**
- * Sets the value of the numeroItem property.
+ * Define o valor da propriedade numeroItem.
*
* @param value
* allowed object is
@@ -105,7 +105,7 @@ public void setNumeroItem(String value) {
}
/**
- * Gets the value of the codigoProduto property.
+ * Obtm o valor da propriedade codigoProduto.
*
* @return
* possible object is
@@ -117,7 +117,7 @@ public String getCodigoProduto() {
}
/**
- * Sets the value of the codigoProduto property.
+ * Define o valor da propriedade codigoProduto.
*
* @param value
* allowed object is
@@ -129,7 +129,7 @@ public void setCodigoProduto(String value) {
}
/**
- * Gets the value of the ncm property.
+ * Obtm o valor da propriedade ncm.
*
* @return
* possible object is
@@ -141,7 +141,7 @@ public String getNcm() {
}
/**
- * Sets the value of the ncm property.
+ * Define o valor da propriedade ncm.
*
* @param value
* allowed object is
@@ -153,7 +153,7 @@ public void setNcm(String value) {
}
/**
- * Gets the value of the descricaoProduto property.
+ * Obtm o valor da propriedade descricaoProduto.
*
* @return
* possible object is
@@ -165,7 +165,7 @@ public String getDescricaoProduto() {
}
/**
- * Sets the value of the descricaoProduto property.
+ * Define o valor da propriedade descricaoProduto.
*
* @param value
* allowed object is
@@ -177,7 +177,7 @@ public void setDescricaoProduto(String value) {
}
/**
- * Gets the value of the cfop property.
+ * Obtm o valor da propriedade cfop.
*
* @return
* possible object is
@@ -189,7 +189,7 @@ public String getCfop() {
}
/**
- * Sets the value of the cfop property.
+ * Define o valor da propriedade cfop.
*
* @param value
* allowed object is
@@ -201,7 +201,7 @@ public void setCfop(String value) {
}
/**
- * Gets the value of the valorTotal property.
+ * Obtm o valor da propriedade valorTotal.
*
* @return
* possible object is
@@ -213,7 +213,7 @@ public BigDecimal getValorTotal() {
}
/**
- * Sets the value of the valorTotal property.
+ * Define o valor da propriedade valorTotal.
*
* @param value
* allowed object is
@@ -225,7 +225,7 @@ public void setValorTotal(BigDecimal value) {
}
/**
- * Gets the value of the quantidadeMedidaEstatistica property.
+ * Obtm o valor da propriedade quantidadeMedidaEstatistica.
*
* @return
* possible object is
@@ -237,7 +237,7 @@ public String getQuantidadeMedidaEstatistica() {
}
/**
- * Sets the value of the quantidadeMedidaEstatistica property.
+ * Define o valor da propriedade quantidadeMedidaEstatistica.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Local.java b/src/main/java/br/gov/serpro/pucomex/cct/Local.java
index d194300..309fd7c 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Local.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Local.java
@@ -8,9 +8,9 @@
/**
- * Java class for Local complex type.
+ *
Classe Java de Local complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="Local">
@@ -57,7 +57,7 @@ public class Local {
protected Local.Coordenadas coordenadas;
/**
- * Gets the value of the codigoURF property.
+ * Obtm o valor da propriedade codigoURF.
*
* @return
* possible object is
@@ -69,7 +69,7 @@ public String getCodigoURF() {
}
/**
- * Sets the value of the codigoURF property.
+ * Define o valor da propriedade codigoURF.
*
* @param value
* allowed object is
@@ -81,7 +81,7 @@ public void setCodigoURF(String value) {
}
/**
- * Gets the value of the codigoRA property.
+ * Obtm o valor da propriedade codigoRA.
*
* @return
* possible object is
@@ -93,7 +93,7 @@ public String getCodigoRA() {
}
/**
- * Sets the value of the codigoRA property.
+ * Define o valor da propriedade codigoRA.
*
* @param value
* allowed object is
@@ -105,7 +105,7 @@ public void setCodigoRA(String value) {
}
/**
- * Gets the value of the coordenadas property.
+ * Obtm o valor da propriedade coordenadas.
*
* @return
* possible object is
@@ -117,7 +117,7 @@ public Local.Coordenadas getCoordenadas() {
}
/**
- * Sets the value of the coordenadas property.
+ * Define o valor da propriedade coordenadas.
*
* @param value
* allowed object is
@@ -130,9 +130,9 @@ public void setCoordenadas(Local.Coordenadas value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -162,7 +162,7 @@ public static class Coordenadas {
protected String longitude;
/**
- * Gets the value of the latitude property.
+ * Obtm o valor da propriedade latitude.
*
* @return
* possible object is
@@ -174,7 +174,7 @@ public String getLatitude() {
}
/**
- * Sets the value of the latitude property.
+ * Define o valor da propriedade latitude.
*
* @param value
* allowed object is
@@ -186,7 +186,7 @@ public void setLatitude(String value) {
}
/**
- * Gets the value of the longitude property.
+ * Obtm o valor da propriedade longitude.
*
* @return
* possible object is
@@ -198,7 +198,7 @@ public String getLongitude() {
}
/**
- * Sets the value of the longitude property.
+ * Define o valor da propriedade longitude.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/ManifestacaoExportacao.java b/src/main/java/br/gov/serpro/pucomex/cct/ManifestacaoExportacao.java
index b08dc3e..397312e 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/ManifestacaoExportacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/ManifestacaoExportacao.java
@@ -11,9 +11,9 @@
/**
- * Java class for ManifestacaoExportacao complex type.
+ *
Classe Java de ManifestacaoExportacao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="ManifestacaoExportacao">
@@ -99,7 +99,7 @@
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element name="dadosCarga" type="{http://www.pucomex.serpro.gov.br/cct}DadosCarga" maxOccurs="unbounded"/>
+ * <element name="consignatario" type="{http://www.pucomex.serpro.gov.br/cct}Consignatario"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -170,7 +170,7 @@ public class ManifestacaoExportacao {
protected String observacoes;
/**
- * Gets the value of the identificacaoManifestacao property.
+ * Obtm o valor da propriedade identificacaoManifestacao.
*
* @return
* possible object is
@@ -182,7 +182,7 @@ public String getIdentificacaoManifestacao() {
}
/**
- * Sets the value of the identificacaoManifestacao property.
+ * Define o valor da propriedade identificacaoManifestacao.
*
* @param value
* allowed object is
@@ -194,7 +194,7 @@ public void setIdentificacaoManifestacao(String value) {
}
/**
- * Gets the value of the tipoDocumentoTransporte property.
+ * Obtm o valor da propriedade tipoDocumentoTransporte.
*
* @return
* possible object is
@@ -206,7 +206,7 @@ public String getTipoDocumentoTransporte() {
}
/**
- * Sets the value of the tipoDocumentoTransporte property.
+ * Define o valor da propriedade tipoDocumentoTransporte.
*
* @param value
* allowed object is
@@ -218,7 +218,7 @@ public void setTipoDocumentoTransporte(String value) {
}
/**
- * Gets the value of the indCargaEnviadaDespacho property.
+ * Obtm o valor da propriedade indCargaEnviadaDespacho.
*
* @return
* possible object is
@@ -230,7 +230,7 @@ public String getIndCargaEnviadaDespacho() {
}
/**
- * Sets the value of the indCargaEnviadaDespacho property.
+ * Define o valor da propriedade indCargaEnviadaDespacho.
*
* @param value
* allowed object is
@@ -242,7 +242,7 @@ public void setIndCargaEnviadaDespacho(String value) {
}
/**
- * Gets the value of the cargaJaEmbarcada property.
+ * Obtm o valor da propriedade cargaJaEmbarcada.
*
* @return
* possible object is
@@ -254,7 +254,7 @@ public String getCargaJaEmbarcada() {
}
/**
- * Sets the value of the cargaJaEmbarcada property.
+ * Define o valor da propriedade cargaJaEmbarcada.
*
* @param value
* allowed object is
@@ -266,7 +266,7 @@ public void setCargaJaEmbarcada(String value) {
}
/**
- * Gets the value of the cnpjTransportador property.
+ * Obtm o valor da propriedade cnpjTransportador.
*
* @return
* possible object is
@@ -278,7 +278,7 @@ public String getCnpjTransportador() {
}
/**
- * Sets the value of the cnpjTransportador property.
+ * Define o valor da propriedade cnpjTransportador.
*
* @param value
* allowed object is
@@ -290,7 +290,7 @@ public void setCnpjTransportador(String value) {
}
/**
- * Gets the value of the cpfTransportador property.
+ * Obtm o valor da propriedade cpfTransportador.
*
* @return
* possible object is
@@ -302,7 +302,7 @@ public String getCpfTransportador() {
}
/**
- * Sets the value of the cpfTransportador property.
+ * Define o valor da propriedade cpfTransportador.
*
* @param value
* allowed object is
@@ -314,7 +314,7 @@ public void setCpfTransportador(String value) {
}
/**
- * Gets the value of the codigoURF property.
+ * Obtm o valor da propriedade codigoURF.
*
* @return
* possible object is
@@ -326,7 +326,7 @@ public String getCodigoURF() {
}
/**
- * Sets the value of the codigoURF property.
+ * Define o valor da propriedade codigoURF.
*
* @param value
* allowed object is
@@ -338,7 +338,7 @@ public void setCodigoURF(String value) {
}
/**
- * Gets the value of the coordenadas property.
+ * Obtm o valor da propriedade coordenadas.
*
* @return
* possible object is
@@ -350,7 +350,7 @@ public Coordenadas getCoordenadas() {
}
/**
- * Sets the value of the coordenadas property.
+ * Define o valor da propriedade coordenadas.
*
* @param value
* allowed object is
@@ -362,7 +362,7 @@ public void setCoordenadas(Coordenadas value) {
}
/**
- * Gets the value of the cnpjRespEstoqueCarga property.
+ * Obtm o valor da propriedade cnpjRespEstoqueCarga.
*
* @return
* possible object is
@@ -374,7 +374,7 @@ public String getCnpjRespEstoqueCarga() {
}
/**
- * Sets the value of the cnpjRespEstoqueCarga property.
+ * Define o valor da propriedade cnpjRespEstoqueCarga.
*
* @param value
* allowed object is
@@ -386,7 +386,7 @@ public void setCnpjRespEstoqueCarga(String value) {
}
/**
- * Gets the value of the codigoRA property.
+ * Obtm o valor da propriedade codigoRA.
*
* @return
* possible object is
@@ -398,7 +398,7 @@ public String getCodigoRA() {
}
/**
- * Sets the value of the codigoRA property.
+ * Define o valor da propriedade codigoRA.
*
* @param value
* allowed object is
@@ -410,7 +410,7 @@ public void setCodigoRA(String value) {
}
/**
- * Gets the value of the veiculoAereo property.
+ * Obtm o valor da propriedade veiculoAereo.
*
* @return
* possible object is
@@ -422,7 +422,7 @@ public ManifestacaoExportacao.VeiculoAereo getVeiculoAereo() {
}
/**
- * Sets the value of the veiculoAereo property.
+ * Define o valor da propriedade veiculoAereo.
*
* @param value
* allowed object is
@@ -434,7 +434,7 @@ public void setVeiculoAereo(ManifestacaoExportacao.VeiculoAereo value) {
}
/**
- * Gets the value of the veiculoAquaviario property.
+ * Obtm o valor da propriedade veiculoAquaviario.
*
* @return
* possible object is
@@ -446,7 +446,7 @@ public ManifestacaoExportacao.VeiculoAquaviario getVeiculoAquaviario() {
}
/**
- * Sets the value of the veiculoAquaviario property.
+ * Define o valor da propriedade veiculoAquaviario.
*
* @param value
* allowed object is
@@ -458,7 +458,7 @@ public void setVeiculoAquaviario(ManifestacaoExportacao.VeiculoAquaviario value)
}
/**
- * Gets the value of the outroModal property.
+ * Obtm o valor da propriedade outroModal.
*
* @return
* possible object is
@@ -470,7 +470,7 @@ public ManifestacaoExportacao.OutroModal getOutroModal() {
}
/**
- * Sets the value of the outroModal property.
+ * Define o valor da propriedade outroModal.
*
* @param value
* allowed object is
@@ -482,7 +482,7 @@ public void setOutroModal(ManifestacaoExportacao.OutroModal value) {
}
/**
- * Gets the value of the conhecimentosCarga property.
+ * Obtm o valor da propriedade conhecimentosCarga.
*
* @return
* possible object is
@@ -494,7 +494,7 @@ public ManifestacaoExportacao.ConhecimentosCarga getConhecimentosCarga() {
}
/**
- * Sets the value of the conhecimentosCarga property.
+ * Define o valor da propriedade conhecimentosCarga.
*
* @param value
* allowed object is
@@ -506,7 +506,7 @@ public void setConhecimentosCarga(ManifestacaoExportacao.ConhecimentosCarga valu
}
/**
- * Gets the value of the transporteProprio property.
+ * Obtm o valor da propriedade transporteProprio.
*
* @return
* possible object is
@@ -518,7 +518,7 @@ public ManifestacaoExportacao.TransporteProprio getTransporteProprio() {
}
/**
- * Sets the value of the transporteProprio property.
+ * Define o valor da propriedade transporteProprio.
*
* @param value
* allowed object is
@@ -530,7 +530,7 @@ public void setTransporteProprio(ManifestacaoExportacao.TransporteProprio value)
}
/**
- * Gets the value of the observacoes property.
+ * Obtm o valor da propriedade observacoes.
*
* @return
* possible object is
@@ -542,7 +542,7 @@ public String getObservacoes() {
}
/**
- * Sets the value of the observacoes property.
+ * Define o valor da propriedade observacoes.
*
* @param value
* allowed object is
@@ -555,9 +555,9 @@ public void setObservacoes(String value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -615,9 +615,9 @@ public List getConhecimento() {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -655,7 +655,7 @@ public static class OutroModal {
protected String dataEmissaoDocumentoTransporte;
/**
- * Gets the value of the codigoTipoModal property.
+ * Obtm o valor da propriedade codigoTipoModal.
*
* @return
* possible object is
@@ -667,7 +667,7 @@ public String getCodigoTipoModal() {
}
/**
- * Sets the value of the codigoTipoModal property.
+ * Define o valor da propriedade codigoTipoModal.
*
* @param value
* allowed object is
@@ -679,7 +679,7 @@ public void setCodigoTipoModal(String value) {
}
/**
- * Gets the value of the identificacaoVeiculo property.
+ * Obtm o valor da propriedade identificacaoVeiculo.
*
* @return
* possible object is
@@ -691,7 +691,7 @@ public String getIdentificacaoVeiculo() {
}
/**
- * Sets the value of the identificacaoVeiculo property.
+ * Define o valor da propriedade identificacaoVeiculo.
*
* @param value
* allowed object is
@@ -703,7 +703,7 @@ public void setIdentificacaoVeiculo(String value) {
}
/**
- * Gets the value of the numeroDocumentoTransporte property.
+ * Obtm o valor da propriedade numeroDocumentoTransporte.
*
* @return
* possible object is
@@ -715,7 +715,7 @@ public String getNumeroDocumentoTransporte() {
}
/**
- * Sets the value of the numeroDocumentoTransporte property.
+ * Define o valor da propriedade numeroDocumentoTransporte.
*
* @param value
* allowed object is
@@ -727,7 +727,7 @@ public void setNumeroDocumentoTransporte(String value) {
}
/**
- * Gets the value of the dataEmissaoDocumentoTransporte property.
+ * Obtm o valor da propriedade dataEmissaoDocumentoTransporte.
*
* @return
* possible object is
@@ -739,7 +739,7 @@ public String getDataEmissaoDocumentoTransporte() {
}
/**
- * Sets the value of the dataEmissaoDocumentoTransporte property.
+ * Define o valor da propriedade dataEmissaoDocumentoTransporte.
*
* @param value
* allowed object is
@@ -754,16 +754,16 @@ public void setDataEmissaoDocumentoTransporte(String value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element name="dadosCarga" type="{http://www.pucomex.serpro.gov.br/cct}DadosCarga" maxOccurs="unbounded"/>
+ * <element name="consignatario" type="{http://www.pucomex.serpro.gov.br/cct}Consignatario"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -774,49 +774,44 @@ public void setDataEmissaoDocumentoTransporte(String value) {
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
- "dadosCarga"
+ "consignatario"
})
public static class TransporteProprio {
@XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
- protected List dadosCarga;
+ protected Consignatario consignatario;
/**
- * Gets the value of the dadosCarga property.
- *
- *
- * 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 set
method for the dadosCarga property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getDadosCarga().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link DadosCarga }
+ * Obtm o valor da propriedade consignatario.
*
+ * @return
+ * possible object is
+ * {@link Consignatario }
+ *
+ */
+ public Consignatario getConsignatario() {
+ return consignatario;
+ }
+
+ /**
+ * Define o valor da propriedade consignatario.
*
+ * @param value
+ * allowed object is
+ * {@link Consignatario }
+ *
*/
- public List getDadosCarga() {
- if (dadosCarga == null) {
- dadosCarga = new ArrayList();
- }
- return this.dadosCarga;
+ public void setConsignatario(Consignatario value) {
+ this.consignatario = value;
}
}
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -854,7 +849,7 @@ public static class VeiculoAereo {
protected String dataPartidaProcedencia;
/**
- * Gets the value of the codigoTipoModal property.
+ * Obtm o valor da propriedade codigoTipoModal.
*
* @return
* possible object is
@@ -866,7 +861,7 @@ public String getCodigoTipoModal() {
}
/**
- * Sets the value of the codigoTipoModal property.
+ * Define o valor da propriedade codigoTipoModal.
*
* @param value
* allowed object is
@@ -878,7 +873,7 @@ public void setCodigoTipoModal(String value) {
}
/**
- * Gets the value of the prefixoAeronave property.
+ * Obtm o valor da propriedade prefixoAeronave.
*
* @return
* possible object is
@@ -890,7 +885,7 @@ public String getPrefixoAeronave() {
}
/**
- * Sets the value of the prefixoAeronave property.
+ * Define o valor da propriedade prefixoAeronave.
*
* @param value
* allowed object is
@@ -902,7 +897,7 @@ public void setPrefixoAeronave(String value) {
}
/**
- * Gets the value of the numeroVoo property.
+ * Obtm o valor da propriedade numeroVoo.
*
* @return
* possible object is
@@ -914,7 +909,7 @@ public BigInteger getNumeroVoo() {
}
/**
- * Sets the value of the numeroVoo property.
+ * Define o valor da propriedade numeroVoo.
*
* @param value
* allowed object is
@@ -926,7 +921,7 @@ public void setNumeroVoo(BigInteger value) {
}
/**
- * Gets the value of the dataPartidaProcedencia property.
+ * Obtm o valor da propriedade dataPartidaProcedencia.
*
* @return
* possible object is
@@ -938,7 +933,7 @@ public String getDataPartidaProcedencia() {
}
/**
- * Sets the value of the dataPartidaProcedencia property.
+ * Define o valor da propriedade dataPartidaProcedencia.
*
* @param value
* allowed object is
@@ -953,9 +948,9 @@ public void setDataPartidaProcedencia(String value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -993,7 +988,7 @@ public static class VeiculoAquaviario {
protected String dataEncerramentoManifesto;
/**
- * Gets the value of the codigoTipoModal property.
+ * Obtm o valor da propriedade codigoTipoModal.
*
* @return
* possible object is
@@ -1005,7 +1000,7 @@ public String getCodigoTipoModal() {
}
/**
- * Sets the value of the codigoTipoModal property.
+ * Define o valor da propriedade codigoTipoModal.
*
* @param value
* allowed object is
@@ -1017,7 +1012,7 @@ public void setCodigoTipoModal(String value) {
}
/**
- * Gets the value of the codigoIMO property.
+ * Obtm o valor da propriedade codigoIMO.
*
* @return
* possible object is
@@ -1029,7 +1024,7 @@ public String getCodigoIMO() {
}
/**
- * Sets the value of the codigoIMO property.
+ * Define o valor da propriedade codigoIMO.
*
* @param value
* allowed object is
@@ -1041,7 +1036,7 @@ public void setCodigoIMO(String value) {
}
/**
- * Gets the value of the numeroEscala property.
+ * Obtm o valor da propriedade numeroEscala.
*
* @return
* possible object is
@@ -1053,7 +1048,7 @@ public String getNumeroEscala() {
}
/**
- * Sets the value of the numeroEscala property.
+ * Define o valor da propriedade numeroEscala.
*
* @param value
* allowed object is
@@ -1065,7 +1060,7 @@ public void setNumeroEscala(String value) {
}
/**
- * Gets the value of the dataEncerramentoManifesto property.
+ * Obtm o valor da propriedade dataEncerramentoManifesto.
*
* @return
* possible object is
@@ -1077,7 +1072,7 @@ public String getDataEncerramentoManifesto() {
}
/**
- * Sets the value of the dataEncerramentoManifesto property.
+ * Define o valor da propriedade dataEncerramentoManifesto.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/ManifestacoesExportacao.java b/src/main/java/br/gov/serpro/pucomex/cct/ManifestacoesExportacao.java
index 972f2e0..b248509 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/ManifestacoesExportacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/ManifestacoesExportacao.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -38,7 +38,7 @@ public class ManifestacoesExportacao {
protected ManifestacaoExportacao manifestacao;
/**
- * Gets the value of the manifestacao property.
+ * Obtm o valor da propriedade manifestacao.
*
* @return
* possible object is
@@ -50,7 +50,7 @@ public ManifestacaoExportacao getManifestacao() {
}
/**
- * Sets the value of the manifestacao property.
+ * Define o valor da propriedade manifestacao.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/NotaFiscalEletronica.java b/src/main/java/br/gov/serpro/pucomex/cct/NotaFiscalEletronica.java
index 4da7e3b..44341b8 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/NotaFiscalEletronica.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/NotaFiscalEletronica.java
@@ -10,9 +10,9 @@
/**
- * Java class for NotaFiscalEletronica complex type.
+ *
Classe Java de NotaFiscalEletronica complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="NotaFiscalEletronica">
@@ -52,7 +52,7 @@ public class NotaFiscalEletronica {
protected NotaFiscalEletronica.Conteineres conteineres;
/**
- * Gets the value of the chaveAcesso property.
+ * Obtm o valor da propriedade chaveAcesso.
*
* @return
* possible object is
@@ -64,7 +64,7 @@ public String getChaveAcesso() {
}
/**
- * Sets the value of the chaveAcesso property.
+ * Define o valor da propriedade chaveAcesso.
*
* @param value
* allowed object is
@@ -76,7 +76,7 @@ public void setChaveAcesso(String value) {
}
/**
- * Gets the value of the conteineres property.
+ * Obtm o valor da propriedade conteineres.
*
* @return
* possible object is
@@ -88,7 +88,7 @@ public NotaFiscalEletronica.Conteineres getConteineres() {
}
/**
- * Sets the value of the conteineres property.
+ * Define o valor da propriedade conteineres.
*
* @param value
* allowed object is
@@ -101,9 +101,9 @@ public void setConteineres(NotaFiscalEletronica.Conteineres value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/NotaFiscalFormulario.java b/src/main/java/br/gov/serpro/pucomex/cct/NotaFiscalFormulario.java
index 15afad1..7915c61 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/NotaFiscalFormulario.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/NotaFiscalFormulario.java
@@ -10,9 +10,9 @@
/**
- * Java class for NotaFiscalFormulario complex type.
+ *
Classe Java de NotaFiscalFormulario complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="NotaFiscalFormulario">
@@ -107,7 +107,7 @@ public class NotaFiscalFormulario {
protected NotaFiscalFormulario.ItensNFF itensNFF;
/**
- * Gets the value of the numeroNF property.
+ * Obtm o valor da propriedade numeroNF.
*
* @return
* possible object is
@@ -119,7 +119,7 @@ public String getNumeroNF() {
}
/**
- * Sets the value of the numeroNF property.
+ * Define o valor da propriedade numeroNF.
*
* @param value
* allowed object is
@@ -131,7 +131,7 @@ public void setNumeroNF(String value) {
}
/**
- * Gets the value of the serieNF property.
+ * Obtm o valor da propriedade serieNF.
*
* @return
* possible object is
@@ -143,7 +143,7 @@ public String getSerieNF() {
}
/**
- * Sets the value of the serieNF property.
+ * Define o valor da propriedade serieNF.
*
* @param value
* allowed object is
@@ -155,7 +155,7 @@ public void setSerieNF(String value) {
}
/**
- * Gets the value of the modeloNF property.
+ * Obtm o valor da propriedade modeloNF.
*
* @return
* possible object is
@@ -167,7 +167,7 @@ public String getModeloNF() {
}
/**
- * Sets the value of the modeloNF property.
+ * Define o valor da propriedade modeloNF.
*
* @param value
* allowed object is
@@ -179,7 +179,7 @@ public void setModeloNF(String value) {
}
/**
- * Gets the value of the aamm property.
+ * Obtm o valor da propriedade aamm.
*
* @return
* possible object is
@@ -191,7 +191,7 @@ public String getAAMM() {
}
/**
- * Sets the value of the aamm property.
+ * Define o valor da propriedade aamm.
*
* @param value
* allowed object is
@@ -203,7 +203,7 @@ public void setAAMM(String value) {
}
/**
- * Gets the value of the ufEmissor property.
+ * Obtm o valor da propriedade ufEmissor.
*
* @return
* possible object is
@@ -215,7 +215,7 @@ public String getUfEmissor() {
}
/**
- * Sets the value of the ufEmissor property.
+ * Define o valor da propriedade ufEmissor.
*
* @param value
* allowed object is
@@ -227,7 +227,7 @@ public void setUfEmissor(String value) {
}
/**
- * Gets the value of the dataEmissao property.
+ * Obtm o valor da propriedade dataEmissao.
*
* @return
* possible object is
@@ -239,7 +239,7 @@ public String getDataEmissao() {
}
/**
- * Sets the value of the dataEmissao property.
+ * Define o valor da propriedade dataEmissao.
*
* @param value
* allowed object is
@@ -251,7 +251,7 @@ public void setDataEmissao(String value) {
}
/**
- * Gets the value of the identificacaoEmissor property.
+ * Obtm o valor da propriedade identificacaoEmissor.
*
* @return
* possible object is
@@ -263,7 +263,7 @@ public IdentificacaoEmissor getIdentificacaoEmissor() {
}
/**
- * Sets the value of the identificacaoEmissor property.
+ * Define o valor da propriedade identificacaoEmissor.
*
* @param value
* allowed object is
@@ -275,7 +275,7 @@ public void setIdentificacaoEmissor(IdentificacaoEmissor value) {
}
/**
- * Gets the value of the destinatario property.
+ * Obtm o valor da propriedade destinatario.
*
* @return
* possible object is
@@ -287,7 +287,7 @@ public Destinatario getDestinatario() {
}
/**
- * Sets the value of the destinatario property.
+ * Define o valor da propriedade destinatario.
*
* @param value
* allowed object is
@@ -299,7 +299,7 @@ public void setDestinatario(Destinatario value) {
}
/**
- * Gets the value of the conteineres property.
+ * Obtm o valor da propriedade conteineres.
*
* @return
* possible object is
@@ -311,7 +311,7 @@ public NotaFiscalFormulario.Conteineres getConteineres() {
}
/**
- * Sets the value of the conteineres property.
+ * Define o valor da propriedade conteineres.
*
* @param value
* allowed object is
@@ -323,7 +323,7 @@ public void setConteineres(NotaFiscalFormulario.Conteineres value) {
}
/**
- * Gets the value of the itensNFF property.
+ * Obtm o valor da propriedade itensNFF.
*
* @return
* possible object is
@@ -335,7 +335,7 @@ public NotaFiscalFormulario.ItensNFF getItensNFF() {
}
/**
- * Sets the value of the itensNFF property.
+ * Define o valor da propriedade itensNFF.
*
* @param value
* allowed object is
@@ -348,9 +348,9 @@ public void setItensNFF(NotaFiscalFormulario.ItensNFF value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -408,9 +408,9 @@ public List getConteiner() {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/NotasFiscais.java b/src/main/java/br/gov/serpro/pucomex/cct/NotasFiscais.java
new file mode 100644
index 0000000..6978ba9
--- /dev/null
+++ b/src/main/java/br/gov/serpro/pucomex/cct/NotasFiscais.java
@@ -0,0 +1,71 @@
+
+package br.gov.serpro.pucomex.cct;
+
+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.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Classe Java de anonymous complex type.
+ *
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="notaFiscal" type="{http://www.pucomex.serpro.gov.br/cct}TNotaFiscal" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "notaFiscal"
+})
+@XmlRootElement(name = "notasFiscais", namespace = "http://www.pucomex.serpro.gov.br/cct")
+public class NotasFiscais {
+
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
+ protected List notaFiscal;
+
+ /**
+ * Gets the value of the notaFiscal property.
+ *
+ *
+ * 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 set
method for the notaFiscal property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getNotaFiscal().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link TNotaFiscal }
+ *
+ *
+ */
+ public List getNotaFiscal() {
+ if (notaFiscal == null) {
+ notaFiscal = new ArrayList();
+ }
+ return this.notaFiscal;
+ }
+
+}
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/ObjectFactory.java b/src/main/java/br/gov/serpro/pucomex/cct/ObjectFactory.java
index 6474d40..629978f 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/ObjectFactory.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/ObjectFactory.java
@@ -26,22 +26,19 @@
@XmlRegistry
public class ObjectFactory {
- private final static QName _TCargaSoltaVeiculoTipoEmbalagem_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "tipoEmbalagem");
- private final static QName _TCargaSoltaVeiculoQuantidade_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "quantidade");
- private final static QName _TCargaSoltaVeiculoTotal_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "total");
- private final static QName _OperacaoDesunitizacao_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "operacaoDesunitizacao");
private final static QName _OperacaoUnitizacao_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "operacaoUnitizacao");
- private final static QName _TDocumentoCargaManifestacaoCargaSoltaVeiculo_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "cargaSoltaVeiculo");
- private final static QName _TDocumentoCargaManifestacaoNumeroRUC_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "numeroRUC");
- private final static QName _TDocumentoCargaManifestacaoNumeroDUE_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "numeroDUE");
- private final static QName _TDocumentoCargaManifestacaoGranel_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "granel");
+ private final static QName _OperacaoDesunitizacao_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "operacaoDesunitizacao");
private final static QName _TGranelTipoGranel_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "tipoGranel");
+ private final static QName _TGranelQuantidade_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "quantidade");
private final static QName _TGranelUnidademedida_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "unidademedida");
- private final static QName _DadosCargaNomeConsignatario_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "nomeConsignatario");
+ private final static QName _TGranelTotal_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "total");
+ private final static QName _TDocumentoCargaNumeroRUC_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "numeroRUC");
+ private final static QName _TDocumentoCargaNumeroDUE_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "numeroDUE");
private final static QName _DadosCargaDocumentos_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "documentos");
- private final static QName _DadosCargaPaisDestino_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "paisDestino");
- private final static QName _DadosCargaConsignadoAOrdem_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "consignadoAOrdem");
- private final static QName _DadosCargaEnderecoConsignatario_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "enderecoConsignatario");
+ private final static QName _TDocumentoCargaManifestacaoGranel_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "granel");
+ private final static QName _TDocumentoCargaManifestacaoCargaSoltaVeiculo_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "cargaSoltaVeiculo");
+ private final static QName _TDesunitizacaoNumeroConteiner_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "numeroConteiner");
+ private final static QName _TCargaSoltaVeiculoTipoEmbalagem_QNAME = new QName("http://www.pucomex.serpro.gov.br/cct", "tipoEmbalagem");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: br.gov.serpro.pucomex.cct
@@ -51,51 +48,51 @@ public ObjectFactory() {
}
/**
- * Create an instance of {@link Acondicionamento }
+ * Create an instance of {@link NotaFiscalEletronica }
*
*/
- public Acondicionamento createAcondicionamento() {
- return new Acondicionamento();
+ public NotaFiscalEletronica createNotaFiscalEletronica() {
+ return new NotaFiscalEletronica();
}
/**
- * Create an instance of {@link Destinatario }
+ * Create an instance of {@link TConteiner }
*
*/
- public Destinatario createDestinatario() {
- return new Destinatario();
+ public TConteiner createTConteiner() {
+ return new TConteiner();
}
/**
- * Create an instance of {@link NotaFiscalFormulario }
+ * Create an instance of {@link DadosCarga }
*
*/
- public NotaFiscalFormulario createNotaFiscalFormulario() {
- return new NotaFiscalFormulario();
+ public DadosCarga createDadosCarga() {
+ return new DadosCarga();
}
/**
- * Create an instance of {@link NotaFiscalEletronica }
+ * Create an instance of {@link TransitoSimplificadoRecepcao }
*
*/
- public NotaFiscalEletronica createNotaFiscalEletronica() {
- return new NotaFiscalEletronica();
+ public TransitoSimplificadoRecepcao createTransitoSimplificadoRecepcao() {
+ return new TransitoSimplificadoRecepcao();
}
/**
- * Create an instance of {@link Local }
+ * Create an instance of {@link TransitoSimplificadoRecepcao.VeiculoRodoviario }
*
*/
- public Local createLocal() {
- return new Local();
+ public TransitoSimplificadoRecepcao.VeiculoRodoviario createTransitoSimplificadoRecepcaoVeiculoRodoviario() {
+ return new TransitoSimplificadoRecepcao.VeiculoRodoviario();
}
/**
- * Create an instance of {@link Conhecimento }
+ * Create an instance of {@link TDocumentoCargaManifestacao }
*
*/
- public Conhecimento createConhecimento() {
- return new Conhecimento();
+ public TDocumentoCargaManifestacao createTDocumentoCargaManifestacao() {
+ return new TDocumentoCargaManifestacao();
}
/**
@@ -107,59 +104,51 @@ public TVeiculoTransitoSimplificado createTVeiculoTransitoSimplificado() {
}
/**
- * Create an instance of {@link TConteiner }
- *
- */
- public TConteiner createTConteiner() {
- return new TConteiner();
- }
-
- /**
- * Create an instance of {@link TransitoSimplificadoRecepcao }
+ * Create an instance of {@link Destinatario }
*
*/
- public TransitoSimplificadoRecepcao createTransitoSimplificadoRecepcao() {
- return new TransitoSimplificadoRecepcao();
+ public Destinatario createDestinatario() {
+ return new Destinatario();
}
/**
- * Create an instance of {@link TransitoSimplificadoRecepcao.VeiculoRodoviario }
+ * Create an instance of {@link Acondicionamento }
*
*/
- public TransitoSimplificadoRecepcao.VeiculoRodoviario createTransitoSimplificadoRecepcaoVeiculoRodoviario() {
- return new TransitoSimplificadoRecepcao.VeiculoRodoviario();
+ public Acondicionamento createAcondicionamento() {
+ return new Acondicionamento();
}
/**
- * Create an instance of {@link TDocumentoCargaManifestacao }
+ * Create an instance of {@link Local }
*
*/
- public TDocumentoCargaManifestacao createTDocumentoCargaManifestacao() {
- return new TDocumentoCargaManifestacao();
+ public Local createLocal() {
+ return new Local();
}
/**
- * Create an instance of {@link DadosCarga }
+ * Create an instance of {@link NotaFiscalFormulario }
*
*/
- public DadosCarga createDadosCarga() {
- return new DadosCarga();
+ public NotaFiscalFormulario createNotaFiscalFormulario() {
+ return new NotaFiscalFormulario();
}
/**
- * Create an instance of {@link RecepcaoConteiner }
+ * Create an instance of {@link ManifestacaoExportacao }
*
*/
- public RecepcaoConteiner createRecepcaoConteiner() {
- return new RecepcaoConteiner();
+ public ManifestacaoExportacao createManifestacaoExportacao() {
+ return new ManifestacaoExportacao();
}
/**
- * Create an instance of {@link RecepcaoDocumentoTransporte }
+ * Create an instance of {@link EntregaDocumentoTransporte }
*
*/
- public RecepcaoDocumentoTransporte createRecepcaoDocumentoTransporte() {
- return new RecepcaoDocumentoTransporte();
+ public EntregaDocumentoTransporte createEntregaDocumentoTransporte() {
+ return new EntregaDocumentoTransporte();
}
/**
@@ -179,43 +168,35 @@ public EntregaConteiner createEntregaConteiner() {
}
/**
- * Create an instance of {@link EntregaDocumentoTransporte }
- *
- */
- public EntregaDocumentoTransporte createEntregaDocumentoTransporte() {
- return new EntregaDocumentoTransporte();
- }
-
- /**
- * Create an instance of {@link RecepcaoNFF }
+ * Create an instance of {@link RecepcaoNFE }
*
*/
- public RecepcaoNFF createRecepcaoNFF() {
- return new RecepcaoNFF();
+ public RecepcaoNFE createRecepcaoNFE() {
+ return new RecepcaoNFE();
}
/**
- * Create an instance of {@link RecepcaoNFE }
+ * Create an instance of {@link OperacaoConsolidacao }
*
*/
- public RecepcaoNFE createRecepcaoNFE() {
- return new RecepcaoNFE();
+ public OperacaoConsolidacao createOperacaoConsolidacao() {
+ return new OperacaoConsolidacao();
}
/**
- * Create an instance of {@link OperacaoDesunitizacao }
+ * Create an instance of {@link RecepcaoConteiner }
*
*/
- public OperacaoDesunitizacao createOperacaoDesunitizacao() {
- return new OperacaoDesunitizacao();
+ public RecepcaoConteiner createRecepcaoConteiner() {
+ return new RecepcaoConteiner();
}
/**
- * Create an instance of {@link OperacaoConsolidacao }
+ * Create an instance of {@link RecepcaoNFF }
*
*/
- public OperacaoConsolidacao createOperacaoConsolidacao() {
- return new OperacaoConsolidacao();
+ public RecepcaoNFF createRecepcaoNFF() {
+ return new RecepcaoNFF();
}
/**
@@ -235,235 +216,243 @@ public TransitoSimplificadoEntrega.VeiculoRodoviario createTransitoSimplificadoE
}
/**
- * Create an instance of {@link ManifestacaoExportacao }
+ * Create an instance of {@link RecepcaoDocumentoTransporte }
*
*/
- public ManifestacaoExportacao createManifestacaoExportacao() {
- return new ManifestacaoExportacao();
+ public RecepcaoDocumentoTransporte createRecepcaoDocumentoTransporte() {
+ return new RecepcaoDocumentoTransporte();
}
/**
- * Create an instance of {@link ManifestacoesExportacao }
+ * Create an instance of {@link OperacaoDesunitizacao }
*
*/
- public ManifestacoesExportacao createManifestacoesExportacao() {
- return new ManifestacoesExportacao();
+ public OperacaoDesunitizacao createOperacaoDesunitizacao() {
+ return new OperacaoDesunitizacao();
}
/**
- * Create an instance of {@link CargasSoltasVeiculos }
+ * Create an instance of {@link Embalagens }
*
*/
- public CargasSoltasVeiculos createCargasSoltasVeiculos() {
- return new CargasSoltasVeiculos();
+ public Embalagens createEmbalagens() {
+ return new Embalagens();
}
/**
- * Create an instance of {@link TCargaSoltaVeiculoConsolidacao }
+ * Create an instance of {@link TEmbalagem }
*
*/
- public TCargaSoltaVeiculoConsolidacao createTCargaSoltaVeiculoConsolidacao() {
- return new TCargaSoltaVeiculoConsolidacao();
+ public TEmbalagem createTEmbalagem() {
+ return new TEmbalagem();
}
/**
- * Create an instance of {@link RecepcoesDocumentoCarga }
+ * Create an instance of {@link Graneis }
*
*/
- public RecepcoesDocumentoCarga createRecepcoesDocumentoCarga() {
- return new RecepcoesDocumentoCarga();
+ public Graneis createGraneis() {
+ return new Graneis();
}
/**
- * Create an instance of {@link RecepcaoDocumentoCarga }
+ * Create an instance of {@link TGranel }
*
*/
- public RecepcaoDocumentoCarga createRecepcaoDocumentoCarga() {
- return new RecepcaoDocumentoCarga();
+ public TGranel createTGranel() {
+ return new TGranel();
}
/**
- * Create an instance of {@link Recebedor }
+ * Create an instance of {@link br.gov.serpro.pucomex.cct.CargaSoltaVeiculo }
*
*/
- public Recebedor createRecebedor() {
- return new Recebedor();
+ public br.gov.serpro.pucomex.cct.CargaSoltaVeiculo createCargaSoltaVeiculo() {
+ return new br.gov.serpro.pucomex.cct.CargaSoltaVeiculo();
}
/**
- * Create an instance of {@link DocumentosUnitizacao }
+ * Create an instance of {@link TCargaSoltaVeiculo }
*
*/
- public DocumentosUnitizacao createDocumentosUnitizacao() {
- return new DocumentosUnitizacao();
+ public TCargaSoltaVeiculo createTCargaSoltaVeiculo() {
+ return new TCargaSoltaVeiculo();
}
/**
- * Create an instance of {@link TDocumentoCargaUnitizacao }
+ * Create an instance of {@link RecepcoesDocumentoTransporte }
*
*/
- public TDocumentoCargaUnitizacao createTDocumentoCargaUnitizacao() {
- return new TDocumentoCargaUnitizacao();
+ public RecepcoesDocumentoTransporte createRecepcoesDocumentoTransporte() {
+ return new RecepcoesDocumentoTransporte();
}
/**
- * Create an instance of {@link br.gov.serpro.pucomex.cct.Documentos }
+ * Create an instance of {@link Granel }
*
*/
- public br.gov.serpro.pucomex.cct.Documentos createDocumentos() {
- return new br.gov.serpro.pucomex.cct.Documentos();
+ public Granel createGranel() {
+ return new Granel();
}
/**
- * Create an instance of {@link TDocumentoCarga }
+ * Create an instance of {@link CargasSoltasVeiculos }
*
*/
- public TDocumentoCarga createTDocumentoCarga() {
- return new TDocumentoCarga();
+ public CargasSoltasVeiculos createCargasSoltasVeiculos() {
+ return new CargasSoltasVeiculos();
}
/**
- * Create an instance of {@link OperacoesConsolidacao }
+ * Create an instance of {@link TCargaSoltaVeiculoConsolidacao }
*
*/
- public OperacoesConsolidacao createOperacoesConsolidacao() {
- return new OperacoesConsolidacao();
+ public TCargaSoltaVeiculoConsolidacao createTCargaSoltaVeiculoConsolidacao() {
+ return new TCargaSoltaVeiculoConsolidacao();
}
/**
- * Create an instance of {@link RecepcoesNFE }
+ * Create an instance of {@link Recebedor }
*
*/
- public RecepcoesNFE createRecepcoesNFE() {
- return new RecepcoesNFE();
+ public Recebedor createRecebedor() {
+ return new Recebedor();
}
/**
- * Create an instance of {@link RecepcoesNFF }
+ * Create an instance of {@link RecepcoesDocumentoCarga }
*
*/
- public RecepcoesNFF createRecepcoesNFF() {
- return new RecepcoesNFF();
+ public RecepcoesDocumentoCarga createRecepcoesDocumentoCarga() {
+ return new RecepcoesDocumentoCarga();
}
/**
- * Create an instance of {@link Conteiner }
+ * Create an instance of {@link RecepcaoDocumentoCarga }
*
*/
- public Conteiner createConteiner() {
- return new Conteiner();
+ public RecepcaoDocumentoCarga createRecepcaoDocumentoCarga() {
+ return new RecepcaoDocumentoCarga();
}
/**
- * Create an instance of {@link ConteinerPesoBrutoExtend }
+ * Create an instance of {@link br.gov.serpro.pucomex.cct.Conteineres }
*
*/
- public ConteinerPesoBrutoExtend createConteinerPesoBrutoExtend() {
- return new ConteinerPesoBrutoExtend();
+ public br.gov.serpro.pucomex.cct.Conteineres createConteineres() {
+ return new br.gov.serpro.pucomex.cct.Conteineres();
}
/**
- * Create an instance of {@link EntregasDocumentoTransporte }
+ * Create an instance of {@link br.gov.serpro.pucomex.cct.NotasFiscais }
*
*/
- public EntregasDocumentoTransporte createEntregasDocumentoTransporte() {
- return new EntregasDocumentoTransporte();
+ public br.gov.serpro.pucomex.cct.NotasFiscais createNotasFiscais() {
+ return new br.gov.serpro.pucomex.cct.NotasFiscais();
}
/**
- * Create an instance of {@link Embalagens }
+ * Create an instance of {@link TNotaFiscal }
*
*/
- public Embalagens createEmbalagens() {
- return new Embalagens();
+ public TNotaFiscal createTNotaFiscal() {
+ return new TNotaFiscal();
}
/**
- * Create an instance of {@link TEmbalagem }
+ * Create an instance of {@link Entregador }
*
*/
- public TEmbalagem createTEmbalagem() {
- return new TEmbalagem();
+ public Entregador createEntregador() {
+ return new Entregador();
}
/**
- * Create an instance of {@link br.gov.serpro.pucomex.cct.Conteineres }
+ * Create an instance of {@link RecepcoesNFF }
*
*/
- public br.gov.serpro.pucomex.cct.Conteineres createConteineres() {
- return new br.gov.serpro.pucomex.cct.Conteineres();
+ public RecepcoesNFF createRecepcoesNFF() {
+ return new RecepcoesNFF();
}
/**
- * Create an instance of {@link EntregasConteineres }
+ * Create an instance of {@link RecepcoesConteineres }
*
*/
- public EntregasConteineres createEntregasConteineres() {
- return new EntregasConteineres();
+ public RecepcoesConteineres createRecepcoesConteineres() {
+ return new RecepcoesConteineres();
}
/**
- * Create an instance of {@link RecepcoesDocumentoTransporte }
+ * Create an instance of {@link DocumentosUnitizacao }
*
*/
- public RecepcoesDocumentoTransporte createRecepcoesDocumentoTransporte() {
- return new RecepcoesDocumentoTransporte();
+ public DocumentosUnitizacao createDocumentosUnitizacao() {
+ return new DocumentosUnitizacao();
}
/**
- * Create an instance of {@link Granel }
+ * Create an instance of {@link TDocumentoCargaUnitizacao }
*
*/
- public Granel createGranel() {
- return new Granel();
+ public TDocumentoCargaUnitizacao createTDocumentoCargaUnitizacao() {
+ return new TDocumentoCargaUnitizacao();
}
/**
- * Create an instance of {@link TGranel }
+ * Create an instance of {@link OperacoesConsolidacao }
*
*/
- public TGranel createTGranel() {
- return new TGranel();
+ public OperacoesConsolidacao createOperacoesConsolidacao() {
+ return new OperacoesConsolidacao();
}
/**
- * Create an instance of {@link Graneis }
+ * Create an instance of {@link RecepcoesNFE }
*
*/
- public Graneis createGraneis() {
- return new Graneis();
+ public RecepcoesNFE createRecepcoesNFE() {
+ return new RecepcoesNFE();
}
/**
- * Create an instance of {@link RecepcoesConteineres }
+ * Create an instance of {@link EntregasConteineres }
*
*/
- public RecepcoesConteineres createRecepcoesConteineres() {
- return new RecepcoesConteineres();
+ public EntregasConteineres createEntregasConteineres() {
+ return new EntregasConteineres();
}
/**
- * Create an instance of {@link Entregador }
+ * Create an instance of {@link br.gov.serpro.pucomex.cct.Documentos }
*
*/
- public Entregador createEntregador() {
- return new Entregador();
+ public br.gov.serpro.pucomex.cct.Documentos createDocumentos() {
+ return new br.gov.serpro.pucomex.cct.Documentos();
}
/**
- * Create an instance of {@link br.gov.serpro.pucomex.cct.CargaSoltaVeiculo }
+ * Create an instance of {@link TDocumentoCarga }
*
*/
- public br.gov.serpro.pucomex.cct.CargaSoltaVeiculo createCargaSoltaVeiculo() {
- return new br.gov.serpro.pucomex.cct.CargaSoltaVeiculo();
+ public TDocumentoCarga createTDocumentoCarga() {
+ return new TDocumentoCarga();
}
/**
- * Create an instance of {@link TCargaSoltaVeiculo }
+ * Create an instance of {@link EntregasDocumentoTransporte }
*
*/
- public TCargaSoltaVeiculo createTCargaSoltaVeiculo() {
- return new TCargaSoltaVeiculo();
+ public EntregasDocumentoTransporte createEntregasDocumentoTransporte() {
+ return new EntregasDocumentoTransporte();
+ }
+
+ /**
+ * Create an instance of {@link ManifestacoesExportacao }
+ *
+ */
+ public ManifestacoesExportacao createManifestacoesExportacao() {
+ return new ManifestacoesExportacao();
}
/**
@@ -483,27 +472,19 @@ public EntregaDocumentoCarga createEntregaDocumentoCarga() {
}
/**
- * Create an instance of {@link TLocalExtend }
- *
- */
- public TLocalExtend createTLocalExtend() {
- return new TLocalExtend();
- }
-
- /**
- * Create an instance of {@link TGranelManifestacao }
+ * Create an instance of {@link Conteiner }
*
*/
- public TGranelManifestacao createTGranelManifestacao() {
- return new TGranelManifestacao();
+ public Conteiner createConteiner() {
+ return new Conteiner();
}
/**
- * Create an instance of {@link Frete }
+ * Create an instance of {@link ConteinerPesoBrutoExtend }
*
*/
- public Frete createFrete() {
- return new Frete();
+ public ConteinerPesoBrutoExtend createConteinerPesoBrutoExtend() {
+ return new ConteinerPesoBrutoExtend();
}
/**
@@ -515,91 +496,83 @@ public TConhecimentoCarga createTConhecimentoCarga() {
}
/**
- * Create an instance of {@link IdentificacaoEmissor }
- *
- */
- public IdentificacaoEmissor createIdentificacaoEmissor() {
- return new IdentificacaoEmissor();
- }
-
- /**
- * Create an instance of {@link TCargaSoltaVeiculoPesoBrutoExtend }
+ * Create an instance of {@link TDocumentoCargaConsolidacao }
*
*/
- public TCargaSoltaVeiculoPesoBrutoExtend createTCargaSoltaVeiculoPesoBrutoExtend() {
- return new TCargaSoltaVeiculoPesoBrutoExtend();
+ public TDocumentoCargaConsolidacao createTDocumentoCargaConsolidacao() {
+ return new TDocumentoCargaConsolidacao();
}
/**
- * Create an instance of {@link br.gov.serpro.pucomex.cct.Coordenadas }
+ * Create an instance of {@link ItemNFF }
*
*/
- public br.gov.serpro.pucomex.cct.Coordenadas createCoordenadas() {
- return new br.gov.serpro.pucomex.cct.Coordenadas();
+ public ItemNFF createItemNFF() {
+ return new ItemNFF();
}
/**
- * Create an instance of {@link Transportador }
+ * Create an instance of {@link Frete }
*
*/
- public Transportador createTransportador() {
- return new Transportador();
+ public Frete createFrete() {
+ return new Frete();
}
/**
- * Create an instance of {@link TGranelPesoBrutoExtend }
+ * Create an instance of {@link DocumentoTransporte }
*
*/
- public TGranelPesoBrutoExtend createTGranelPesoBrutoExtend() {
- return new TGranelPesoBrutoExtend();
+ public DocumentoTransporte createDocumentoTransporte() {
+ return new DocumentoTransporte();
}
/**
- * Create an instance of {@link TDocumentoCargaConsolidacao }
+ * Create an instance of {@link TCargaSoltaVeiculoPesoBrutoExtend }
*
*/
- public TDocumentoCargaConsolidacao createTDocumentoCargaConsolidacao() {
- return new TDocumentoCargaConsolidacao();
+ public TCargaSoltaVeiculoPesoBrutoExtend createTCargaSoltaVeiculoPesoBrutoExtend() {
+ return new TCargaSoltaVeiculoPesoBrutoExtend();
}
/**
- * Create an instance of {@link ConteinerExtend }
+ * Create an instance of {@link Conhecimento }
*
*/
- public ConteinerExtend createConteinerExtend() {
- return new ConteinerExtend();
+ public Conhecimento createConhecimento() {
+ return new Conhecimento();
}
/**
- * Create an instance of {@link TLocal }
+ * Create an instance of {@link TransitoSimplificadoEntregaDocTransporte }
*
*/
- public TLocal createTLocal() {
- return new TLocal();
+ public TransitoSimplificadoEntregaDocTransporte createTransitoSimplificadoEntregaDocTransporte() {
+ return new TransitoSimplificadoEntregaDocTransporte();
}
/**
- * Create an instance of {@link ItemNFF }
+ * Create an instance of {@link TGranelPesoBrutoExtend }
*
*/
- public ItemNFF createItemNFF() {
- return new ItemNFF();
+ public TGranelPesoBrutoExtend createTGranelPesoBrutoExtend() {
+ return new TGranelPesoBrutoExtend();
}
/**
- * Create an instance of {@link TUnitizacao }
+ * Create an instance of {@link Transportador }
*
*/
- public TUnitizacao createTUnitizacao() {
- return new TUnitizacao();
+ public Transportador createTransportador() {
+ return new Transportador();
}
/**
- * Create an instance of {@link DocumentoTransporte }
+ * Create an instance of {@link IdentificacaoEmissor }
*
*/
- public DocumentoTransporte createDocumentoTransporte() {
- return new DocumentoTransporte();
+ public IdentificacaoEmissor createIdentificacaoEmissor() {
+ return new IdentificacaoEmissor();
}
/**
@@ -611,67 +584,67 @@ public TDesunitizacao createTDesunitizacao() {
}
/**
- * Create an instance of {@link Acondicionamento.Conteineres }
+ * Create an instance of {@link TLocal }
*
*/
- public Acondicionamento.Conteineres createAcondicionamentoConteineres() {
- return new Acondicionamento.Conteineres();
+ public TLocal createTLocal() {
+ return new TLocal();
}
/**
- * Create an instance of {@link Destinatario.IdentificacaoEstrangeiro }
+ * Create an instance of {@link ConteinerExtend }
*
*/
- public Destinatario.IdentificacaoEstrangeiro createDestinatarioIdentificacaoEstrangeiro() {
- return new Destinatario.IdentificacaoEstrangeiro();
+ public ConteinerExtend createConteinerExtend() {
+ return new ConteinerExtend();
}
/**
- * Create an instance of {@link NotaFiscalFormulario.Conteineres }
+ * Create an instance of {@link Consignatario }
*
*/
- public NotaFiscalFormulario.Conteineres createNotaFiscalFormularioConteineres() {
- return new NotaFiscalFormulario.Conteineres();
+ public Consignatario createConsignatario() {
+ return new Consignatario();
}
/**
- * Create an instance of {@link NotaFiscalFormulario.ItensNFF }
+ * Create an instance of {@link TUnitizacao }
*
*/
- public NotaFiscalFormulario.ItensNFF createNotaFiscalFormularioItensNFF() {
- return new NotaFiscalFormulario.ItensNFF();
+ public TUnitizacao createTUnitizacao() {
+ return new TUnitizacao();
}
/**
- * Create an instance of {@link NotaFiscalEletronica.Conteineres }
+ * Create an instance of {@link TLocalExtend }
*
*/
- public NotaFiscalEletronica.Conteineres createNotaFiscalEletronicaConteineres() {
- return new NotaFiscalEletronica.Conteineres();
+ public TLocalExtend createTLocalExtend() {
+ return new TLocalExtend();
}
/**
- * Create an instance of {@link Local.Coordenadas }
+ * Create an instance of {@link br.gov.serpro.pucomex.cct.Coordenadas }
*
*/
- public Local.Coordenadas createLocalCoordenadas() {
- return new Local.Coordenadas();
+ public br.gov.serpro.pucomex.cct.Coordenadas createCoordenadas() {
+ return new br.gov.serpro.pucomex.cct.Coordenadas();
}
/**
- * Create an instance of {@link Conhecimento.Cargas }
+ * Create an instance of {@link TGranelManifestacao }
*
*/
- public Conhecimento.Cargas createConhecimentoCargas() {
- return new Conhecimento.Cargas();
+ public TGranelManifestacao createTGranelManifestacao() {
+ return new TGranelManifestacao();
}
/**
- * Create an instance of {@link TVeiculoTransitoSimplificado.Lacres }
+ * Create an instance of {@link NotaFiscalEletronica.Conteineres }
*
*/
- public TVeiculoTransitoSimplificado.Lacres createTVeiculoTransitoSimplificadoLacres() {
- return new TVeiculoTransitoSimplificado.Lacres();
+ public NotaFiscalEletronica.Conteineres createNotaFiscalEletronicaConteineres() {
+ return new NotaFiscalEletronica.Conteineres();
}
/**
@@ -682,6 +655,14 @@ public TConteiner.Lacres createTConteinerLacres() {
return new TConteiner.Lacres();
}
+ /**
+ * Create an instance of {@link DadosCarga.Documentos }
+ *
+ */
+ public DadosCarga.Documentos createDadosCargaDocumentos() {
+ return new DadosCarga.Documentos();
+ }
+
/**
* Create an instance of {@link TransitoSimplificadoRecepcao.VeiculoFerroviario }
*
@@ -707,175 +688,179 @@ public TDocumentoCargaManifestacao.CargaSoltaVeiculo createTDocumentoCargaManife
}
/**
- * Create an instance of {@link DadosCarga.Documentos }
+ * Create an instance of {@link TVeiculoTransitoSimplificado.Lacres }
*
*/
- public DadosCarga.Documentos createDadosCargaDocumentos() {
- return new DadosCarga.Documentos();
+ public TVeiculoTransitoSimplificado.Lacres createTVeiculoTransitoSimplificadoLacres() {
+ return new TVeiculoTransitoSimplificado.Lacres();
}
/**
- * Create an instance of {@link RecepcaoConteiner.Conteineres }
+ * Create an instance of {@link Destinatario.IdentificacaoEstrangeiro }
*
*/
- public RecepcaoConteiner.Conteineres createRecepcaoConteinerConteineres() {
- return new RecepcaoConteiner.Conteineres();
+ public Destinatario.IdentificacaoEstrangeiro createDestinatarioIdentificacaoEstrangeiro() {
+ return new Destinatario.IdentificacaoEstrangeiro();
}
/**
- * Create an instance of {@link RecepcaoDocumentoTransporte.DocumentosTransporte }
+ * Create an instance of {@link Acondicionamento.Conteineres }
*
*/
- public RecepcaoDocumentoTransporte.DocumentosTransporte createRecepcaoDocumentoTransporteDocumentosTransporte() {
- return new RecepcaoDocumentoTransporte.DocumentosTransporte();
+ public Acondicionamento.Conteineres createAcondicionamentoConteineres() {
+ return new Acondicionamento.Conteineres();
}
/**
- * Create an instance of {@link OperacaoUnitizacao.Unitizacoes }
+ * Create an instance of {@link Local.Coordenadas }
*
*/
- public OperacaoUnitizacao.Unitizacoes createOperacaoUnitizacaoUnitizacoes() {
- return new OperacaoUnitizacao.Unitizacoes();
+ public Local.Coordenadas createLocalCoordenadas() {
+ return new Local.Coordenadas();
}
/**
- * Create an instance of {@link EntregaConteiner.Conteineres }
+ * Create an instance of {@link NotaFiscalFormulario.Conteineres }
*
*/
- public EntregaConteiner.Conteineres createEntregaConteinerConteineres() {
- return new EntregaConteiner.Conteineres();
+ public NotaFiscalFormulario.Conteineres createNotaFiscalFormularioConteineres() {
+ return new NotaFiscalFormulario.Conteineres();
}
/**
- * Create an instance of {@link EntregaDocumentoTransporte.DocumentosTransporte }
+ * Create an instance of {@link NotaFiscalFormulario.ItensNFF }
*
*/
- public EntregaDocumentoTransporte.DocumentosTransporte createEntregaDocumentoTransporteDocumentosTransporte() {
- return new EntregaDocumentoTransporte.DocumentosTransporte();
+ public NotaFiscalFormulario.ItensNFF createNotaFiscalFormularioItensNFF() {
+ return new NotaFiscalFormulario.ItensNFF();
}
/**
- * Create an instance of {@link RecepcaoNFF.NotasFiscais }
+ * Create an instance of {@link ManifestacaoExportacao.VeiculoAereo }
*
*/
- public RecepcaoNFF.NotasFiscais createRecepcaoNFFNotasFiscais() {
- return new RecepcaoNFF.NotasFiscais();
+ public ManifestacaoExportacao.VeiculoAereo createManifestacaoExportacaoVeiculoAereo() {
+ return new ManifestacaoExportacao.VeiculoAereo();
}
/**
- * Create an instance of {@link RecepcaoNFE.NotasFiscais }
+ * Create an instance of {@link ManifestacaoExportacao.VeiculoAquaviario }
*
*/
- public RecepcaoNFE.NotasFiscais createRecepcaoNFENotasFiscais() {
- return new RecepcaoNFE.NotasFiscais();
+ public ManifestacaoExportacao.VeiculoAquaviario createManifestacaoExportacaoVeiculoAquaviario() {
+ return new ManifestacaoExportacao.VeiculoAquaviario();
}
/**
- * Create an instance of {@link OperacaoDesunitizacao.Desunitizacoes }
+ * Create an instance of {@link ManifestacaoExportacao.OutroModal }
*
*/
- public OperacaoDesunitizacao.Desunitizacoes createOperacaoDesunitizacaoDesunitizacoes() {
- return new OperacaoDesunitizacao.Desunitizacoes();
+ public ManifestacaoExportacao.OutroModal createManifestacaoExportacaoOutroModal() {
+ return new ManifestacaoExportacao.OutroModal();
}
/**
- * Create an instance of {@link OperacaoConsolidacao.DocumentosConsolidacao }
+ * Create an instance of {@link ManifestacaoExportacao.ConhecimentosCarga }
*
*/
- public OperacaoConsolidacao.DocumentosConsolidacao createOperacaoConsolidacaoDocumentosConsolidacao() {
- return new OperacaoConsolidacao.DocumentosConsolidacao();
+ public ManifestacaoExportacao.ConhecimentosCarga createManifestacaoExportacaoConhecimentosCarga() {
+ return new ManifestacaoExportacao.ConhecimentosCarga();
}
/**
- * Create an instance of {@link TransitoSimplificadoEntrega.VeiculoFerroviario }
+ * Create an instance of {@link ManifestacaoExportacao.TransporteProprio }
*
*/
- public TransitoSimplificadoEntrega.VeiculoFerroviario createTransitoSimplificadoEntregaVeiculoFerroviario() {
- return new TransitoSimplificadoEntrega.VeiculoFerroviario();
+ public ManifestacaoExportacao.TransporteProprio createManifestacaoExportacaoTransporteProprio() {
+ return new ManifestacaoExportacao.TransporteProprio();
}
/**
- * Create an instance of {@link TransitoSimplificadoEntrega.VeiculoRodoviario.Veiculos }
+ * Create an instance of {@link EntregaDocumentoTransporte.DocumentosTransporte }
*
*/
- public TransitoSimplificadoEntrega.VeiculoRodoviario.Veiculos createTransitoSimplificadoEntregaVeiculoRodoviarioVeiculos() {
- return new TransitoSimplificadoEntrega.VeiculoRodoviario.Veiculos();
+ public EntregaDocumentoTransporte.DocumentosTransporte createEntregaDocumentoTransporteDocumentosTransporte() {
+ return new EntregaDocumentoTransporte.DocumentosTransporte();
}
/**
- * Create an instance of {@link ManifestacaoExportacao.VeiculoAereo }
+ * Create an instance of {@link OperacaoUnitizacao.Unitizacoes }
*
*/
- public ManifestacaoExportacao.VeiculoAereo createManifestacaoExportacaoVeiculoAereo() {
- return new ManifestacaoExportacao.VeiculoAereo();
+ public OperacaoUnitizacao.Unitizacoes createOperacaoUnitizacaoUnitizacoes() {
+ return new OperacaoUnitizacao.Unitizacoes();
}
/**
- * Create an instance of {@link ManifestacaoExportacao.VeiculoAquaviario }
+ * Create an instance of {@link EntregaConteiner.Conteineres }
*
*/
- public ManifestacaoExportacao.VeiculoAquaviario createManifestacaoExportacaoVeiculoAquaviario() {
- return new ManifestacaoExportacao.VeiculoAquaviario();
+ public EntregaConteiner.Conteineres createEntregaConteinerConteineres() {
+ return new EntregaConteiner.Conteineres();
}
/**
- * Create an instance of {@link ManifestacaoExportacao.OutroModal }
+ * Create an instance of {@link RecepcaoNFE.NotasFiscais }
*
*/
- public ManifestacaoExportacao.OutroModal createManifestacaoExportacaoOutroModal() {
- return new ManifestacaoExportacao.OutroModal();
+ public RecepcaoNFE.NotasFiscais createRecepcaoNFENotasFiscais() {
+ return new RecepcaoNFE.NotasFiscais();
}
/**
- * Create an instance of {@link ManifestacaoExportacao.ConhecimentosCarga }
+ * Create an instance of {@link OperacaoConsolidacao.DocumentosConsolidacao }
*
*/
- public ManifestacaoExportacao.ConhecimentosCarga createManifestacaoExportacaoConhecimentosCarga() {
- return new ManifestacaoExportacao.ConhecimentosCarga();
+ public OperacaoConsolidacao.DocumentosConsolidacao createOperacaoConsolidacaoDocumentosConsolidacao() {
+ return new OperacaoConsolidacao.DocumentosConsolidacao();
}
/**
- * Create an instance of {@link ManifestacaoExportacao.TransporteProprio }
+ * Create an instance of {@link RecepcaoConteiner.Conteineres }
*
*/
- public ManifestacaoExportacao.TransporteProprio createManifestacaoExportacaoTransporteProprio() {
- return new ManifestacaoExportacao.TransporteProprio();
+ public RecepcaoConteiner.Conteineres createRecepcaoConteinerConteineres() {
+ return new RecepcaoConteiner.Conteineres();
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ * Create an instance of {@link RecepcaoNFF.NotasFiscais }
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "tipoEmbalagem", scope = TCargaSoltaVeiculo.class)
- public JAXBElement createTCargaSoltaVeiculoTipoEmbalagem(String value) {
- return new JAXBElement(_TCargaSoltaVeiculoTipoEmbalagem_QNAME, String.class, TCargaSoltaVeiculo.class, value);
+ public RecepcaoNFF.NotasFiscais createRecepcaoNFFNotasFiscais() {
+ return new RecepcaoNFF.NotasFiscais();
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
+ * Create an instance of {@link TransitoSimplificadoEntrega.VeiculoFerroviario }
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "quantidade", scope = TCargaSoltaVeiculo.class)
- public JAXBElement createTCargaSoltaVeiculoQuantidade(BigInteger value) {
- return new JAXBElement(_TCargaSoltaVeiculoQuantidade_QNAME, BigInteger.class, TCargaSoltaVeiculo.class, value);
+ public TransitoSimplificadoEntrega.VeiculoFerroviario createTransitoSimplificadoEntregaVeiculoFerroviario() {
+ return new TransitoSimplificadoEntrega.VeiculoFerroviario();
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
+ * Create an instance of {@link TransitoSimplificadoEntrega.VeiculoRodoviario.Veiculos }
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "total", scope = TCargaSoltaVeiculo.class)
- public JAXBElement createTCargaSoltaVeiculoTotal(BigInteger value) {
- return new JAXBElement(_TCargaSoltaVeiculoTotal_QNAME, BigInteger.class, TCargaSoltaVeiculo.class, value);
+ public TransitoSimplificadoEntrega.VeiculoRodoviario.Veiculos createTransitoSimplificadoEntregaVeiculoRodoviarioVeiculos() {
+ return new TransitoSimplificadoEntrega.VeiculoRodoviario.Veiculos();
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link OperacaoDesunitizacao }{@code >}}
+ * Create an instance of {@link RecepcaoDocumentoTransporte.DocumentosTransporte }
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "operacaoDesunitizacao")
- public JAXBElement createOperacaoDesunitizacao(OperacaoDesunitizacao value) {
- return new JAXBElement(_OperacaoDesunitizacao_QNAME, OperacaoDesunitizacao.class, null, value);
+ public RecepcaoDocumentoTransporte.DocumentosTransporte createRecepcaoDocumentoTransporteDocumentosTransporte() {
+ return new RecepcaoDocumentoTransporte.DocumentosTransporte();
+ }
+
+ /**
+ * Create an instance of {@link OperacaoDesunitizacao.Desunitizacoes }
+ *
+ */
+ public OperacaoDesunitizacao.Desunitizacoes createOperacaoDesunitizacaoDesunitizacoes() {
+ return new OperacaoDesunitizacao.Desunitizacoes();
}
/**
@@ -888,39 +873,48 @@ public JAXBElement createOperacaoUnitizacao(OperacaoUnitizac
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link TDocumentoCargaManifestacao.CargaSoltaVeiculo }{@code >}}
+ * Create an instance of {@link JAXBElement }{@code <}{@link OperacaoDesunitizacao }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "cargaSoltaVeiculo", scope = TDocumentoCargaManifestacao.class)
- public JAXBElement createTDocumentoCargaManifestacaoCargaSoltaVeiculo(TDocumentoCargaManifestacao.CargaSoltaVeiculo value) {
- return new JAXBElement(_TDocumentoCargaManifestacaoCargaSoltaVeiculo_QNAME, TDocumentoCargaManifestacao.CargaSoltaVeiculo.class, TDocumentoCargaManifestacao.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "operacaoDesunitizacao")
+ public JAXBElement createOperacaoDesunitizacao(OperacaoDesunitizacao value) {
+ return new JAXBElement(_OperacaoDesunitizacao_QNAME, OperacaoDesunitizacao.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "numeroRUC", scope = TDocumentoCargaManifestacao.class)
- public JAXBElement createTDocumentoCargaManifestacaoNumeroRUC(String value) {
- return new JAXBElement(_TDocumentoCargaManifestacaoNumeroRUC_QNAME, String.class, TDocumentoCargaManifestacao.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "tipoGranel", scope = TGranel.class)
+ public JAXBElement createTGranelTipoGranel(String value) {
+ return new JAXBElement(_TGranelTipoGranel_QNAME, String.class, TGranel.class, value);
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ * Create an instance of {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "numeroDUE", scope = TDocumentoCargaManifestacao.class)
- public JAXBElement createTDocumentoCargaManifestacaoNumeroDUE(String value) {
- return new JAXBElement(_TDocumentoCargaManifestacaoNumeroDUE_QNAME, String.class, TDocumentoCargaManifestacao.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "quantidade", scope = TGranel.class)
+ public JAXBElement createTGranelQuantidade(BigDecimal value) {
+ return new JAXBElement(_TGranelQuantidade_QNAME, BigDecimal.class, TGranel.class, value);
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link TGranelManifestacao }{@code >}}
+ * Create an instance of {@link JAXBElement }{@code <}{@link UnidadeMedida }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "granel", scope = TDocumentoCargaManifestacao.class)
- public JAXBElement createTDocumentoCargaManifestacaoGranel(TGranelManifestacao value) {
- return new JAXBElement(_TDocumentoCargaManifestacaoGranel_QNAME, TGranelManifestacao.class, TDocumentoCargaManifestacao.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "unidademedida", scope = TGranel.class)
+ public JAXBElement createTGranelUnidademedida(UnidadeMedida value) {
+ return new JAXBElement(_TGranelUnidademedida_QNAME, UnidadeMedida.class, TGranel.class, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "total", scope = TGranel.class)
+ public JAXBElement createTGranelTotal(BigDecimal value) {
+ return new JAXBElement(_TGranelTotal_QNAME, BigDecimal.class, TGranel.class, value);
}
/**
@@ -929,7 +923,7 @@ public JAXBElement createTDocumentoCargaManifestacaoGranel(
*/
@XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "numeroRUC", scope = TDocumentoCarga.class)
public JAXBElement createTDocumentoCargaNumeroRUC(String value) {
- return new JAXBElement(_TDocumentoCargaManifestacaoNumeroRUC_QNAME, String.class, TDocumentoCarga.class, value);
+ return new JAXBElement(_TDocumentoCargaNumeroRUC_QNAME, String.class, TDocumentoCarga.class, value);
}
/**
@@ -938,88 +932,88 @@ public JAXBElement createTDocumentoCargaNumeroRUC(String value) {
*/
@XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "numeroDUE", scope = TDocumentoCarga.class)
public JAXBElement createTDocumentoCargaNumeroDUE(String value) {
- return new JAXBElement(_TDocumentoCargaManifestacaoNumeroDUE_QNAME, String.class, TDocumentoCarga.class, value);
+ return new JAXBElement(_TDocumentoCargaNumeroDUE_QNAME, String.class, TDocumentoCarga.class, value);
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ * Create an instance of {@link JAXBElement }{@code <}{@link DadosCarga.Documentos }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "tipoGranel", scope = TGranel.class)
- public JAXBElement createTGranelTipoGranel(String value) {
- return new JAXBElement(_TGranelTipoGranel_QNAME, String.class, TGranel.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "documentos", scope = DadosCarga.class)
+ public JAXBElement createDadosCargaDocumentos(DadosCarga.Documentos value) {
+ return new JAXBElement(_DadosCargaDocumentos_QNAME, DadosCarga.Documentos.class, DadosCarga.class, value);
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link UnidadeMedida }{@code >}}
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "unidademedida", scope = TGranel.class)
- public JAXBElement createTGranelUnidademedida(UnidadeMedida value) {
- return new JAXBElement(_TGranelUnidademedida_QNAME, UnidadeMedida.class, TGranel.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "numeroRUC", scope = TDocumentoCargaManifestacao.class)
+ public JAXBElement createTDocumentoCargaManifestacaoNumeroRUC(String value) {
+ return new JAXBElement(_TDocumentoCargaNumeroRUC_QNAME, String.class, TDocumentoCargaManifestacao.class, value);
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}}
+ * Create an instance of {@link JAXBElement }{@code <}{@link TGranelManifestacao }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "quantidade", scope = TGranel.class)
- public JAXBElement createTGranelQuantidade(BigDecimal value) {
- return new JAXBElement(_TCargaSoltaVeiculoQuantidade_QNAME, BigDecimal.class, TGranel.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "granel", scope = TDocumentoCargaManifestacao.class)
+ public JAXBElement createTDocumentoCargaManifestacaoGranel(TGranelManifestacao value) {
+ return new JAXBElement(_TDocumentoCargaManifestacaoGranel_QNAME, TGranelManifestacao.class, TDocumentoCargaManifestacao.class, value);
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}}
+ * Create an instance of {@link JAXBElement }{@code <}{@link TDocumentoCargaManifestacao.CargaSoltaVeiculo }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "total", scope = TGranel.class)
- public JAXBElement createTGranelTotal(BigDecimal value) {
- return new JAXBElement(_TCargaSoltaVeiculoTotal_QNAME, BigDecimal.class, TGranel.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "cargaSoltaVeiculo", scope = TDocumentoCargaManifestacao.class)
+ public JAXBElement createTDocumentoCargaManifestacaoCargaSoltaVeiculo(TDocumentoCargaManifestacao.CargaSoltaVeiculo value) {
+ return new JAXBElement(_TDocumentoCargaManifestacaoCargaSoltaVeiculo_QNAME, TDocumentoCargaManifestacao.CargaSoltaVeiculo.class, TDocumentoCargaManifestacao.class, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "nomeConsignatario", scope = DadosCarga.class)
- public JAXBElement createDadosCargaNomeConsignatario(String value) {
- return new JAXBElement(_DadosCargaNomeConsignatario_QNAME, String.class, DadosCarga.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "numeroDUE", scope = TDocumentoCargaManifestacao.class)
+ public JAXBElement createTDocumentoCargaManifestacaoNumeroDUE(String value) {
+ return new JAXBElement(_TDocumentoCargaNumeroDUE_QNAME, String.class, TDocumentoCargaManifestacao.class, value);
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link DadosCarga.Documentos }{@code >}}
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "documentos", scope = DadosCarga.class)
- public JAXBElement createDadosCargaDocumentos(DadosCarga.Documentos value) {
- return new JAXBElement(_DadosCargaDocumentos_QNAME, DadosCarga.Documentos.class, DadosCarga.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "numeroConteiner", scope = TDesunitizacao.class)
+ public JAXBElement createTDesunitizacaoNumeroConteiner(String value) {
+ return new JAXBElement(_TDesunitizacaoNumeroConteiner_QNAME, String.class, TDesunitizacao.class, value);
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "paisDestino", scope = DadosCarga.class)
- public JAXBElement createDadosCargaPaisDestino(String value) {
- return new JAXBElement(_DadosCargaPaisDestino_QNAME, String.class, DadosCarga.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "quantidade", scope = TCargaSoltaVeiculo.class)
+ public JAXBElement createTCargaSoltaVeiculoQuantidade(BigInteger value) {
+ return new JAXBElement(_TGranelQuantidade_QNAME, BigInteger.class, TCargaSoltaVeiculo.class, value);
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "consignadoAOrdem", scope = DadosCarga.class)
- public JAXBElement createDadosCargaConsignadoAOrdem(String value) {
- return new JAXBElement(_DadosCargaConsignadoAOrdem_QNAME, String.class, DadosCarga.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "total", scope = TCargaSoltaVeiculo.class)
+ public JAXBElement createTCargaSoltaVeiculoTotal(BigInteger value) {
+ return new JAXBElement(_TGranelTotal_QNAME, BigInteger.class, TCargaSoltaVeiculo.class, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
- @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "enderecoConsignatario", scope = DadosCarga.class)
- public JAXBElement createDadosCargaEnderecoConsignatario(String value) {
- return new JAXBElement(_DadosCargaEnderecoConsignatario_QNAME, String.class, DadosCarga.class, value);
+ @XmlElementDecl(namespace = "http://www.pucomex.serpro.gov.br/cct", name = "tipoEmbalagem", scope = TCargaSoltaVeiculo.class)
+ public JAXBElement createTCargaSoltaVeiculoTipoEmbalagem(String value) {
+ return new JAXBElement(_TCargaSoltaVeiculoTipoEmbalagem_QNAME, String.class, TCargaSoltaVeiculo.class, value);
}
}
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/OperacaoConsolidacao.java b/src/main/java/br/gov/serpro/pucomex/cct/OperacaoConsolidacao.java
index 6e74c7e..45aaade 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/OperacaoConsolidacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/OperacaoConsolidacao.java
@@ -11,9 +11,9 @@
/**
- * Java class for OperacaoConsolidacao complex type.
+ *
Classe Java de OperacaoConsolidacao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="OperacaoConsolidacao">
@@ -69,7 +69,7 @@ public class OperacaoConsolidacao {
protected OperacaoConsolidacao.DocumentosConsolidacao documentosConsolidacao;
/**
- * Gets the value of the identificacaoConsolidacao property.
+ * Obtm o valor da propriedade identificacaoConsolidacao.
*
* @return
* possible object is
@@ -81,7 +81,7 @@ public String getIdentificacaoConsolidacao() {
}
/**
- * Sets the value of the identificacaoConsolidacao property.
+ * Define o valor da propriedade identificacaoConsolidacao.
*
* @param value
* allowed object is
@@ -93,7 +93,7 @@ public void setIdentificacaoConsolidacao(String value) {
}
/**
- * Gets the value of the numeroMRUC property.
+ * Obtm o valor da propriedade numeroMRUC.
*
* @return
* possible object is
@@ -105,7 +105,7 @@ public String getNumeroMRUC() {
}
/**
- * Sets the value of the numeroMRUC property.
+ * Define o valor da propriedade numeroMRUC.
*
* @param value
* allowed object is
@@ -117,7 +117,7 @@ public void setNumeroMRUC(String value) {
}
/**
- * Gets the value of the tipoDeCarga property.
+ * Obtm o valor da propriedade tipoDeCarga.
*
* @return
* possible object is
@@ -129,7 +129,7 @@ public BigInteger getTipoDeCarga() {
}
/**
- * Sets the value of the tipoDeCarga property.
+ * Define o valor da propriedade tipoDeCarga.
*
* @param value
* allowed object is
@@ -141,7 +141,7 @@ public void setTipoDeCarga(BigInteger value) {
}
/**
- * Gets the value of the cnpjConsolidador property.
+ * Obtm o valor da propriedade cnpjConsolidador.
*
* @return
* possible object is
@@ -153,7 +153,7 @@ public String getCnpjConsolidador() {
}
/**
- * Sets the value of the cnpjConsolidador property.
+ * Define o valor da propriedade cnpjConsolidador.
*
* @param value
* allowed object is
@@ -165,7 +165,7 @@ public void setCnpjConsolidador(String value) {
}
/**
- * Gets the value of the acondicionamento property.
+ * Obtm o valor da propriedade acondicionamento.
*
* @return
* possible object is
@@ -177,7 +177,7 @@ public Acondicionamento getAcondicionamento() {
}
/**
- * Sets the value of the acondicionamento property.
+ * Define o valor da propriedade acondicionamento.
*
* @param value
* allowed object is
@@ -189,7 +189,7 @@ public void setAcondicionamento(Acondicionamento value) {
}
/**
- * Gets the value of the documentosConsolidacao property.
+ * Obtm o valor da propriedade documentosConsolidacao.
*
* @return
* possible object is
@@ -201,7 +201,7 @@ public OperacaoConsolidacao.DocumentosConsolidacao getDocumentosConsolidacao() {
}
/**
- * Sets the value of the documentosConsolidacao property.
+ * Define o valor da propriedade documentosConsolidacao.
*
* @param value
* allowed object is
@@ -214,9 +214,9 @@ public void setDocumentosConsolidacao(OperacaoConsolidacao.DocumentosConsolidaca
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/OperacaoDesunitizacao.java b/src/main/java/br/gov/serpro/pucomex/cct/OperacaoDesunitizacao.java
index ddf62bb..8a1b8c2 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/OperacaoDesunitizacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/OperacaoDesunitizacao.java
@@ -8,9 +8,9 @@
/**
- * Java class for OperacaoDesunitizacao complex type.
+ *
Classe Java de OperacaoDesunitizacao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="OperacaoDesunitizacao">
@@ -54,7 +54,7 @@ public class OperacaoDesunitizacao {
protected OperacaoDesunitizacao.Desunitizacoes desunitizacoes;
/**
- * Gets the value of the identificacaoResponsavelDesunitizacao property.
+ * Obtm o valor da propriedade identificacaoResponsavelDesunitizacao.
*
* @return
* possible object is
@@ -66,7 +66,7 @@ public String getIdentificacaoResponsavelDesunitizacao() {
}
/**
- * Sets the value of the identificacaoResponsavelDesunitizacao property.
+ * Define o valor da propriedade identificacaoResponsavelDesunitizacao.
*
* @param value
* allowed object is
@@ -78,7 +78,7 @@ public void setIdentificacaoResponsavelDesunitizacao(String value) {
}
/**
- * Gets the value of the local property.
+ * Obtm o valor da propriedade local.
*
* @return
* possible object is
@@ -90,7 +90,7 @@ public TLocalExtend getLocal() {
}
/**
- * Sets the value of the local property.
+ * Define o valor da propriedade local.
*
* @param value
* allowed object is
@@ -102,7 +102,7 @@ public void setLocal(TLocalExtend value) {
}
/**
- * Gets the value of the desunitizacoes property.
+ * Obtm o valor da propriedade desunitizacoes.
*
* @return
* possible object is
@@ -114,7 +114,7 @@ public OperacaoDesunitizacao.Desunitizacoes getDesunitizacoes() {
}
/**
- * Sets the value of the desunitizacoes property.
+ * Define o valor da propriedade desunitizacoes.
*
* @param value
* allowed object is
@@ -127,9 +127,9 @@ public void setDesunitizacoes(OperacaoDesunitizacao.Desunitizacoes value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -155,7 +155,7 @@ public static class Desunitizacoes {
protected TDesunitizacao desunitizacao;
/**
- * Gets the value of the desunitizacao property.
+ * Obtm o valor da propriedade desunitizacao.
*
* @return
* possible object is
@@ -167,7 +167,7 @@ public TDesunitizacao getDesunitizacao() {
}
/**
- * Sets the value of the desunitizacao property.
+ * Define o valor da propriedade desunitizacao.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/OperacaoUnitizacao.java b/src/main/java/br/gov/serpro/pucomex/cct/OperacaoUnitizacao.java
index 4a37275..fcb45b1 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/OperacaoUnitizacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/OperacaoUnitizacao.java
@@ -8,9 +8,9 @@
/**
- * Java class for OperacaoUnitizacao complex type.
+ *
Classe Java de OperacaoUnitizacao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="OperacaoUnitizacao">
@@ -54,7 +54,7 @@ public class OperacaoUnitizacao {
protected OperacaoUnitizacao.Unitizacoes unitizacoes;
/**
- * Gets the value of the identificacaoResponsavelUnitizacao property.
+ * Obtm o valor da propriedade identificacaoResponsavelUnitizacao.
*
* @return
* possible object is
@@ -66,7 +66,7 @@ public String getIdentificacaoResponsavelUnitizacao() {
}
/**
- * Sets the value of the identificacaoResponsavelUnitizacao property.
+ * Define o valor da propriedade identificacaoResponsavelUnitizacao.
*
* @param value
* allowed object is
@@ -78,7 +78,7 @@ public void setIdentificacaoResponsavelUnitizacao(String value) {
}
/**
- * Gets the value of the local property.
+ * Obtm o valor da propriedade local.
*
* @return
* possible object is
@@ -90,7 +90,7 @@ public TLocalExtend getLocal() {
}
/**
- * Sets the value of the local property.
+ * Define o valor da propriedade local.
*
* @param value
* allowed object is
@@ -102,7 +102,7 @@ public void setLocal(TLocalExtend value) {
}
/**
- * Gets the value of the unitizacoes property.
+ * Obtm o valor da propriedade unitizacoes.
*
* @return
* possible object is
@@ -114,7 +114,7 @@ public OperacaoUnitizacao.Unitizacoes getUnitizacoes() {
}
/**
- * Sets the value of the unitizacoes property.
+ * Define o valor da propriedade unitizacoes.
*
* @param value
* allowed object is
@@ -127,9 +127,9 @@ public void setUnitizacoes(OperacaoUnitizacao.Unitizacoes value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -155,7 +155,7 @@ public static class Unitizacoes {
protected TUnitizacao unitizacao;
/**
- * Gets the value of the unitizacao property.
+ * Obtm o valor da propriedade unitizacao.
*
* @return
* possible object is
@@ -167,7 +167,7 @@ public TUnitizacao getUnitizacao() {
}
/**
- * Sets the value of the unitizacao property.
+ * Define o valor da propriedade unitizacao.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/OperacoesConsolidacao.java b/src/main/java/br/gov/serpro/pucomex/cct/OperacoesConsolidacao.java
index b1a7054..77fec54 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/OperacoesConsolidacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/OperacoesConsolidacao.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -38,7 +38,7 @@ public class OperacoesConsolidacao {
protected OperacaoConsolidacao operacaoConsolidacao;
/**
- * Gets the value of the operacaoConsolidacao property.
+ * Obtm o valor da propriedade operacaoConsolidacao.
*
* @return
* possible object is
@@ -50,7 +50,7 @@ public OperacaoConsolidacao getOperacaoConsolidacao() {
}
/**
- * Sets the value of the operacaoConsolidacao property.
+ * Define o valor da propriedade operacaoConsolidacao.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Recebedor.java b/src/main/java/br/gov/serpro/pucomex/cct/Recebedor.java
index efeefcf..fd8210a 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Recebedor.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Recebedor.java
@@ -10,9 +10,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -63,7 +63,7 @@ public class Recebedor {
protected TransitoSimplificadoEntrega transitoSimplificado;
/**
- * Gets the value of the cnpj property.
+ * Obtm o valor da propriedade cnpj.
*
* @return
* possible object is
@@ -75,7 +75,7 @@ public String getCnpj() {
}
/**
- * Sets the value of the cnpj property.
+ * Define o valor da propriedade cnpj.
*
* @param value
* allowed object is
@@ -87,7 +87,7 @@ public void setCnpj(String value) {
}
/**
- * Gets the value of the cpf property.
+ * Obtm o valor da propriedade cpf.
*
* @return
* possible object is
@@ -99,7 +99,7 @@ public String getCpf() {
}
/**
- * Sets the value of the cpf property.
+ * Define o valor da propriedade cpf.
*
* @param value
* allowed object is
@@ -111,7 +111,7 @@ public void setCpf(String value) {
}
/**
- * Gets the value of the nomeEstrangeiro property.
+ * Obtm o valor da propriedade nomeEstrangeiro.
*
* @return
* possible object is
@@ -123,7 +123,7 @@ public String getNomeEstrangeiro() {
}
/**
- * Sets the value of the nomeEstrangeiro property.
+ * Define o valor da propriedade nomeEstrangeiro.
*
* @param value
* allowed object is
@@ -135,7 +135,7 @@ public void setNomeEstrangeiro(String value) {
}
/**
- * Gets the value of the viaTransporte property.
+ * Obtm o valor da propriedade viaTransporte.
*
* @return
* possible object is
@@ -147,7 +147,7 @@ public String getViaTransporte() {
}
/**
- * Sets the value of the viaTransporte property.
+ * Define o valor da propriedade viaTransporte.
*
* @param value
* allowed object is
@@ -159,7 +159,7 @@ public void setViaTransporte(String value) {
}
/**
- * Gets the value of the baldeacaoOuTransbordo property.
+ * Obtm o valor da propriedade baldeacaoOuTransbordo.
*
* @return
* possible object is
@@ -171,7 +171,7 @@ public String getBaldeacaoOuTransbordo() {
}
/**
- * Sets the value of the baldeacaoOuTransbordo property.
+ * Define o valor da propriedade baldeacaoOuTransbordo.
*
* @param value
* allowed object is
@@ -183,7 +183,7 @@ public void setBaldeacaoOuTransbordo(String value) {
}
/**
- * Gets the value of the transitoSimplificado property.
+ * Obtm o valor da propriedade transitoSimplificado.
*
* @return
* possible object is
@@ -195,7 +195,7 @@ public TransitoSimplificadoEntrega getTransitoSimplificado() {
}
/**
- * Sets the value of the transitoSimplificado property.
+ * Define o valor da propriedade transitoSimplificado.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoConteiner.java b/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoConteiner.java
index 642be0c..ce98d5e 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoConteiner.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoConteiner.java
@@ -10,9 +10,9 @@
/**
- * Java class for RecepcaoConteiner complex type.
+ *
Classe Java de RecepcaoConteiner complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="RecepcaoConteiner">
@@ -92,7 +92,7 @@ public class RecepcaoConteiner {
protected TransitoSimplificadoRecepcao transitoSimplificado;
/**
- * Gets the value of the identificacaoRecepcao property.
+ * Obtm o valor da propriedade identificacaoRecepcao.
*
* @return
* possible object is
@@ -104,7 +104,7 @@ public String getIdentificacaoRecepcao() {
}
/**
- * Sets the value of the identificacaoRecepcao property.
+ * Define o valor da propriedade identificacaoRecepcao.
*
* @param value
* allowed object is
@@ -116,7 +116,7 @@ public void setIdentificacaoRecepcao(String value) {
}
/**
- * Gets the value of the cnpjResp property.
+ * Obtm o valor da propriedade cnpjResp.
*
* @return
* possible object is
@@ -128,7 +128,7 @@ public String getCnpjResp() {
}
/**
- * Sets the value of the cnpjResp property.
+ * Define o valor da propriedade cnpjResp.
*
* @param value
* allowed object is
@@ -140,7 +140,7 @@ public void setCnpjResp(String value) {
}
/**
- * Gets the value of the local property.
+ * Obtm o valor da propriedade local.
*
* @return
* possible object is
@@ -152,7 +152,7 @@ public TLocal getLocal() {
}
/**
- * Sets the value of the local property.
+ * Define o valor da propriedade local.
*
* @param value
* allowed object is
@@ -164,7 +164,7 @@ public void setLocal(TLocal value) {
}
/**
- * Gets the value of the referenciaLocalRecepcao property.
+ * Obtm o valor da propriedade referenciaLocalRecepcao.
*
* @return
* possible object is
@@ -176,7 +176,7 @@ public String getReferenciaLocalRecepcao() {
}
/**
- * Sets the value of the referenciaLocalRecepcao property.
+ * Define o valor da propriedade referenciaLocalRecepcao.
*
* @param value
* allowed object is
@@ -188,7 +188,7 @@ public void setReferenciaLocalRecepcao(String value) {
}
/**
- * Gets the value of the entregador property.
+ * Obtm o valor da propriedade entregador.
*
* @return
* possible object is
@@ -200,7 +200,7 @@ public Entregador getEntregador() {
}
/**
- * Sets the value of the entregador property.
+ * Define o valor da propriedade entregador.
*
* @param value
* allowed object is
@@ -212,7 +212,7 @@ public void setEntregador(Entregador value) {
}
/**
- * Gets the value of the conteineres property.
+ * Obtm o valor da propriedade conteineres.
*
* @return
* possible object is
@@ -224,7 +224,7 @@ public RecepcaoConteiner.Conteineres getConteineres() {
}
/**
- * Sets the value of the conteineres property.
+ * Define o valor da propriedade conteineres.
*
* @param value
* allowed object is
@@ -236,7 +236,7 @@ public void setConteineres(RecepcaoConteiner.Conteineres value) {
}
/**
- * Gets the value of the localArmazenamento property.
+ * Obtm o valor da propriedade localArmazenamento.
*
* @return
* possible object is
@@ -248,7 +248,7 @@ public String getLocalArmazenamento() {
}
/**
- * Sets the value of the localArmazenamento property.
+ * Define o valor da propriedade localArmazenamento.
*
* @param value
* allowed object is
@@ -260,7 +260,7 @@ public void setLocalArmazenamento(String value) {
}
/**
- * Gets the value of the codigoIdentCarga property.
+ * Obtm o valor da propriedade codigoIdentCarga.
*
* @return
* possible object is
@@ -272,7 +272,7 @@ public String getCodigoIdentCarga() {
}
/**
- * Sets the value of the codigoIdentCarga property.
+ * Define o valor da propriedade codigoIdentCarga.
*
* @param value
* allowed object is
@@ -284,7 +284,7 @@ public void setCodigoIdentCarga(String value) {
}
/**
- * Gets the value of the avariasIdentificadas property.
+ * Obtm o valor da propriedade avariasIdentificadas.
*
* @return
* possible object is
@@ -296,7 +296,7 @@ public String getAvariasIdentificadas() {
}
/**
- * Sets the value of the avariasIdentificadas property.
+ * Define o valor da propriedade avariasIdentificadas.
*
* @param value
* allowed object is
@@ -308,7 +308,7 @@ public void setAvariasIdentificadas(String value) {
}
/**
- * Gets the value of the divergenciasIdentificadas property.
+ * Obtm o valor da propriedade divergenciasIdentificadas.
*
* @return
* possible object is
@@ -320,7 +320,7 @@ public String getDivergenciasIdentificadas() {
}
/**
- * Sets the value of the divergenciasIdentificadas property.
+ * Define o valor da propriedade divergenciasIdentificadas.
*
* @param value
* allowed object is
@@ -332,7 +332,7 @@ public void setDivergenciasIdentificadas(String value) {
}
/**
- * Gets the value of the observacoesGerais property.
+ * Obtm o valor da propriedade observacoesGerais.
*
* @return
* possible object is
@@ -344,7 +344,7 @@ public String getObservacoesGerais() {
}
/**
- * Sets the value of the observacoesGerais property.
+ * Define o valor da propriedade observacoesGerais.
*
* @param value
* allowed object is
@@ -356,7 +356,7 @@ public void setObservacoesGerais(String value) {
}
/**
- * Gets the value of the transitoSimplificado property.
+ * Obtm o valor da propriedade transitoSimplificado.
*
* @return
* possible object is
@@ -368,7 +368,7 @@ public TransitoSimplificadoRecepcao getTransitoSimplificado() {
}
/**
- * Sets the value of the transitoSimplificado property.
+ * Define o valor da propriedade transitoSimplificado.
*
* @param value
* allowed object is
@@ -381,9 +381,9 @@ public void setTransitoSimplificado(TransitoSimplificadoRecepcao value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoDocumentoCarga.java b/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoDocumentoCarga.java
index 4aad991..91b0b84 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoDocumentoCarga.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoDocumentoCarga.java
@@ -9,9 +9,9 @@
/**
- * Java class for RecepcaoDocumentoCarga complex type.
+ *
Classe Java de RecepcaoDocumentoCarga complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="RecepcaoDocumentoCarga">
@@ -91,7 +91,7 @@ public class RecepcaoDocumentoCarga {
protected TransitoSimplificadoRecepcao transitoSimplificado;
/**
- * Gets the value of the identificacaoRecepcao property.
+ * Obtm o valor da propriedade identificacaoRecepcao.
*
* @return
* possible object is
@@ -103,7 +103,7 @@ public String getIdentificacaoRecepcao() {
}
/**
- * Sets the value of the identificacaoRecepcao property.
+ * Define o valor da propriedade identificacaoRecepcao.
*
* @param value
* allowed object is
@@ -115,7 +115,7 @@ public void setIdentificacaoRecepcao(String value) {
}
/**
- * Gets the value of the cnpjResp property.
+ * Obtm o valor da propriedade cnpjResp.
*
* @return
* possible object is
@@ -127,7 +127,7 @@ public String getCnpjResp() {
}
/**
- * Sets the value of the cnpjResp property.
+ * Define o valor da propriedade cnpjResp.
*
* @param value
* allowed object is
@@ -139,7 +139,7 @@ public void setCnpjResp(String value) {
}
/**
- * Gets the value of the local property.
+ * Obtm o valor da propriedade local.
*
* @return
* possible object is
@@ -151,7 +151,7 @@ public Local getLocal() {
}
/**
- * Sets the value of the local property.
+ * Define o valor da propriedade local.
*
* @param value
* allowed object is
@@ -163,7 +163,7 @@ public void setLocal(Local value) {
}
/**
- * Gets the value of the referenciaLocalRecepcao property.
+ * Obtm o valor da propriedade referenciaLocalRecepcao.
*
* @return
* possible object is
@@ -175,7 +175,7 @@ public String getReferenciaLocalRecepcao() {
}
/**
- * Sets the value of the referenciaLocalRecepcao property.
+ * Define o valor da propriedade referenciaLocalRecepcao.
*
* @param value
* allowed object is
@@ -187,7 +187,7 @@ public void setReferenciaLocalRecepcao(String value) {
}
/**
- * Gets the value of the entregador property.
+ * Obtm o valor da propriedade entregador.
*
* @return
* possible object is
@@ -199,7 +199,7 @@ public Entregador getEntregador() {
}
/**
- * Sets the value of the entregador property.
+ * Define o valor da propriedade entregador.
*
* @param value
* allowed object is
@@ -211,7 +211,7 @@ public void setEntregador(Entregador value) {
}
/**
- * Gets the value of the documentos property.
+ * Obtm o valor da propriedade documentos.
*
* @return
* possible object is
@@ -223,7 +223,7 @@ public Documentos getDocumentos() {
}
/**
- * Sets the value of the documentos property.
+ * Define o valor da propriedade documentos.
*
* @param value
* allowed object is
@@ -235,7 +235,7 @@ public void setDocumentos(Documentos value) {
}
/**
- * Gets the value of the pesoAferido property.
+ * Obtm o valor da propriedade pesoAferido.
*
* @return
* possible object is
@@ -247,7 +247,7 @@ public BigDecimal getPesoAferido() {
}
/**
- * Sets the value of the pesoAferido property.
+ * Define o valor da propriedade pesoAferido.
*
* @param value
* allowed object is
@@ -259,7 +259,7 @@ public void setPesoAferido(BigDecimal value) {
}
/**
- * Gets the value of the motivoNaoPesagem property.
+ * Obtm o valor da propriedade motivoNaoPesagem.
*
* @return
* possible object is
@@ -271,7 +271,7 @@ public String getMotivoNaoPesagem() {
}
/**
- * Sets the value of the motivoNaoPesagem property.
+ * Define o valor da propriedade motivoNaoPesagem.
*
* @param value
* allowed object is
@@ -283,7 +283,7 @@ public void setMotivoNaoPesagem(String value) {
}
/**
- * Gets the value of the localArmazenamento property.
+ * Obtm o valor da propriedade localArmazenamento.
*
* @return
* possible object is
@@ -295,7 +295,7 @@ public String getLocalArmazenamento() {
}
/**
- * Sets the value of the localArmazenamento property.
+ * Define o valor da propriedade localArmazenamento.
*
* @param value
* allowed object is
@@ -307,7 +307,7 @@ public void setLocalArmazenamento(String value) {
}
/**
- * Gets the value of the codigoIdentCarga property.
+ * Obtm o valor da propriedade codigoIdentCarga.
*
* @return
* possible object is
@@ -319,7 +319,7 @@ public String getCodigoIdentCarga() {
}
/**
- * Sets the value of the codigoIdentCarga property.
+ * Define o valor da propriedade codigoIdentCarga.
*
* @param value
* allowed object is
@@ -331,7 +331,7 @@ public void setCodigoIdentCarga(String value) {
}
/**
- * Gets the value of the avariasIdentificadas property.
+ * Obtm o valor da propriedade avariasIdentificadas.
*
* @return
* possible object is
@@ -343,7 +343,7 @@ public String getAvariasIdentificadas() {
}
/**
- * Sets the value of the avariasIdentificadas property.
+ * Define o valor da propriedade avariasIdentificadas.
*
* @param value
* allowed object is
@@ -355,7 +355,7 @@ public void setAvariasIdentificadas(String value) {
}
/**
- * Gets the value of the divergenciasIdentificadas property.
+ * Obtm o valor da propriedade divergenciasIdentificadas.
*
* @return
* possible object is
@@ -367,7 +367,7 @@ public String getDivergenciasIdentificadas() {
}
/**
- * Sets the value of the divergenciasIdentificadas property.
+ * Define o valor da propriedade divergenciasIdentificadas.
*
* @param value
* allowed object is
@@ -379,7 +379,7 @@ public void setDivergenciasIdentificadas(String value) {
}
/**
- * Gets the value of the observacoesGerais property.
+ * Obtm o valor da propriedade observacoesGerais.
*
* @return
* possible object is
@@ -391,7 +391,7 @@ public String getObservacoesGerais() {
}
/**
- * Sets the value of the observacoesGerais property.
+ * Define o valor da propriedade observacoesGerais.
*
* @param value
* allowed object is
@@ -403,7 +403,7 @@ public void setObservacoesGerais(String value) {
}
/**
- * Gets the value of the transitoSimplificado property.
+ * Obtm o valor da propriedade transitoSimplificado.
*
* @return
* possible object is
@@ -415,7 +415,7 @@ public TransitoSimplificadoRecepcao getTransitoSimplificado() {
}
/**
- * Sets the value of the transitoSimplificado property.
+ * Define o valor da propriedade transitoSimplificado.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoDocumentoTransporte.java b/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoDocumentoTransporte.java
index 773672b..37464cd 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoDocumentoTransporte.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoDocumentoTransporte.java
@@ -10,9 +10,9 @@
/**
- * Java class for RecepcaoDocumentoTransporte complex type.
+ *
Classe Java de RecepcaoDocumentoTransporte complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="RecepcaoDocumentoTransporte">
@@ -88,7 +88,7 @@ public class RecepcaoDocumentoTransporte {
protected String observacoesGerais;
/**
- * Gets the value of the identificacaoRecepcao property.
+ * Obtm o valor da propriedade identificacaoRecepcao.
*
* @return
* possible object is
@@ -100,7 +100,7 @@ public String getIdentificacaoRecepcao() {
}
/**
- * Sets the value of the identificacaoRecepcao property.
+ * Define o valor da propriedade identificacaoRecepcao.
*
* @param value
* allowed object is
@@ -112,7 +112,7 @@ public void setIdentificacaoRecepcao(String value) {
}
/**
- * Gets the value of the cnpjResp property.
+ * Obtm o valor da propriedade cnpjResp.
*
* @return
* possible object is
@@ -124,7 +124,7 @@ public String getCnpjResp() {
}
/**
- * Sets the value of the cnpjResp property.
+ * Define o valor da propriedade cnpjResp.
*
* @param value
* allowed object is
@@ -136,7 +136,7 @@ public void setCnpjResp(String value) {
}
/**
- * Gets the value of the local property.
+ * Obtm o valor da propriedade local.
*
* @return
* possible object is
@@ -148,7 +148,7 @@ public Local getLocal() {
}
/**
- * Sets the value of the local property.
+ * Define o valor da propriedade local.
*
* @param value
* allowed object is
@@ -160,7 +160,7 @@ public void setLocal(Local value) {
}
/**
- * Gets the value of the referenciaLocalRecepcao property.
+ * Obtm o valor da propriedade referenciaLocalRecepcao.
*
* @return
* possible object is
@@ -172,7 +172,7 @@ public String getReferenciaLocalRecepcao() {
}
/**
- * Sets the value of the referenciaLocalRecepcao property.
+ * Define o valor da propriedade referenciaLocalRecepcao.
*
* @param value
* allowed object is
@@ -184,7 +184,7 @@ public void setReferenciaLocalRecepcao(String value) {
}
/**
- * Gets the value of the documentosTransporte property.
+ * Obtm o valor da propriedade documentosTransporte.
*
* @return
* possible object is
@@ -196,7 +196,7 @@ public RecepcaoDocumentoTransporte.DocumentosTransporte getDocumentosTransporte(
}
/**
- * Sets the value of the documentosTransporte property.
+ * Define o valor da propriedade documentosTransporte.
*
* @param value
* allowed object is
@@ -208,7 +208,7 @@ public void setDocumentosTransporte(RecepcaoDocumentoTransporte.DocumentosTransp
}
/**
- * Gets the value of the transportador property.
+ * Obtm o valor da propriedade transportador.
*
* @return
* possible object is
@@ -220,7 +220,7 @@ public Transportador getTransportador() {
}
/**
- * Sets the value of the transportador property.
+ * Define o valor da propriedade transportador.
*
* @param value
* allowed object is
@@ -232,7 +232,7 @@ public void setTransportador(Transportador value) {
}
/**
- * Gets the value of the localArmazenamento property.
+ * Obtm o valor da propriedade localArmazenamento.
*
* @return
* possible object is
@@ -244,7 +244,7 @@ public String getLocalArmazenamento() {
}
/**
- * Sets the value of the localArmazenamento property.
+ * Define o valor da propriedade localArmazenamento.
*
* @param value
* allowed object is
@@ -256,7 +256,7 @@ public void setLocalArmazenamento(String value) {
}
/**
- * Gets the value of the codigoIdentCarga property.
+ * Obtm o valor da propriedade codigoIdentCarga.
*
* @return
* possible object is
@@ -268,7 +268,7 @@ public String getCodigoIdentCarga() {
}
/**
- * Sets the value of the codigoIdentCarga property.
+ * Define o valor da propriedade codigoIdentCarga.
*
* @param value
* allowed object is
@@ -280,7 +280,7 @@ public void setCodigoIdentCarga(String value) {
}
/**
- * Gets the value of the avariasIdentificadas property.
+ * Obtm o valor da propriedade avariasIdentificadas.
*
* @return
* possible object is
@@ -292,7 +292,7 @@ public String getAvariasIdentificadas() {
}
/**
- * Sets the value of the avariasIdentificadas property.
+ * Define o valor da propriedade avariasIdentificadas.
*
* @param value
* allowed object is
@@ -304,7 +304,7 @@ public void setAvariasIdentificadas(String value) {
}
/**
- * Gets the value of the divergenciasIdentificadas property.
+ * Obtm o valor da propriedade divergenciasIdentificadas.
*
* @return
* possible object is
@@ -316,7 +316,7 @@ public String getDivergenciasIdentificadas() {
}
/**
- * Sets the value of the divergenciasIdentificadas property.
+ * Define o valor da propriedade divergenciasIdentificadas.
*
* @param value
* allowed object is
@@ -328,7 +328,7 @@ public void setDivergenciasIdentificadas(String value) {
}
/**
- * Gets the value of the observacoesGerais property.
+ * Obtm o valor da propriedade observacoesGerais.
*
* @return
* possible object is
@@ -340,7 +340,7 @@ public String getObservacoesGerais() {
}
/**
- * Sets the value of the observacoesGerais property.
+ * Define o valor da propriedade observacoesGerais.
*
* @param value
* allowed object is
@@ -353,9 +353,9 @@ public void setObservacoesGerais(String value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoNFE.java b/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoNFE.java
index dce00e9..7d90176 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoNFE.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoNFE.java
@@ -11,9 +11,9 @@
/**
- * Java class for recepcaoNFE complex type.
+ *
Classe Java de recepcaoNFE complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="recepcaoNFE">
@@ -99,7 +99,7 @@ public class RecepcaoNFE {
protected String observacoesGerais;
/**
- * Gets the value of the identificacaoRecepcao property.
+ * Obtm o valor da propriedade identificacaoRecepcao.
*
* @return
* possible object is
@@ -111,7 +111,7 @@ public String getIdentificacaoRecepcao() {
}
/**
- * Sets the value of the identificacaoRecepcao property.
+ * Define o valor da propriedade identificacaoRecepcao.
*
* @param value
* allowed object is
@@ -123,7 +123,7 @@ public void setIdentificacaoRecepcao(String value) {
}
/**
- * Gets the value of the cnpjResp property.
+ * Obtm o valor da propriedade cnpjResp.
*
* @return
* possible object is
@@ -135,7 +135,7 @@ public String getCnpjResp() {
}
/**
- * Sets the value of the cnpjResp property.
+ * Define o valor da propriedade cnpjResp.
*
* @param value
* allowed object is
@@ -147,7 +147,7 @@ public void setCnpjResp(String value) {
}
/**
- * Gets the value of the local property.
+ * Obtm o valor da propriedade local.
*
* @return
* possible object is
@@ -159,7 +159,7 @@ public Local getLocal() {
}
/**
- * Sets the value of the local property.
+ * Define o valor da propriedade local.
*
* @param value
* allowed object is
@@ -171,7 +171,7 @@ public void setLocal(Local value) {
}
/**
- * Gets the value of the referenciaLocalRecepcao property.
+ * Obtm o valor da propriedade referenciaLocalRecepcao.
*
* @return
* possible object is
@@ -183,7 +183,7 @@ public String getReferenciaLocalRecepcao() {
}
/**
- * Sets the value of the referenciaLocalRecepcao property.
+ * Define o valor da propriedade referenciaLocalRecepcao.
*
* @param value
* allowed object is
@@ -195,7 +195,7 @@ public void setReferenciaLocalRecepcao(String value) {
}
/**
- * Gets the value of the notasFiscais property.
+ * Obtm o valor da propriedade notasFiscais.
*
* @return
* possible object is
@@ -207,7 +207,7 @@ public RecepcaoNFE.NotasFiscais getNotasFiscais() {
}
/**
- * Sets the value of the notasFiscais property.
+ * Define o valor da propriedade notasFiscais.
*
* @param value
* allowed object is
@@ -219,7 +219,7 @@ public void setNotasFiscais(RecepcaoNFE.NotasFiscais value) {
}
/**
- * Gets the value of the transportador property.
+ * Obtm o valor da propriedade transportador.
*
* @return
* possible object is
@@ -231,7 +231,7 @@ public Transportador getTransportador() {
}
/**
- * Sets the value of the transportador property.
+ * Define o valor da propriedade transportador.
*
* @param value
* allowed object is
@@ -243,7 +243,7 @@ public void setTransportador(Transportador value) {
}
/**
- * Gets the value of the pesoAferido property.
+ * Obtm o valor da propriedade pesoAferido.
*
* @return
* possible object is
@@ -255,7 +255,7 @@ public BigDecimal getPesoAferido() {
}
/**
- * Sets the value of the pesoAferido property.
+ * Define o valor da propriedade pesoAferido.
*
* @param value
* allowed object is
@@ -267,7 +267,7 @@ public void setPesoAferido(BigDecimal value) {
}
/**
- * Gets the value of the motivoNaoPesagem property.
+ * Obtm o valor da propriedade motivoNaoPesagem.
*
* @return
* possible object is
@@ -279,7 +279,7 @@ public String getMotivoNaoPesagem() {
}
/**
- * Sets the value of the motivoNaoPesagem property.
+ * Define o valor da propriedade motivoNaoPesagem.
*
* @param value
* allowed object is
@@ -291,7 +291,7 @@ public void setMotivoNaoPesagem(String value) {
}
/**
- * Gets the value of the localArmazenamento property.
+ * Obtm o valor da propriedade localArmazenamento.
*
* @return
* possible object is
@@ -303,7 +303,7 @@ public String getLocalArmazenamento() {
}
/**
- * Sets the value of the localArmazenamento property.
+ * Define o valor da propriedade localArmazenamento.
*
* @param value
* allowed object is
@@ -315,7 +315,7 @@ public void setLocalArmazenamento(String value) {
}
/**
- * Gets the value of the codigoIdentCarga property.
+ * Obtm o valor da propriedade codigoIdentCarga.
*
* @return
* possible object is
@@ -327,7 +327,7 @@ public String getCodigoIdentCarga() {
}
/**
- * Sets the value of the codigoIdentCarga property.
+ * Define o valor da propriedade codigoIdentCarga.
*
* @param value
* allowed object is
@@ -339,7 +339,7 @@ public void setCodigoIdentCarga(String value) {
}
/**
- * Gets the value of the avariasIdentificadas property.
+ * Obtm o valor da propriedade avariasIdentificadas.
*
* @return
* possible object is
@@ -351,7 +351,7 @@ public String getAvariasIdentificadas() {
}
/**
- * Sets the value of the avariasIdentificadas property.
+ * Define o valor da propriedade avariasIdentificadas.
*
* @param value
* allowed object is
@@ -363,7 +363,7 @@ public void setAvariasIdentificadas(String value) {
}
/**
- * Gets the value of the divergenciasIdentificadas property.
+ * Obtm o valor da propriedade divergenciasIdentificadas.
*
* @return
* possible object is
@@ -375,7 +375,7 @@ public String getDivergenciasIdentificadas() {
}
/**
- * Sets the value of the divergenciasIdentificadas property.
+ * Define o valor da propriedade divergenciasIdentificadas.
*
* @param value
* allowed object is
@@ -387,7 +387,7 @@ public void setDivergenciasIdentificadas(String value) {
}
/**
- * Gets the value of the observacoesGerais property.
+ * Obtm o valor da propriedade observacoesGerais.
*
* @return
* possible object is
@@ -399,7 +399,7 @@ public String getObservacoesGerais() {
}
/**
- * Sets the value of the observacoesGerais property.
+ * Define o valor da propriedade observacoesGerais.
*
* @param value
* allowed object is
@@ -412,9 +412,9 @@ public void setObservacoesGerais(String value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoNFF.java b/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoNFF.java
index 50d70de..3bbe16d 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoNFF.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/RecepcaoNFF.java
@@ -11,9 +11,9 @@
/**
- * Java class for RecepcaoNFF complex type.
+ *
Classe Java de RecepcaoNFF complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="RecepcaoNFF">
@@ -99,7 +99,7 @@ public class RecepcaoNFF {
protected String observacoesGerais;
/**
- * Gets the value of the identificacaoRecepcao property.
+ * Obtm o valor da propriedade identificacaoRecepcao.
*
* @return
* possible object is
@@ -111,7 +111,7 @@ public String getIdentificacaoRecepcao() {
}
/**
- * Sets the value of the identificacaoRecepcao property.
+ * Define o valor da propriedade identificacaoRecepcao.
*
* @param value
* allowed object is
@@ -123,7 +123,7 @@ public void setIdentificacaoRecepcao(String value) {
}
/**
- * Gets the value of the cnpjResp property.
+ * Obtm o valor da propriedade cnpjResp.
*
* @return
* possible object is
@@ -135,7 +135,7 @@ public String getCnpjResp() {
}
/**
- * Sets the value of the cnpjResp property.
+ * Define o valor da propriedade cnpjResp.
*
* @param value
* allowed object is
@@ -147,7 +147,7 @@ public void setCnpjResp(String value) {
}
/**
- * Gets the value of the local property.
+ * Obtm o valor da propriedade local.
*
* @return
* possible object is
@@ -159,7 +159,7 @@ public Local getLocal() {
}
/**
- * Sets the value of the local property.
+ * Define o valor da propriedade local.
*
* @param value
* allowed object is
@@ -171,7 +171,7 @@ public void setLocal(Local value) {
}
/**
- * Gets the value of the referenciaLocalRecepcao property.
+ * Obtm o valor da propriedade referenciaLocalRecepcao.
*
* @return
* possible object is
@@ -183,7 +183,7 @@ public String getReferenciaLocalRecepcao() {
}
/**
- * Sets the value of the referenciaLocalRecepcao property.
+ * Define o valor da propriedade referenciaLocalRecepcao.
*
* @param value
* allowed object is
@@ -195,7 +195,7 @@ public void setReferenciaLocalRecepcao(String value) {
}
/**
- * Gets the value of the notasFiscais property.
+ * Obtm o valor da propriedade notasFiscais.
*
* @return
* possible object is
@@ -207,7 +207,7 @@ public RecepcaoNFF.NotasFiscais getNotasFiscais() {
}
/**
- * Sets the value of the notasFiscais property.
+ * Define o valor da propriedade notasFiscais.
*
* @param value
* allowed object is
@@ -219,7 +219,7 @@ public void setNotasFiscais(RecepcaoNFF.NotasFiscais value) {
}
/**
- * Gets the value of the transportador property.
+ * Obtm o valor da propriedade transportador.
*
* @return
* possible object is
@@ -231,7 +231,7 @@ public Transportador getTransportador() {
}
/**
- * Sets the value of the transportador property.
+ * Define o valor da propriedade transportador.
*
* @param value
* allowed object is
@@ -243,7 +243,7 @@ public void setTransportador(Transportador value) {
}
/**
- * Gets the value of the pesoAferido property.
+ * Obtm o valor da propriedade pesoAferido.
*
* @return
* possible object is
@@ -255,7 +255,7 @@ public BigDecimal getPesoAferido() {
}
/**
- * Sets the value of the pesoAferido property.
+ * Define o valor da propriedade pesoAferido.
*
* @param value
* allowed object is
@@ -267,7 +267,7 @@ public void setPesoAferido(BigDecimal value) {
}
/**
- * Gets the value of the motivoNaoPesagem property.
+ * Obtm o valor da propriedade motivoNaoPesagem.
*
* @return
* possible object is
@@ -279,7 +279,7 @@ public String getMotivoNaoPesagem() {
}
/**
- * Sets the value of the motivoNaoPesagem property.
+ * Define o valor da propriedade motivoNaoPesagem.
*
* @param value
* allowed object is
@@ -291,7 +291,7 @@ public void setMotivoNaoPesagem(String value) {
}
/**
- * Gets the value of the localArmazenamento property.
+ * Obtm o valor da propriedade localArmazenamento.
*
* @return
* possible object is
@@ -303,7 +303,7 @@ public String getLocalArmazenamento() {
}
/**
- * Sets the value of the localArmazenamento property.
+ * Define o valor da propriedade localArmazenamento.
*
* @param value
* allowed object is
@@ -315,7 +315,7 @@ public void setLocalArmazenamento(String value) {
}
/**
- * Gets the value of the codigoIdentCarga property.
+ * Obtm o valor da propriedade codigoIdentCarga.
*
* @return
* possible object is
@@ -327,7 +327,7 @@ public String getCodigoIdentCarga() {
}
/**
- * Sets the value of the codigoIdentCarga property.
+ * Define o valor da propriedade codigoIdentCarga.
*
* @param value
* allowed object is
@@ -339,7 +339,7 @@ public void setCodigoIdentCarga(String value) {
}
/**
- * Gets the value of the avariasIdentificadas property.
+ * Obtm o valor da propriedade avariasIdentificadas.
*
* @return
* possible object is
@@ -351,7 +351,7 @@ public String getAvariasIdentificadas() {
}
/**
- * Sets the value of the avariasIdentificadas property.
+ * Define o valor da propriedade avariasIdentificadas.
*
* @param value
* allowed object is
@@ -363,7 +363,7 @@ public void setAvariasIdentificadas(String value) {
}
/**
- * Gets the value of the divergenciasIdentificadas property.
+ * Obtm o valor da propriedade divergenciasIdentificadas.
*
* @return
* possible object is
@@ -375,7 +375,7 @@ public String getDivergenciasIdentificadas() {
}
/**
- * Sets the value of the divergenciasIdentificadas property.
+ * Define o valor da propriedade divergenciasIdentificadas.
*
* @param value
* allowed object is
@@ -387,7 +387,7 @@ public void setDivergenciasIdentificadas(String value) {
}
/**
- * Gets the value of the observacoesGerais property.
+ * Obtm o valor da propriedade observacoesGerais.
*
* @return
* possible object is
@@ -399,7 +399,7 @@ public String getObservacoesGerais() {
}
/**
- * Sets the value of the observacoesGerais property.
+ * Define o valor da propriedade observacoesGerais.
*
* @param value
* allowed object is
@@ -412,9 +412,9 @@ public void setObservacoesGerais(String value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesConteineres.java b/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesConteineres.java
index 7cb0865..a8464aa 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesConteineres.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesConteineres.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -38,7 +38,7 @@ public class RecepcoesConteineres {
protected RecepcaoConteiner recepcaoConteiner;
/**
- * Gets the value of the recepcaoConteiner property.
+ * Obtm o valor da propriedade recepcaoConteiner.
*
* @return
* possible object is
@@ -50,7 +50,7 @@ public RecepcaoConteiner getRecepcaoConteiner() {
}
/**
- * Sets the value of the recepcaoConteiner property.
+ * Define o valor da propriedade recepcaoConteiner.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesDocumentoCarga.java b/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesDocumentoCarga.java
index 3b676be..a333e41 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesDocumentoCarga.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesDocumentoCarga.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -38,7 +38,7 @@ public class RecepcoesDocumentoCarga {
protected RecepcaoDocumentoCarga recepcaoDocumentoCarga;
/**
- * Gets the value of the recepcaoDocumentoCarga property.
+ * Obtm o valor da propriedade recepcaoDocumentoCarga.
*
* @return
* possible object is
@@ -50,7 +50,7 @@ public RecepcaoDocumentoCarga getRecepcaoDocumentoCarga() {
}
/**
- * Sets the value of the recepcaoDocumentoCarga property.
+ * Define o valor da propriedade recepcaoDocumentoCarga.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesDocumentoTransporte.java b/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesDocumentoTransporte.java
index 467610e..b3fdff0 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesDocumentoTransporte.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesDocumentoTransporte.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -38,7 +38,7 @@ public class RecepcoesDocumentoTransporte {
protected RecepcaoDocumentoTransporte recepcaoDocumentoTransporte;
/**
- * Gets the value of the recepcaoDocumentoTransporte property.
+ * Obtm o valor da propriedade recepcaoDocumentoTransporte.
*
* @return
* possible object is
@@ -50,7 +50,7 @@ public RecepcaoDocumentoTransporte getRecepcaoDocumentoTransporte() {
}
/**
- * Sets the value of the recepcaoDocumentoTransporte property.
+ * Define o valor da propriedade recepcaoDocumentoTransporte.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesNFE.java b/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesNFE.java
index 729068d..0fbc131 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesNFE.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesNFE.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -38,7 +38,7 @@ public class RecepcoesNFE {
protected RecepcaoNFE recepcaoNFE;
/**
- * Gets the value of the recepcaoNFE property.
+ * Obtm o valor da propriedade recepcaoNFE.
*
* @return
* possible object is
@@ -50,7 +50,7 @@ public RecepcaoNFE getRecepcaoNFE() {
}
/**
- * Sets the value of the recepcaoNFE property.
+ * Define o valor da propriedade recepcaoNFE.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesNFF.java b/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesNFF.java
index 70a882e..0852ace 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesNFF.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/RecepcoesNFF.java
@@ -9,9 +9,9 @@
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -38,7 +38,7 @@ public class RecepcoesNFF {
protected RecepcaoNFF recepcaoNFF;
/**
- * Gets the value of the recepcaoNFF property.
+ * Obtm o valor da propriedade recepcaoNFF.
*
* @return
* possible object is
@@ -50,7 +50,7 @@ public RecepcaoNFF getRecepcaoNFF() {
}
/**
- * Sets the value of the recepcaoNFF property.
+ * Define o valor da propriedade recepcaoNFF.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculo.java b/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculo.java
index 569b048..6ebf814 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculo.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculo.java
@@ -15,9 +15,9 @@
/**
- * Java class for TCargaSoltaVeiculo complex type.
+ *
Classe Java de TCargaSoltaVeiculo complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TCargaSoltaVeiculo">
@@ -52,23 +52,23 @@
public class TCargaSoltaVeiculo {
@XmlElementRefs({
- @XmlElementRef(name = "tipoEmbalagem", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
@XmlElementRef(name = "quantidade", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "total", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false)
+ @XmlElementRef(name = "total", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
+ @XmlElementRef(name = "tipoEmbalagem", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false)
})
protected List> content;
/**
- * Gets the rest of the content model.
+ * Obtm o restante do modelo do contedo.
*
*
- * You are getting this "catch-all" property because of the following reason:
- * The field name "Quantidade" is used by two different parts of a schema. See:
- * line 71 of file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd-cct/TipoComplexo.xsd
- * line 68 of file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd-cct/TipoComplexo.xsd
+ * Voc est obtendo esta propriedade "catch-all" pelo seguinte motivo:
+ * O nome do campo "Quantidade" usado por duas partes diferentes de um esquema. Consulte:
+ * linha 71 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/TipoComplexo.xsd
+ * linha 68 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/TipoComplexo.xsd
*
- * To get rid of this property, apply a property customization to one
- * of both of the following declarations to change their names:
+ * Para eliminar esta propriedade, aplique uma personalizao de propriedade a uma
+ * das seguintes declaraes, a fim de alterar seus nomes:
* Gets the value of the content property.
*
*
@@ -86,8 +86,8 @@ public class TCargaSoltaVeiculo {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
+ * {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculoConsolidacao.java b/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculoConsolidacao.java
index 0c47309..a5bb636 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculoConsolidacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculoConsolidacao.java
@@ -9,9 +9,9 @@
/**
- *
Java class for TCargaSoltaVeiculoConsolidacao complex type.
+ *
Classe Java de TCargaSoltaVeiculoConsolidacao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TCargaSoltaVeiculoConsolidacao">
@@ -37,7 +37,7 @@ public class TCargaSoltaVeiculoConsolidacao {
protected BigInteger quantidade;
/**
- * Gets the value of the quantidade property.
+ * Obtm o valor da propriedade quantidade.
*
* @return
* possible object is
@@ -49,7 +49,7 @@ public BigInteger getQuantidade() {
}
/**
- * Sets the value of the quantidade property.
+ * Define o valor da propriedade quantidade.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculoPesoBrutoExtend.java b/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculoPesoBrutoExtend.java
index c014eae..9f4445c 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculoPesoBrutoExtend.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TCargaSoltaVeiculoPesoBrutoExtend.java
@@ -7,9 +7,9 @@
/**
- * Java class for TCargaSoltaVeiculoPesoBrutoExtend complex type.
+ *
Classe Java de TCargaSoltaVeiculoPesoBrutoExtend complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TCargaSoltaVeiculoPesoBrutoExtend">
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TConhecimentoCarga.java b/src/main/java/br/gov/serpro/pucomex/cct/TConhecimentoCarga.java
index 1971593..687b1f4 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TConhecimentoCarga.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TConhecimentoCarga.java
@@ -9,9 +9,9 @@
/**
- * Java class for TConhecimentoCarga complex type.
+ *
Classe Java de TConhecimentoCarga complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TConhecimentoCarga">
@@ -69,7 +69,7 @@ public class TConhecimentoCarga {
protected String enderecoConsignatario;
/**
- * Gets the value of the numeroConhecimento property.
+ * Obtm o valor da propriedade numeroConhecimento.
*
* @return
* possible object is
@@ -81,7 +81,7 @@ public String getNumeroConhecimento() {
}
/**
- * Sets the value of the numeroConhecimento property.
+ * Define o valor da propriedade numeroConhecimento.
*
* @param value
* allowed object is
@@ -93,7 +93,7 @@ public void setNumeroConhecimento(String value) {
}
/**
- * Gets the value of the dataEmissaoConhecimento property.
+ * Obtm o valor da propriedade dataEmissaoConhecimento.
*
* @return
* possible object is
@@ -105,7 +105,7 @@ public String getDataEmissaoConhecimento() {
}
/**
- * Sets the value of the dataEmissaoConhecimento property.
+ * Define o valor da propriedade dataEmissaoConhecimento.
*
* @param value
* allowed object is
@@ -117,7 +117,7 @@ public void setDataEmissaoConhecimento(String value) {
}
/**
- * Gets the value of the codigoMoedaSwift property.
+ * Obtm o valor da propriedade codigoMoedaSwift.
*
* @return
* possible object is
@@ -129,7 +129,7 @@ public String getCodigoMoedaSwift() {
}
/**
- * Sets the value of the codigoMoedaSwift property.
+ * Define o valor da propriedade codigoMoedaSwift.
*
* @param value
* allowed object is
@@ -141,7 +141,7 @@ public void setCodigoMoedaSwift(String value) {
}
/**
- * Gets the value of the formaPagamentoFrete property.
+ * Obtm o valor da propriedade formaPagamentoFrete.
*
* @return
* possible object is
@@ -153,7 +153,7 @@ public String getFormaPagamentoFrete() {
}
/**
- * Sets the value of the formaPagamentoFrete property.
+ * Define o valor da propriedade formaPagamentoFrete.
*
* @param value
* allowed object is
@@ -165,7 +165,7 @@ public void setFormaPagamentoFrete(String value) {
}
/**
- * Gets the value of the valorFrete property.
+ * Obtm o valor da propriedade valorFrete.
*
* @return
* possible object is
@@ -177,7 +177,7 @@ public BigDecimal getValorFrete() {
}
/**
- * Sets the value of the valorFrete property.
+ * Define o valor da propriedade valorFrete.
*
* @param value
* allowed object is
@@ -189,7 +189,7 @@ public void setValorFrete(BigDecimal value) {
}
/**
- * Gets the value of the paisDestino property.
+ * Obtm o valor da propriedade paisDestino.
*
* @return
* possible object is
@@ -201,7 +201,7 @@ public String getPaisDestino() {
}
/**
- * Sets the value of the paisDestino property.
+ * Define o valor da propriedade paisDestino.
*
* @param value
* allowed object is
@@ -213,7 +213,7 @@ public void setPaisDestino(String value) {
}
/**
- * Gets the value of the consignadoAOrdem property.
+ * Obtm o valor da propriedade consignadoAOrdem.
*
* @return
* possible object is
@@ -225,7 +225,7 @@ public String getConsignadoAOrdem() {
}
/**
- * Sets the value of the consignadoAOrdem property.
+ * Define o valor da propriedade consignadoAOrdem.
*
* @param value
* allowed object is
@@ -237,7 +237,7 @@ public void setConsignadoAOrdem(String value) {
}
/**
- * Gets the value of the nomeConsignatario property.
+ * Obtm o valor da propriedade nomeConsignatario.
*
* @return
* possible object is
@@ -249,7 +249,7 @@ public String getNomeConsignatario() {
}
/**
- * Sets the value of the nomeConsignatario property.
+ * Define o valor da propriedade nomeConsignatario.
*
* @param value
* allowed object is
@@ -261,7 +261,7 @@ public void setNomeConsignatario(String value) {
}
/**
- * Gets the value of the enderecoConsignatario property.
+ * Obtm o valor da propriedade enderecoConsignatario.
*
* @return
* possible object is
@@ -273,7 +273,7 @@ public String getEnderecoConsignatario() {
}
/**
- * Sets the value of the enderecoConsignatario property.
+ * Define o valor da propriedade enderecoConsignatario.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TConteiner.java b/src/main/java/br/gov/serpro/pucomex/cct/TConteiner.java
index c1ef46e..98cdde6 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TConteiner.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TConteiner.java
@@ -12,9 +12,9 @@
/**
- * Java class for TConteiner complex type.
+ *
Classe Java de TConteiner complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TConteiner">
@@ -62,7 +62,7 @@ public class TConteiner {
protected TConteiner.Lacres lacres;
/**
- * Gets the value of the numeroConteiner property.
+ * Obtm o valor da propriedade numeroConteiner.
*
* @return
* possible object is
@@ -74,7 +74,7 @@ public String getNumeroConteiner() {
}
/**
- * Sets the value of the numeroConteiner property.
+ * Define o valor da propriedade numeroConteiner.
*
* @param value
* allowed object is
@@ -86,7 +86,7 @@ public void setNumeroConteiner(String value) {
}
/**
- * Gets the value of the tara property.
+ * Obtm o valor da propriedade tara.
*
* @return
* possible object is
@@ -98,7 +98,7 @@ public BigDecimal getTara() {
}
/**
- * Sets the value of the tara property.
+ * Define o valor da propriedade tara.
*
* @param value
* allowed object is
@@ -110,7 +110,7 @@ public void setTara(BigDecimal value) {
}
/**
- * Gets the value of the lacres property.
+ * Obtm o valor da propriedade lacres.
*
* @return
* possible object is
@@ -122,7 +122,7 @@ public TConteiner.Lacres getLacres() {
}
/**
- * Sets the value of the lacres property.
+ * Define o valor da propriedade lacres.
*
* @param value
* allowed object is
@@ -135,9 +135,9 @@ public void setLacres(TConteiner.Lacres value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TDesunitizacao.java b/src/main/java/br/gov/serpro/pucomex/cct/TDesunitizacao.java
index 2354dad..45191de 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TDesunitizacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TDesunitizacao.java
@@ -1,16 +1,20 @@
package br.gov.serpro.pucomex.cct;
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlElementRef;
+import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlType;
/**
- * Java class for TDesunitizacao complex type.
+ *
Classe Java de TDesunitizacao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TDesunitizacao">
@@ -19,7 +23,15 @@
* <sequence>
* <sequence>
* <element name="numeroConteiner" type="{http://www.pucomex.serpro.gov.br/cct}NumeroConteiner"/>
- * <element ref="{http://www.pucomex.serpro.gov.br/cct}documentos"/>
+ * <choice>
+ * <sequence>
+ * <element ref="{http://www.pucomex.serpro.gov.br/cct}documentos"/>
+ * <element ref="{http://www.pucomex.serpro.gov.br/cct}notasFiscais" minOccurs="0"/>
+ * </sequence>
+ * <sequence>
+ * <element ref="{http://www.pucomex.serpro.gov.br/cct}notasFiscais"/>
+ * </sequence>
+ * </choice>
* </sequence>
* </sequence>
* </restriction>
@@ -31,62 +43,56 @@
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TDesunitizacao", namespace = "http://www.pucomex.serpro.gov.br/cct", propOrder = {
- "numeroConteiner",
- "documentos"
+ "content"
})
public class TDesunitizacao {
- @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
- protected String numeroConteiner;
- @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
- protected Documentos documentos;
+ @XmlElementRefs({
+ @XmlElementRef(name = "numeroConteiner", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
+ @XmlElementRef(name = "notasFiscais", namespace = "http://www.pucomex.serpro.gov.br/cct", type = NotasFiscais.class, required = false),
+ @XmlElementRef(name = "documentos", namespace = "http://www.pucomex.serpro.gov.br/cct", type = Documentos.class, required = false)
+ })
+ protected List content;
/**
- * Gets the value of the numeroConteiner property.
+ * Obtm o restante do modelo do contedo.
*
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNumeroConteiner() {
- return numeroConteiner;
- }
-
- /**
- * Sets the value of the numeroConteiner property.
+ *
+ * Voc est obtendo esta propriedade "catch-all" pelo seguinte motivo:
+ * O nome do campo "NotasFiscais" usado por duas partes diferentes de um esquema. Consulte:
+ * linha 43 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/unitizacao/Desunitizacao.xsd
+ * linha 40 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/unitizacao/Desunitizacao.xsd
+ *
+ * Para eliminar esta propriedade, aplique uma personalizao de propriedade a uma
+ * das seguintes declaraes, a fim de alterar seus nomes:
+ * Gets the value of the content property.
*
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNumeroConteiner(String value) {
- this.numeroConteiner = value;
- }
-
- /**
- * Gets the value of the documentos property.
+ *
+ * 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 set
method for the content property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getContent().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link JAXBElement }{@code <}{@link String }{@code >}
+ * {@link NotasFiscais }
+ * {@link Documentos }
*
- * @return
- * possible object is
- * {@link Documentos }
- *
- */
- public Documentos getDocumentos() {
- return documentos;
- }
-
- /**
- * Sets the value of the documentos property.
*
- * @param value
- * allowed object is
- * {@link Documentos }
- *
*/
- public void setDocumentos(Documentos value) {
- this.documentos = value;
+ public List getContent() {
+ if (content == null) {
+ content = new ArrayList();
+ }
+ return this.content;
}
}
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCarga.java b/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCarga.java
index 7cddcee..53d30e4 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCarga.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCarga.java
@@ -12,9 +12,9 @@
/**
- * Java class for TDocumentoCarga complex type.
+ *
Classe Java de TDocumentoCarga complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TDocumentoCarga">
@@ -50,23 +50,23 @@ public class TDocumentoCarga {
@XmlElementRefs({
@XmlElementRef(name = "cargaSoltaVeiculo", namespace = "http://www.pucomex.serpro.gov.br/cct", type = CargaSoltaVeiculo.class, required = false),
- @XmlElementRef(name = "granel", namespace = "http://www.pucomex.serpro.gov.br/cct", type = Granel.class, required = false),
+ @XmlElementRef(name = "numeroDUE", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
@XmlElementRef(name = "numeroRUC", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "numeroDUE", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false)
+ @XmlElementRef(name = "granel", namespace = "http://www.pucomex.serpro.gov.br/cct", type = Granel.class, required = false)
})
protected List content;
/**
- * Gets the rest of the content model.
+ * Obtm o restante do modelo do contedo.
*
*
- * You are getting this "catch-all" property because of the following reason:
- * The field name "Granel" is used by two different parts of a schema. See:
- * line 37 of file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd-cct/reuso/DocumentoCarga.xsd
- * line 34 of file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd-cct/reuso/DocumentoCarga.xsd
+ * Voc est obtendo esta propriedade "catch-all" pelo seguinte motivo:
+ * O nome do campo "Granel" usado por duas partes diferentes de um esquema. Consulte:
+ * linha 37 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/reuso/DocumentoCarga.xsd
+ * linha 34 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/reuso/DocumentoCarga.xsd
*
- * To get rid of this property, apply a property customization to one
- * of both of the following declarations to change their names:
+ * Para eliminar esta propriedade, aplique uma personalizao de propriedade a uma
+ * das seguintes declaraes, a fim de alterar seus nomes:
* Gets the value of the content property.
*
*
@@ -84,10 +84,10 @@ public class TDocumentoCarga {
*
*
* Objects of the following type(s) are allowed in the list
+ * {@link CargaSoltaVeiculo }
* {@link Granel }
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
- * {@link CargaSoltaVeiculo }
*
*
*/
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaConsolidacao.java b/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaConsolidacao.java
index 04490c9..c31cc59 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaConsolidacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaConsolidacao.java
@@ -8,9 +8,9 @@
/**
- *
Java class for TDocumentoCargaConsolidacao complex type.
+ *
Classe Java de TDocumentoCargaConsolidacao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TDocumentoCargaConsolidacao">
@@ -46,7 +46,7 @@ public class TDocumentoCargaConsolidacao {
protected TConhecimentoCarga conhecimento;
/**
- * Gets the value of the numeroDUE property.
+ * Obtm o valor da propriedade numeroDUE.
*
* @return
* possible object is
@@ -58,7 +58,7 @@ public String getNumeroDUE() {
}
/**
- * Sets the value of the numeroDUE property.
+ * Define o valor da propriedade numeroDUE.
*
* @param value
* allowed object is
@@ -70,7 +70,7 @@ public void setNumeroDUE(String value) {
}
/**
- * Gets the value of the numeroRUC property.
+ * Obtm o valor da propriedade numeroRUC.
*
* @return
* possible object is
@@ -82,7 +82,7 @@ public String getNumeroRUC() {
}
/**
- * Sets the value of the numeroRUC property.
+ * Define o valor da propriedade numeroRUC.
*
* @param value
* allowed object is
@@ -94,7 +94,7 @@ public void setNumeroRUC(String value) {
}
/**
- * Gets the value of the conhecimento property.
+ * Obtm o valor da propriedade conhecimento.
*
* @return
* possible object is
@@ -106,7 +106,7 @@ public TConhecimentoCarga getConhecimento() {
}
/**
- * Sets the value of the conhecimento property.
+ * Define o valor da propriedade conhecimento.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaManifestacao.java b/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaManifestacao.java
index 4803933..ea5f033 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaManifestacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaManifestacao.java
@@ -13,9 +13,9 @@
/**
- * Java class for TDocumentoCargaManifestacao complex type.
+ *
Classe Java de TDocumentoCargaManifestacao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TDocumentoCargaManifestacao">
@@ -60,24 +60,24 @@
public class TDocumentoCargaManifestacao {
@XmlElementRefs({
- @XmlElementRef(name = "cargaSoltaVeiculo", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "granel", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
+ @XmlElementRef(name = "numeroDUE", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
@XmlElementRef(name = "numeroRUC", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "numeroDUE", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false)
+ @XmlElementRef(name = "cargaSoltaVeiculo", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
+ @XmlElementRef(name = "granel", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false)
})
protected List> content;
/**
- * Gets the rest of the content model.
+ * Obtm o restante do modelo do contedo.
*
*
- * You are getting this "catch-all" property because of the following reason:
- * The field name "Granel" is used by two different parts of a schema. See:
- * line 202 of file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd-cct/manifesto/ManifestacaoExportacao.xsd
- * line 194 of file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd-cct/manifesto/ManifestacaoExportacao.xsd
+ * Voc est obtendo esta propriedade "catch-all" pelo seguinte motivo:
+ * O nome do campo "Granel" usado por duas partes diferentes de um esquema. Consulte:
+ * linha 205 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/manifesto/ManifestacaoExportacao.xsd
+ * linha 197 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/manifesto/ManifestacaoExportacao.xsd
*
- * To get rid of this property, apply a property customization to one
- * of both of the following declarations to change their names:
+ * Para eliminar esta propriedade, aplique uma personalizao de propriedade a uma
+ * das seguintes declaraes, a fim de alterar seus nomes:
* Gets the value of the content property.
*
*
@@ -95,10 +95,10 @@ public class TDocumentoCargaManifestacao {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link TDocumentoCargaManifestacao.CargaSoltaVeiculo }{@code >}
- * {@link JAXBElement }{@code <}{@link TGranelManifestacao }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
+ * {@link JAXBElement }{@code <}{@link TDocumentoCargaManifestacao.CargaSoltaVeiculo }{@code >}
+ * {@link JAXBElement }{@code <}{@link TGranelManifestacao }{@code >}
*
*
*/
@@ -111,9 +111,9 @@ public List> getContent() {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaUnitizacao.java b/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaUnitizacao.java
index a32bbcf..5d521b6 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaUnitizacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TDocumentoCargaUnitizacao.java
@@ -8,9 +8,9 @@
/**
- * Java class for TDocumentoCargaUnitizacao complex type.
+ *
Classe Java de TDocumentoCargaUnitizacao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TDocumentoCargaUnitizacao">
@@ -52,7 +52,7 @@ public class TDocumentoCargaUnitizacao {
protected Granel granel;
/**
- * Gets the value of the numeroDUE property.
+ * Obtm o valor da propriedade numeroDUE.
*
* @return
* possible object is
@@ -64,7 +64,7 @@ public String getNumeroDUE() {
}
/**
- * Sets the value of the numeroDUE property.
+ * Define o valor da propriedade numeroDUE.
*
* @param value
* allowed object is
@@ -76,7 +76,7 @@ public void setNumeroDUE(String value) {
}
/**
- * Gets the value of the numeroRUC property.
+ * Obtm o valor da propriedade numeroRUC.
*
* @return
* possible object is
@@ -88,7 +88,7 @@ public String getNumeroRUC() {
}
/**
- * Sets the value of the numeroRUC property.
+ * Define o valor da propriedade numeroRUC.
*
* @param value
* allowed object is
@@ -100,7 +100,7 @@ public void setNumeroRUC(String value) {
}
/**
- * Gets the value of the cargaSoltaVeiculo property.
+ * Obtm o valor da propriedade cargaSoltaVeiculo.
*
* @return
* possible object is
@@ -112,7 +112,7 @@ public CargaSoltaVeiculo getCargaSoltaVeiculo() {
}
/**
- * Sets the value of the cargaSoltaVeiculo property.
+ * Define o valor da propriedade cargaSoltaVeiculo.
*
* @param value
* allowed object is
@@ -124,7 +124,7 @@ public void setCargaSoltaVeiculo(CargaSoltaVeiculo value) {
}
/**
- * Gets the value of the granel property.
+ * Obtm o valor da propriedade granel.
*
* @return
* possible object is
@@ -136,7 +136,7 @@ public Granel getGranel() {
}
/**
- * Sets the value of the granel property.
+ * Define o valor da propriedade granel.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TEmbalagem.java b/src/main/java/br/gov/serpro/pucomex/cct/TEmbalagem.java
index 7a17cb0..8047232 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TEmbalagem.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TEmbalagem.java
@@ -9,9 +9,9 @@
/**
- * Java class for TEmbalagem complex type.
+ *
Classe Java de TEmbalagem complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TEmbalagem">
@@ -41,7 +41,7 @@ public class TEmbalagem {
protected BigInteger quantidade;
/**
- * Gets the value of the tipoEmbalagem property.
+ * Obtm o valor da propriedade tipoEmbalagem.
*
* @return
* possible object is
@@ -53,7 +53,7 @@ public String getTipoEmbalagem() {
}
/**
- * Sets the value of the tipoEmbalagem property.
+ * Define o valor da propriedade tipoEmbalagem.
*
* @param value
* allowed object is
@@ -65,7 +65,7 @@ public void setTipoEmbalagem(String value) {
}
/**
- * Gets the value of the quantidade property.
+ * Obtm o valor da propriedade quantidade.
*
* @return
* possible object is
@@ -77,7 +77,7 @@ public BigInteger getQuantidade() {
}
/**
- * Sets the value of the quantidade property.
+ * Define o valor da propriedade quantidade.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TGranel.java b/src/main/java/br/gov/serpro/pucomex/cct/TGranel.java
index ad72f1e..4ec4ae7 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TGranel.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TGranel.java
@@ -14,9 +14,9 @@
/**
- * Java class for TGranel complex type.
+ *
Classe Java de TGranel complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TGranel">
@@ -52,24 +52,24 @@
public class TGranel {
@XmlElementRefs({
- @XmlElementRef(name = "unidademedida", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
@XmlElementRef(name = "tipoGranel", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
+ @XmlElementRef(name = "quantidade", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
@XmlElementRef(name = "total", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "quantidade", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false)
+ @XmlElementRef(name = "unidademedida", namespace = "http://www.pucomex.serpro.gov.br/cct", type = JAXBElement.class, required = false)
})
protected List> content;
/**
- * Gets the rest of the content model.
+ * Obtm o restante do modelo do contedo.
*
*
- * You are getting this "catch-all" property because of the following reason:
- * The field name "Quantidade" is used by two different parts of a schema. See:
- * line 100 of file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd-cct/TipoComplexo.xsd
- * line 97 of file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd-cct/TipoComplexo.xsd
+ * Voc est obtendo esta propriedade "catch-all" pelo seguinte motivo:
+ * O nome do campo "Quantidade" usado por duas partes diferentes de um esquema. Consulte:
+ * linha 100 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/TipoComplexo.xsd
+ * linha 97 de file:/D:/pontocob/workspace/java/portalunico.siscomex.gov.br/schemas/xsd/xsd/TipoComplexo.xsd
*
- * To get rid of this property, apply a property customization to one
- * of both of the following declarations to change their names:
+ * Para eliminar esta propriedade, aplique uma personalizao de propriedade a uma
+ * das seguintes declaraes, a fim de alterar seus nomes:
* Gets the value of the content property.
*
*
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TGranelManifestacao.java b/src/main/java/br/gov/serpro/pucomex/cct/TGranelManifestacao.java
index 117a8aa..9419ada 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TGranelManifestacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TGranelManifestacao.java
@@ -10,9 +10,9 @@
/**
- *
Java class for TGranelManifestacao complex type.
+ *
Classe Java de TGranelManifestacao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TGranelManifestacao">
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TGranelPesoBrutoExtend.java b/src/main/java/br/gov/serpro/pucomex/cct/TGranelPesoBrutoExtend.java
index bef3a1f..1e675a8 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TGranelPesoBrutoExtend.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TGranelPesoBrutoExtend.java
@@ -7,9 +7,9 @@
/**
- * Java class for TGranelPesoBrutoExtend complex type.
+ *
Classe Java de TGranelPesoBrutoExtend complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TGranelPesoBrutoExtend">
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TLocal.java b/src/main/java/br/gov/serpro/pucomex/cct/TLocal.java
index 7cb7c3f..5b35029 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TLocal.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TLocal.java
@@ -8,9 +8,9 @@
/**
- * Java class for TLocal complex type.
+ *
Classe Java de TLocal complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TLocal">
@@ -48,7 +48,7 @@ public class TLocal {
protected String codigoRA;
/**
- * Gets the value of the codigoURF property.
+ * Obtm o valor da propriedade codigoURF.
*
* @return
* possible object is
@@ -60,7 +60,7 @@ public String getCodigoURF() {
}
/**
- * Sets the value of the codigoURF property.
+ * Define o valor da propriedade codigoURF.
*
* @param value
* allowed object is
@@ -72,7 +72,7 @@ public void setCodigoURF(String value) {
}
/**
- * Gets the value of the coordenadas property.
+ * Obtm o valor da propriedade coordenadas.
*
* @return
* possible object is
@@ -84,7 +84,7 @@ public Coordenadas getCoordenadas() {
}
/**
- * Sets the value of the coordenadas property.
+ * Define o valor da propriedade coordenadas.
*
* @param value
* allowed object is
@@ -96,7 +96,7 @@ public void setCoordenadas(Coordenadas value) {
}
/**
- * Gets the value of the codigoRA property.
+ * Obtm o valor da propriedade codigoRA.
*
* @return
* possible object is
@@ -108,7 +108,7 @@ public String getCodigoRA() {
}
/**
- * Sets the value of the codigoRA property.
+ * Define o valor da propriedade codigoRA.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TLocalExtend.java b/src/main/java/br/gov/serpro/pucomex/cct/TLocalExtend.java
index a1eba39..5b67589 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TLocalExtend.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TLocalExtend.java
@@ -8,9 +8,9 @@
/**
- * Java class for TLocalExtend complex type.
+ *
Classe Java de TLocalExtend complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TLocalExtend">
@@ -52,7 +52,7 @@ public class TLocalExtend {
protected String codigoRA;
/**
- * Gets the value of the codigoURF property.
+ * Obtm o valor da propriedade codigoURF.
*
* @return
* possible object is
@@ -64,7 +64,7 @@ public String getCodigoURF() {
}
/**
- * Sets the value of the codigoURF property.
+ * Define o valor da propriedade codigoURF.
*
* @param value
* allowed object is
@@ -76,7 +76,7 @@ public void setCodigoURF(String value) {
}
/**
- * Gets the value of the coordenadas property.
+ * Obtm o valor da propriedade coordenadas.
*
* @return
* possible object is
@@ -88,7 +88,7 @@ public Coordenadas getCoordenadas() {
}
/**
- * Sets the value of the coordenadas property.
+ * Define o valor da propriedade coordenadas.
*
* @param value
* allowed object is
@@ -100,7 +100,7 @@ public void setCoordenadas(Coordenadas value) {
}
/**
- * Gets the value of the cnpjRespEstoqueCarga property.
+ * Obtm o valor da propriedade cnpjRespEstoqueCarga.
*
* @return
* possible object is
@@ -112,7 +112,7 @@ public String getCnpjRespEstoqueCarga() {
}
/**
- * Sets the value of the cnpjRespEstoqueCarga property.
+ * Define o valor da propriedade cnpjRespEstoqueCarga.
*
* @param value
* allowed object is
@@ -124,7 +124,7 @@ public void setCnpjRespEstoqueCarga(String value) {
}
/**
- * Gets the value of the codigoRA property.
+ * Obtm o valor da propriedade codigoRA.
*
* @return
* possible object is
@@ -136,7 +136,7 @@ public String getCodigoRA() {
}
/**
- * Sets the value of the codigoRA property.
+ * Define o valor da propriedade codigoRA.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TNotaFiscal.java b/src/main/java/br/gov/serpro/pucomex/cct/TNotaFiscal.java
new file mode 100644
index 0000000..4549113
--- /dev/null
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TNotaFiscal.java
@@ -0,0 +1,119 @@
+
+package br.gov.serpro.pucomex.cct;
+
+import java.math.BigInteger;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Classe Java de TNotaFiscal complex type.
+ *
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
+ *
+ *
+ * <complexType name="TNotaFiscal">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="tipo" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="ano" type="{http://www.w3.org/2001/XMLSchema}integer"/>
+ * <element name="identificacao" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "TNotaFiscal", namespace = "http://www.pucomex.serpro.gov.br/cct", propOrder = {
+ "tipo",
+ "ano",
+ "identificacao"
+})
+public class TNotaFiscal {
+
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
+ protected String tipo;
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
+ protected BigInteger ano;
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct", required = true)
+ protected String identificacao;
+
+ /**
+ * Obtm o valor da propriedade tipo.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getTipo() {
+ return tipo;
+ }
+
+ /**
+ * Define o valor da propriedade tipo.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setTipo(String value) {
+ this.tipo = value;
+ }
+
+ /**
+ * Obtm o valor da propriedade ano.
+ *
+ * @return
+ * possible object is
+ * {@link BigInteger }
+ *
+ */
+ public BigInteger getAno() {
+ return ano;
+ }
+
+ /**
+ * Define o valor da propriedade ano.
+ *
+ * @param value
+ * allowed object is
+ * {@link BigInteger }
+ *
+ */
+ public void setAno(BigInteger value) {
+ this.ano = value;
+ }
+
+ /**
+ * Obtm o valor da propriedade identificacao.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getIdentificacao() {
+ return identificacao;
+ }
+
+ /**
+ * Define o valor da propriedade identificacao.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setIdentificacao(String value) {
+ this.identificacao = value;
+ }
+
+}
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TUnitizacao.java b/src/main/java/br/gov/serpro/pucomex/cct/TUnitizacao.java
index 12f827a..09543b7 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TUnitizacao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TUnitizacao.java
@@ -8,9 +8,9 @@
/**
- * Java class for TUnitizacao complex type.
+ *
Classe Java de TUnitizacao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TUnitizacao">
@@ -42,7 +42,7 @@ public class TUnitizacao {
protected Conteineres conteineres;
/**
- * Gets the value of the documentosUnitizacao property.
+ * Obtm o valor da propriedade documentosUnitizacao.
*
* @return
* possible object is
@@ -54,7 +54,7 @@ public DocumentosUnitizacao getDocumentosUnitizacao() {
}
/**
- * Sets the value of the documentosUnitizacao property.
+ * Define o valor da propriedade documentosUnitizacao.
*
* @param value
* allowed object is
@@ -66,7 +66,7 @@ public void setDocumentosUnitizacao(DocumentosUnitizacao value) {
}
/**
- * Gets the value of the conteineres property.
+ * Obtm o valor da propriedade conteineres.
*
* @return
* possible object is
@@ -78,7 +78,7 @@ public Conteineres getConteineres() {
}
/**
- * Sets the value of the conteineres property.
+ * Define o valor da propriedade conteineres.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TVeiculoTransitoSimplificado.java b/src/main/java/br/gov/serpro/pucomex/cct/TVeiculoTransitoSimplificado.java
index 949b71b..43f6e10 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TVeiculoTransitoSimplificado.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TVeiculoTransitoSimplificado.java
@@ -10,9 +10,9 @@
/**
- * Java class for TVeiculoTransitoSimplificado complex type.
+ *
Classe Java de TVeiculoTransitoSimplificado complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TVeiculoTransitoSimplificado">
@@ -52,7 +52,7 @@ public class TVeiculoTransitoSimplificado {
protected TVeiculoTransitoSimplificado.Lacres lacres;
/**
- * Gets the value of the placa property.
+ * Obtm o valor da propriedade placa.
*
* @return
* possible object is
@@ -64,7 +64,7 @@ public String getPlaca() {
}
/**
- * Sets the value of the placa property.
+ * Define o valor da propriedade placa.
*
* @param value
* allowed object is
@@ -76,7 +76,7 @@ public void setPlaca(String value) {
}
/**
- * Gets the value of the lacres property.
+ * Obtm o valor da propriedade lacres.
*
* @return
* possible object is
@@ -88,7 +88,7 @@ public TVeiculoTransitoSimplificado.Lacres getLacres() {
}
/**
- * Sets the value of the lacres property.
+ * Define o valor da propriedade lacres.
*
* @param value
* allowed object is
@@ -101,9 +101,9 @@ public void setLacres(TVeiculoTransitoSimplificado.Lacres value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TransitoSimplificadoEntrega.java b/src/main/java/br/gov/serpro/pucomex/cct/TransitoSimplificadoEntrega.java
index d8ca2ec..965f17e 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TransitoSimplificadoEntrega.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TransitoSimplificadoEntrega.java
@@ -11,9 +11,9 @@
/**
- * Java class for TransitoSimplificadoEntrega complex type.
+ *
Classe Java de TransitoSimplificadoEntrega complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TransitoSimplificadoEntrega">
@@ -101,7 +101,7 @@ public class TransitoSimplificadoEntrega {
protected TransitoSimplificadoEntrega.VeiculoRodoviario veiculoRodoviario;
/**
- * Gets the value of the codigoURFDestino property.
+ * Obtm o valor da propriedade codigoURFDestino.
*
* @return
* possible object is
@@ -113,7 +113,7 @@ public String getCodigoURFDestino() {
}
/**
- * Sets the value of the codigoURFDestino property.
+ * Define o valor da propriedade codigoURFDestino.
*
* @param value
* allowed object is
@@ -125,7 +125,7 @@ public void setCodigoURFDestino(String value) {
}
/**
- * Gets the value of the cnpjRespDestino property.
+ * Obtm o valor da propriedade cnpjRespDestino.
*
* @return
* possible object is
@@ -137,7 +137,7 @@ public String getCnpjRespDestino() {
}
/**
- * Sets the value of the cnpjRespDestino property.
+ * Define o valor da propriedade cnpjRespDestino.
*
* @param value
* allowed object is
@@ -149,7 +149,7 @@ public void setCnpjRespDestino(String value) {
}
/**
- * Gets the value of the codigoRADestino property.
+ * Obtm o valor da propriedade codigoRADestino.
*
* @return
* possible object is
@@ -161,7 +161,7 @@ public String getCodigoRADestino() {
}
/**
- * Sets the value of the codigoRADestino property.
+ * Define o valor da propriedade codigoRADestino.
*
* @param value
* allowed object is
@@ -173,7 +173,7 @@ public void setCodigoRADestino(String value) {
}
/**
- * Gets the value of the veiculoFerroviario property.
+ * Obtm o valor da propriedade veiculoFerroviario.
*
* @return
* possible object is
@@ -185,7 +185,7 @@ public TransitoSimplificadoEntrega.VeiculoFerroviario getVeiculoFerroviario() {
}
/**
- * Sets the value of the veiculoFerroviario property.
+ * Define o valor da propriedade veiculoFerroviario.
*
* @param value
* allowed object is
@@ -197,7 +197,7 @@ public void setVeiculoFerroviario(TransitoSimplificadoEntrega.VeiculoFerroviario
}
/**
- * Gets the value of the veiculoRodoviario property.
+ * Obtm o valor da propriedade veiculoRodoviario.
*
* @return
* possible object is
@@ -209,7 +209,7 @@ public TransitoSimplificadoEntrega.VeiculoRodoviario getVeiculoRodoviario() {
}
/**
- * Sets the value of the veiculoRodoviario property.
+ * Define o valor da propriedade veiculoRodoviario.
*
* @param value
* allowed object is
@@ -222,9 +222,9 @@ public void setVeiculoRodoviario(TransitoSimplificadoEntrega.VeiculoRodoviario v
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -254,7 +254,7 @@ public static class VeiculoFerroviario {
protected BigInteger quantidadeVagoes;
/**
- * Gets the value of the prefixoTrem property.
+ * Obtm o valor da propriedade prefixoTrem.
*
* @return
* possible object is
@@ -266,7 +266,7 @@ public String getPrefixoTrem() {
}
/**
- * Sets the value of the prefixoTrem property.
+ * Define o valor da propriedade prefixoTrem.
*
* @param value
* allowed object is
@@ -278,7 +278,7 @@ public void setPrefixoTrem(String value) {
}
/**
- * Gets the value of the quantidadeVagoes property.
+ * Obtm o valor da propriedade quantidadeVagoes.
*
* @return
* possible object is
@@ -290,7 +290,7 @@ public BigInteger getQuantidadeVagoes() {
}
/**
- * Sets the value of the quantidadeVagoes property.
+ * Define o valor da propriedade quantidadeVagoes.
*
* @param value
* allowed object is
@@ -305,9 +305,9 @@ public void setQuantidadeVagoes(BigInteger value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -359,7 +359,7 @@ public static class VeiculoRodoviario {
protected TransitoSimplificadoEntrega.VeiculoRodoviario.Veiculos veiculos;
/**
- * Gets the value of the cpfCondutor property.
+ * Obtm o valor da propriedade cpfCondutor.
*
* @return
* possible object is
@@ -371,7 +371,7 @@ public String getCpfCondutor() {
}
/**
- * Sets the value of the cpfCondutor property.
+ * Define o valor da propriedade cpfCondutor.
*
* @param value
* allowed object is
@@ -383,7 +383,7 @@ public void setCpfCondutor(String value) {
}
/**
- * Gets the value of the documentoCondutorEstrangeiro property.
+ * Obtm o valor da propriedade documentoCondutorEstrangeiro.
*
* @return
* possible object is
@@ -395,7 +395,7 @@ public String getDocumentoCondutorEstrangeiro() {
}
/**
- * Sets the value of the documentoCondutorEstrangeiro property.
+ * Define o valor da propriedade documentoCondutorEstrangeiro.
*
* @param value
* allowed object is
@@ -407,7 +407,7 @@ public void setDocumentoCondutorEstrangeiro(String value) {
}
/**
- * Gets the value of the nomeCondutorEstrangeiro property.
+ * Obtm o valor da propriedade nomeCondutorEstrangeiro.
*
* @return
* possible object is
@@ -419,7 +419,7 @@ public String getNomeCondutorEstrangeiro() {
}
/**
- * Sets the value of the nomeCondutorEstrangeiro property.
+ * Define o valor da propriedade nomeCondutorEstrangeiro.
*
* @param value
* allowed object is
@@ -431,7 +431,7 @@ public void setNomeCondutorEstrangeiro(String value) {
}
/**
- * Gets the value of the veiculos property.
+ * Obtm o valor da propriedade veiculos.
*
* @return
* possible object is
@@ -443,7 +443,7 @@ public TransitoSimplificadoEntrega.VeiculoRodoviario.Veiculos getVeiculos() {
}
/**
- * Sets the value of the veiculos property.
+ * Define o valor da propriedade veiculos.
*
* @param value
* allowed object is
@@ -456,9 +456,9 @@ public void setVeiculos(TransitoSimplificadoEntrega.VeiculoRodoviario.Veiculos v
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TransitoSimplificadoEntregaDocTransporte.java b/src/main/java/br/gov/serpro/pucomex/cct/TransitoSimplificadoEntregaDocTransporte.java
new file mode 100644
index 0000000..c41257d
--- /dev/null
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TransitoSimplificadoEntregaDocTransporte.java
@@ -0,0 +1,124 @@
+
+package br.gov.serpro.pucomex.cct;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Classe Java de TransitoSimplificadoEntregaDocTransporte complex type.
+ *
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
+ *
+ *
+ * <complexType name="TransitoSimplificadoEntregaDocTransporte">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <choice>
+ * <sequence>
+ * <element name="codigoURFDestino" type="{http://www.pucomex.serpro.gov.br/cct}CodigoURF"/>
+ * <element name="cnpjRespDestino" type="{http://www.pucomex.serpro.gov.br/cct}CNPJ"/>
+ * </sequence>
+ * <sequence>
+ * <element name="codigoRADestino" type="{http://www.pucomex.serpro.gov.br/cct}CodigoRA"/>
+ * </sequence>
+ * </choice>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "TransitoSimplificadoEntregaDocTransporte", namespace = "http://www.pucomex.serpro.gov.br/cct", propOrder = {
+ "codigoURFDestino",
+ "cnpjRespDestino",
+ "codigoRADestino"
+})
+public class TransitoSimplificadoEntregaDocTransporte {
+
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct")
+ protected String codigoURFDestino;
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct")
+ protected String cnpjRespDestino;
+ @XmlElement(namespace = "http://www.pucomex.serpro.gov.br/cct")
+ protected String codigoRADestino;
+
+ /**
+ * Obtm o valor da propriedade codigoURFDestino.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCodigoURFDestino() {
+ return codigoURFDestino;
+ }
+
+ /**
+ * Define o valor da propriedade codigoURFDestino.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCodigoURFDestino(String value) {
+ this.codigoURFDestino = value;
+ }
+
+ /**
+ * Obtm o valor da propriedade cnpjRespDestino.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCnpjRespDestino() {
+ return cnpjRespDestino;
+ }
+
+ /**
+ * Define o valor da propriedade cnpjRespDestino.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCnpjRespDestino(String value) {
+ this.cnpjRespDestino = value;
+ }
+
+ /**
+ * Obtm o valor da propriedade codigoRADestino.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCodigoRADestino() {
+ return codigoRADestino;
+ }
+
+ /**
+ * Define o valor da propriedade codigoRADestino.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCodigoRADestino(String value) {
+ this.codigoRADestino = value;
+ }
+
+}
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/TransitoSimplificadoRecepcao.java b/src/main/java/br/gov/serpro/pucomex/cct/TransitoSimplificadoRecepcao.java
index 289e341..10d0aed 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/TransitoSimplificadoRecepcao.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/TransitoSimplificadoRecepcao.java
@@ -11,9 +11,9 @@
/**
- * Java class for TransitoSimplificadoRecepcao complex type.
+ *
Classe Java de TransitoSimplificadoRecepcao complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="TransitoSimplificadoRecepcao">
@@ -83,7 +83,7 @@ public class TransitoSimplificadoRecepcao {
protected TransitoSimplificadoRecepcao.VeiculoRodoviario veiculoRodoviario;
/**
- * Gets the value of the veiculoFerroviario property.
+ * Obtm o valor da propriedade veiculoFerroviario.
*
* @return
* possible object is
@@ -95,7 +95,7 @@ public TransitoSimplificadoRecepcao.VeiculoFerroviario getVeiculoFerroviario() {
}
/**
- * Sets the value of the veiculoFerroviario property.
+ * Define o valor da propriedade veiculoFerroviario.
*
* @param value
* allowed object is
@@ -107,7 +107,7 @@ public void setVeiculoFerroviario(TransitoSimplificadoRecepcao.VeiculoFerroviari
}
/**
- * Gets the value of the veiculoRodoviario property.
+ * Obtm o valor da propriedade veiculoRodoviario.
*
* @return
* possible object is
@@ -119,7 +119,7 @@ public TransitoSimplificadoRecepcao.VeiculoRodoviario getVeiculoRodoviario() {
}
/**
- * Sets the value of the veiculoRodoviario property.
+ * Define o valor da propriedade veiculoRodoviario.
*
* @param value
* allowed object is
@@ -132,9 +132,9 @@ public void setVeiculoRodoviario(TransitoSimplificadoRecepcao.VeiculoRodoviario
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -164,7 +164,7 @@ public static class VeiculoFerroviario {
protected BigInteger quantidadeVagoes;
/**
- * Gets the value of the prefixoTrem property.
+ * Obtm o valor da propriedade prefixoTrem.
*
* @return
* possible object is
@@ -176,7 +176,7 @@ public String getPrefixoTrem() {
}
/**
- * Sets the value of the prefixoTrem property.
+ * Define o valor da propriedade prefixoTrem.
*
* @param value
* allowed object is
@@ -188,7 +188,7 @@ public void setPrefixoTrem(String value) {
}
/**
- * Gets the value of the quantidadeVagoes property.
+ * Obtm o valor da propriedade quantidadeVagoes.
*
* @return
* possible object is
@@ -200,7 +200,7 @@ public BigInteger getQuantidadeVagoes() {
}
/**
- * Sets the value of the quantidadeVagoes property.
+ * Define o valor da propriedade quantidadeVagoes.
*
* @param value
* allowed object is
@@ -215,9 +215,9 @@ public void setQuantidadeVagoes(BigInteger value) {
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
@@ -269,7 +269,7 @@ public static class VeiculoRodoviario {
protected TransitoSimplificadoRecepcao.VeiculoRodoviario.Veiculos veiculos;
/**
- * Gets the value of the cpfCondutor property.
+ * Obtm o valor da propriedade cpfCondutor.
*
* @return
* possible object is
@@ -281,7 +281,7 @@ public String getCpfCondutor() {
}
/**
- * Sets the value of the cpfCondutor property.
+ * Define o valor da propriedade cpfCondutor.
*
* @param value
* allowed object is
@@ -293,7 +293,7 @@ public void setCpfCondutor(String value) {
}
/**
- * Gets the value of the documentoCondutorEstrangeiro property.
+ * Obtm o valor da propriedade documentoCondutorEstrangeiro.
*
* @return
* possible object is
@@ -305,7 +305,7 @@ public String getDocumentoCondutorEstrangeiro() {
}
/**
- * Sets the value of the documentoCondutorEstrangeiro property.
+ * Define o valor da propriedade documentoCondutorEstrangeiro.
*
* @param value
* allowed object is
@@ -317,7 +317,7 @@ public void setDocumentoCondutorEstrangeiro(String value) {
}
/**
- * Gets the value of the nomeCondutorEstrangeiro property.
+ * Obtm o valor da propriedade nomeCondutorEstrangeiro.
*
* @return
* possible object is
@@ -329,7 +329,7 @@ public String getNomeCondutorEstrangeiro() {
}
/**
- * Sets the value of the nomeCondutorEstrangeiro property.
+ * Define o valor da propriedade nomeCondutorEstrangeiro.
*
* @param value
* allowed object is
@@ -341,7 +341,7 @@ public void setNomeCondutorEstrangeiro(String value) {
}
/**
- * Gets the value of the veiculos property.
+ * Obtm o valor da propriedade veiculos.
*
* @return
* possible object is
@@ -353,7 +353,7 @@ public TransitoSimplificadoRecepcao.VeiculoRodoviario.Veiculos getVeiculos() {
}
/**
- * Sets the value of the veiculos property.
+ * Define o valor da propriedade veiculos.
*
* @param value
* allowed object is
@@ -366,9 +366,9 @@ public void setVeiculos(TransitoSimplificadoRecepcao.VeiculoRodoviario.Veiculos
/**
- * Java class for anonymous complex type.
+ *
Classe Java de anonymous complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType>
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/Transportador.java b/src/main/java/br/gov/serpro/pucomex/cct/Transportador.java
index be8e4cf..de6bda8 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/Transportador.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/Transportador.java
@@ -8,9 +8,9 @@
/**
- * Java class for Transportador complex type.
+ *
Classe Java de Transportador complex type.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <complexType name="Transportador">
@@ -56,7 +56,7 @@ public class Transportador {
protected String nomeCondutorEstrangeiro;
/**
- * Gets the value of the cnpj property.
+ * Obtm o valor da propriedade cnpj.
*
* @return
* possible object is
@@ -68,7 +68,7 @@ public String getCnpj() {
}
/**
- * Sets the value of the cnpj property.
+ * Define o valor da propriedade cnpj.
*
* @param value
* allowed object is
@@ -80,7 +80,7 @@ public void setCnpj(String value) {
}
/**
- * Gets the value of the cpf property.
+ * Obtm o valor da propriedade cpf.
*
* @return
* possible object is
@@ -92,7 +92,7 @@ public String getCpf() {
}
/**
- * Sets the value of the cpf property.
+ * Define o valor da propriedade cpf.
*
* @param value
* allowed object is
@@ -104,7 +104,7 @@ public void setCpf(String value) {
}
/**
- * Gets the value of the nomeEstrangeiro property.
+ * Obtm o valor da propriedade nomeEstrangeiro.
*
* @return
* possible object is
@@ -116,7 +116,7 @@ public String getNomeEstrangeiro() {
}
/**
- * Sets the value of the nomeEstrangeiro property.
+ * Define o valor da propriedade nomeEstrangeiro.
*
* @param value
* allowed object is
@@ -128,7 +128,7 @@ public void setNomeEstrangeiro(String value) {
}
/**
- * Gets the value of the cpfCondutor property.
+ * Obtm o valor da propriedade cpfCondutor.
*
* @return
* possible object is
@@ -140,7 +140,7 @@ public String getCpfCondutor() {
}
/**
- * Sets the value of the cpfCondutor property.
+ * Define o valor da propriedade cpfCondutor.
*
* @param value
* allowed object is
@@ -152,7 +152,7 @@ public void setCpfCondutor(String value) {
}
/**
- * Gets the value of the nomeCondutorEstrangeiro property.
+ * Obtm o valor da propriedade nomeCondutorEstrangeiro.
*
* @return
* possible object is
@@ -164,7 +164,7 @@ public String getNomeCondutorEstrangeiro() {
}
/**
- * Sets the value of the nomeCondutorEstrangeiro property.
+ * Define o valor da propriedade nomeCondutorEstrangeiro.
*
* @param value
* allowed object is
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/UnidadeCarga.java b/src/main/java/br/gov/serpro/pucomex/cct/UnidadeCarga.java
index 18248b6..09ed32a 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/UnidadeCarga.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/UnidadeCarga.java
@@ -7,9 +7,9 @@
/**
- * Java class for UnidadeCarga.
+ *
Classe Java de UnidadeCarga.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <simpleType name="UnidadeCarga">
diff --git a/src/main/java/br/gov/serpro/pucomex/cct/UnidadeMedida.java b/src/main/java/br/gov/serpro/pucomex/cct/UnidadeMedida.java
index 04e469b..4e948c4 100644
--- a/src/main/java/br/gov/serpro/pucomex/cct/UnidadeMedida.java
+++ b/src/main/java/br/gov/serpro/pucomex/cct/UnidadeMedida.java
@@ -7,9 +7,9 @@
/**
- * Java class for UnidadeMedida.
+ *
Classe Java de UnidadeMedida.
*
- *
The following schema fragment specifies the expected content contained within this class.
+ *
O seguinte fragmento do esquema especifica o contedo esperado contido dentro desta classe.
*
*
* <simpleType name="UnidadeMedida">
diff --git a/src/main/java/br/gov/siscomex/portalunico/due/consultardadosresumidos/ConsultarDadosResumidos.java b/src/main/java/br/gov/siscomex/portalunico/due/consultardadosresumidos/ConsultarDadosResumidos.java
index 8599744..2d05e8a 100644
--- a/src/main/java/br/gov/siscomex/portalunico/due/consultardadosresumidos/ConsultarDadosResumidos.java
+++ b/src/main/java/br/gov/siscomex/portalunico/due/consultardadosresumidos/ConsultarDadosResumidos.java
@@ -20,39 +20,42 @@ public class ConsultarDadosResumidos {
@SerializedName("dataSituacaoDUE")
@Expose
private String dataSituacaoDUE;
- @SerializedName("situacaoCarga")
+ @SerializedName("indicadorBloqueio")
@Expose
- private List situacaoCarga = new ArrayList();
+ private Integer indicadorBloqueio;
@SerializedName("controleAdministrativo")
@Expose
private Integer controleAdministrativo;
- @SerializedName("indicadorBloqueio")
+ @SerializedName("uaEmbarque")
@Expose
- private Integer indicadorBloqueio;
- @SerializedName("declarante")
+ private String uaEmbarque;
+ @SerializedName("uaDespacho")
@Expose
- private Declarante declarante;
- @SerializedName("exportadores")
+ private String uaDespacho;
+ @SerializedName("responsavelUADespacho")
@Expose
- private List exportadores = new ArrayList();
+ private Object responsavelUADespacho;
@SerializedName("codigoRecintoAduaneiroDespacho")
@Expose
private String codigoRecintoAduaneiroDespacho;
- @SerializedName("coordenadasDespacho")
+ @SerializedName("codigoRecintoAduaneiroEmbarque")
@Expose
- private String coordenadasDespacho;
- @SerializedName("responsaveluaDespacho")
+ private String codigoRecintoAduaneiroEmbarque;
+ @SerializedName("latitudeDespacho")
@Expose
- private Object responsaveluaDespacho;
- @SerializedName("uaDespacho")
+ private String latitudeDespacho;
+ @SerializedName("longitudeDespacho")
@Expose
- private String uaDespacho;
- @SerializedName("codigoRecintoAduaneiroEmbarque")
+ private String longitudeDespacho;
+ @SerializedName("declarante")
@Expose
- private String codigoRecintoAduaneiroEmbarque;
- @SerializedName("uaEmbarque")
+ private Declarante declarante;
+ @SerializedName("exportadores")
@Expose
- private String uaEmbarque;
+ private List exportadores = new ArrayList();
+ @SerializedName("situacaoCarga")
+ @Expose
+ private List situacaoCarga = new ArrayList();
public String getNumeroDUE() {
return numeroDUE;
@@ -86,12 +89,12 @@ public void setDataSituacaoDUE(String dataSituacaoDUE) {
this.dataSituacaoDUE = dataSituacaoDUE;
}
- public List getSituacaoCarga() {
- return situacaoCarga;
+ public Integer getIndicadorBloqueio() {
+ return indicadorBloqueio;
}
- public void setSituacaoCarga(List situacaoCarga) {
- this.situacaoCarga = situacaoCarga;
+ public void setIndicadorBloqueio(Integer indicadorBloqueio) {
+ this.indicadorBloqueio = indicadorBloqueio;
}
public Integer getControleAdministrativo() {
@@ -102,28 +105,28 @@ public void setControleAdministrativo(Integer controleAdministrativo) {
this.controleAdministrativo = controleAdministrativo;
}
- public Integer getIndicadorBloqueio() {
- return indicadorBloqueio;
+ public String getUaEmbarque() {
+ return uaEmbarque;
}
- public void setIndicadorBloqueio(Integer indicadorBloqueio) {
- this.indicadorBloqueio = indicadorBloqueio;
+ public void setUaEmbarque(String uaEmbarque) {
+ this.uaEmbarque = uaEmbarque;
}
- public Declarante getDeclarante() {
- return declarante;
+ public String getUaDespacho() {
+ return uaDespacho;
}
- public void setDeclarante(Declarante declarante) {
- this.declarante = declarante;
+ public void setUaDespacho(String uaDespacho) {
+ this.uaDespacho = uaDespacho;
}
- public List getExportadores() {
- return exportadores;
+ public Object getResponsavelUADespacho() {
+ return responsavelUADespacho;
}
- public void setExportadores(List exportadores) {
- this.exportadores = exportadores;
+ public void setResponsavelUADespacho(Object responsavelUADespacho) {
+ this.responsavelUADespacho = responsavelUADespacho;
}
public String getCodigoRecintoAduaneiroDespacho() {
@@ -134,44 +137,52 @@ public void setCodigoRecintoAduaneiroDespacho(String codigoRecintoAduaneiroDespa
this.codigoRecintoAduaneiroDespacho = codigoRecintoAduaneiroDespacho;
}
- public String getCoordenadasDespacho() {
- return coordenadasDespacho;
+ public String getCodigoRecintoAduaneiroEmbarque() {
+ return codigoRecintoAduaneiroEmbarque;
}
- public void setCoordenadasDespacho(String coordenadasDespacho) {
- this.coordenadasDespacho = coordenadasDespacho;
+ public void setCodigoRecintoAduaneiroEmbarque(String codigoRecintoAduaneiroEmbarque) {
+ this.codigoRecintoAduaneiroEmbarque = codigoRecintoAduaneiroEmbarque;
}
- public Object getResponsaveluaDespacho() {
- return responsaveluaDespacho;
+ public String getLatitudeDespacho() {
+ return latitudeDespacho;
}
- public void setResponsaveluaDespacho(Object responsaveluaDespacho) {
- this.responsaveluaDespacho = responsaveluaDespacho;
+ public void setLatitudeDespacho(String latitudeDespacho) {
+ this.latitudeDespacho = latitudeDespacho;
}
- public String getUaDespacho() {
- return uaDespacho;
+ public String getLongitudeDespacho() {
+ return longitudeDespacho;
}
- public void setUaDespacho(String uaDespacho) {
- this.uaDespacho = uaDespacho;
+ public void setLongitudeDespacho(String longitudeDespacho) {
+ this.longitudeDespacho = longitudeDespacho;
}
- public String getCodigoRecintoAduaneiroEmbarque() {
- return codigoRecintoAduaneiroEmbarque;
+ public Declarante getDeclarante() {
+ return declarante;
}
- public void setCodigoRecintoAduaneiroEmbarque(String codigoRecintoAduaneiroEmbarque) {
- this.codigoRecintoAduaneiroEmbarque = codigoRecintoAduaneiroEmbarque;
+ public void setDeclarante(Declarante declarante) {
+ this.declarante = declarante;
}
- public String getUaEmbarque() {
- return uaEmbarque;
+ public List getExportadores() {
+ return exportadores;
}
- public void setUaEmbarque(String uaEmbarque) {
- this.uaEmbarque = uaEmbarque;
+ public void setExportadores(List exportadores) {
+ this.exportadores = exportadores;
+ }
+
+ public List getSituacaoCarga() {
+ return situacaoCarga;
+ }
+
+ public void setSituacaoCarga(List situacaoCarga) {
+ this.situacaoCarga = situacaoCarga;
}
@Override
@@ -194,49 +205,53 @@ public String toString() {
sb.append('=');
sb.append(((this.dataSituacaoDUE == null)?"":this.dataSituacaoDUE));
sb.append(',');
- sb.append("situacaoCarga");
+ sb.append("indicadorBloqueio");
sb.append('=');
- sb.append(((this.situacaoCarga == null)?"":this.situacaoCarga));
+ sb.append(((this.indicadorBloqueio == null)?"":this.indicadorBloqueio));
sb.append(',');
sb.append("controleAdministrativo");
sb.append('=');
sb.append(((this.controleAdministrativo == null)?"":this.controleAdministrativo));
sb.append(',');
- sb.append("indicadorBloqueio");
+ sb.append("uaEmbarque");
sb.append('=');
- sb.append(((this.indicadorBloqueio == null)?"":this.indicadorBloqueio));
+ sb.append(((this.uaEmbarque == null)?"":this.uaEmbarque));
sb.append(',');
- sb.append("declarante");
+ sb.append("uaDespacho");
sb.append('=');
- sb.append(((this.declarante == null)?"":this.declarante));
+ sb.append(((this.uaDespacho == null)?"":this.uaDespacho));
sb.append(',');
- sb.append("exportadores");
+ sb.append("responsavelUADespacho");
sb.append('=');
- sb.append(((this.exportadores == null)?"":this.exportadores));
+ sb.append(((this.responsavelUADespacho == null)?"":this.responsavelUADespacho));
sb.append(',');
sb.append("codigoRecintoAduaneiroDespacho");
sb.append('=');
sb.append(((this.codigoRecintoAduaneiroDespacho == null)?"":this.codigoRecintoAduaneiroDespacho));
sb.append(',');
- sb.append("coordenadasDespacho");
+ sb.append("codigoRecintoAduaneiroEmbarque");
sb.append('=');
- sb.append(((this.coordenadasDespacho == null)?"":this.coordenadasDespacho));
+ sb.append(((this.codigoRecintoAduaneiroEmbarque == null)?"":this.codigoRecintoAduaneiroEmbarque));
sb.append(',');
- sb.append("responsaveluaDespacho");
+ sb.append("latitudeDespacho");
sb.append('=');
- sb.append(((this.responsaveluaDespacho == null)?"":this.responsaveluaDespacho));
+ sb.append(((this.latitudeDespacho == null)?"":this.latitudeDespacho));
sb.append(',');
- sb.append("uaDespacho");
+ sb.append("longitudeDespacho");
sb.append('=');
- sb.append(((this.uaDespacho == null)?"":this.uaDespacho));
+ sb.append(((this.longitudeDespacho == null)?"":this.longitudeDespacho));
sb.append(',');
- sb.append("codigoRecintoAduaneiroEmbarque");
+ sb.append("declarante");
sb.append('=');
- sb.append(((this.codigoRecintoAduaneiroEmbarque == null)?"":this.codigoRecintoAduaneiroEmbarque));
+ sb.append(((this.declarante == null)?"":this.declarante));
sb.append(',');
- sb.append("uaEmbarque");
+ sb.append("exportadores");
sb.append('=');
- sb.append(((this.uaEmbarque == null)?"":this.uaEmbarque));
+ sb.append(((this.exportadores == null)?"":this.exportadores));
+ sb.append(',');
+ sb.append("situacaoCarga");
+ sb.append('=');
+ sb.append(((this.situacaoCarga == null)?"":this.situacaoCarga));
sb.append(',');
if (sb.charAt((sb.length()- 1)) == ',') {
sb.setCharAt((sb.length()- 1), ']');
@@ -249,13 +264,14 @@ public String toString() {
@Override
public int hashCode() {
int result = 1;
- result = ((result* 31)+((this.responsaveluaDespacho == null)? 0 :this.responsaveluaDespacho.hashCode()));
result = ((result* 31)+((this.exportadores == null)? 0 :this.exportadores.hashCode()));
+ result = ((result* 31)+((this.responsavelUADespacho == null)? 0 :this.responsavelUADespacho.hashCode()));
result = ((result* 31)+((this.declarante == null)? 0 :this.declarante.hashCode()));
result = ((result* 31)+((this.numeroRUC == null)? 0 :this.numeroRUC.hashCode()));
result = ((result* 31)+((this.uaDespacho == null)? 0 :this.uaDespacho.hashCode()));
result = ((result* 31)+((this.codigoRecintoAduaneiroEmbarque == null)? 0 :this.codigoRecintoAduaneiroEmbarque.hashCode()));
- result = ((result* 31)+((this.coordenadasDespacho == null)? 0 :this.coordenadasDespacho.hashCode()));
+ result = ((result* 31)+((this.latitudeDespacho == null)? 0 :this.latitudeDespacho.hashCode()));
+ result = ((result* 31)+((this.longitudeDespacho == null)? 0 :this.longitudeDespacho.hashCode()));
result = ((result* 31)+((this.indicadorBloqueio == null)? 0 :this.indicadorBloqueio.hashCode()));
result = ((result* 31)+((this.numeroDUE == null)? 0 :this.numeroDUE.hashCode()));
result = ((result* 31)+((this.situacaoDUE == null)? 0 :this.situacaoDUE.hashCode()));
@@ -276,7 +292,7 @@ public boolean equals(Object other) {
return false;
}
ConsultarDadosResumidos rhs = ((ConsultarDadosResumidos) other);
- return ((((((((((((((((this.responsaveluaDespacho == rhs.responsaveluaDespacho)||((this.responsaveluaDespacho!= null)&&this.responsaveluaDespacho.equals(rhs.responsaveluaDespacho)))&&((this.exportadores == rhs.exportadores)||((this.exportadores!= null)&&this.exportadores.equals(rhs.exportadores))))&&((this.declarante == rhs.declarante)||((this.declarante!= null)&&this.declarante.equals(rhs.declarante))))&&((this.numeroRUC == rhs.numeroRUC)||((this.numeroRUC!= null)&&this.numeroRUC.equals(rhs.numeroRUC))))&&((this.uaDespacho == rhs.uaDespacho)||((this.uaDespacho!= null)&&this.uaDespacho.equals(rhs.uaDespacho))))&&((this.codigoRecintoAduaneiroEmbarque == rhs.codigoRecintoAduaneiroEmbarque)||((this.codigoRecintoAduaneiroEmbarque!= null)&&this.codigoRecintoAduaneiroEmbarque.equals(rhs.codigoRecintoAduaneiroEmbarque))))&&((this.coordenadasDespacho == rhs.coordenadasDespacho)||((this.coordenadasDespacho!= null)&&this.coordenadasDespacho.equals(rhs.coordenadasDespacho))))&&((this.indicadorBloqueio == rhs.indicadorBloqueio)||((this.indicadorBloqueio!= null)&&this.indicadorBloqueio.equals(rhs.indicadorBloqueio))))&&((this.numeroDUE == rhs.numeroDUE)||((this.numeroDUE!= null)&&this.numeroDUE.equals(rhs.numeroDUE))))&&((this.situacaoDUE == rhs.situacaoDUE)||((this.situacaoDUE!= null)&&this.situacaoDUE.equals(rhs.situacaoDUE))))&&((this.dataSituacaoDUE == rhs.dataSituacaoDUE)||((this.dataSituacaoDUE!= null)&&this.dataSituacaoDUE.equals(rhs.dataSituacaoDUE))))&&((this.situacaoCarga == rhs.situacaoCarga)||((this.situacaoCarga!= null)&&this.situacaoCarga.equals(rhs.situacaoCarga))))&&((this.uaEmbarque == rhs.uaEmbarque)||((this.uaEmbarque!= null)&&this.uaEmbarque.equals(rhs.uaEmbarque))))&&((this.controleAdministrativo == rhs.controleAdministrativo)||((this.controleAdministrativo!= null)&&this.controleAdministrativo.equals(rhs.controleAdministrativo))))&&((this.codigoRecintoAduaneiroDespacho == rhs.codigoRecintoAduaneiroDespacho)||((this.codigoRecintoAduaneiroDespacho!= null)&&this.codigoRecintoAduaneiroDespacho.equals(rhs.codigoRecintoAduaneiroDespacho))));
+ return (((((((((((((((((this.exportadores == rhs.exportadores)||((this.exportadores!= null)&&this.exportadores.equals(rhs.exportadores)))&&((this.responsavelUADespacho == rhs.responsavelUADespacho)||((this.responsavelUADespacho!= null)&&this.responsavelUADespacho.equals(rhs.responsavelUADespacho))))&&((this.declarante == rhs.declarante)||((this.declarante!= null)&&this.declarante.equals(rhs.declarante))))&&((this.numeroRUC == rhs.numeroRUC)||((this.numeroRUC!= null)&&this.numeroRUC.equals(rhs.numeroRUC))))&&((this.uaDespacho == rhs.uaDespacho)||((this.uaDespacho!= null)&&this.uaDespacho.equals(rhs.uaDespacho))))&&((this.codigoRecintoAduaneiroEmbarque == rhs.codigoRecintoAduaneiroEmbarque)||((this.codigoRecintoAduaneiroEmbarque!= null)&&this.codigoRecintoAduaneiroEmbarque.equals(rhs.codigoRecintoAduaneiroEmbarque))))&&((this.latitudeDespacho == rhs.latitudeDespacho)||((this.latitudeDespacho!= null)&&this.latitudeDespacho.equals(rhs.latitudeDespacho))))&&((this.longitudeDespacho == rhs.longitudeDespacho)||((this.longitudeDespacho!= null)&&this.longitudeDespacho.equals(rhs.longitudeDespacho))))&&((this.indicadorBloqueio == rhs.indicadorBloqueio)||((this.indicadorBloqueio!= null)&&this.indicadorBloqueio.equals(rhs.indicadorBloqueio))))&&((this.numeroDUE == rhs.numeroDUE)||((this.numeroDUE!= null)&&this.numeroDUE.equals(rhs.numeroDUE))))&&((this.situacaoDUE == rhs.situacaoDUE)||((this.situacaoDUE!= null)&&this.situacaoDUE.equals(rhs.situacaoDUE))))&&((this.dataSituacaoDUE == rhs.dataSituacaoDUE)||((this.dataSituacaoDUE!= null)&&this.dataSituacaoDUE.equals(rhs.dataSituacaoDUE))))&&((this.situacaoCarga == rhs.situacaoCarga)||((this.situacaoCarga!= null)&&this.situacaoCarga.equals(rhs.situacaoCarga))))&&((this.uaEmbarque == rhs.uaEmbarque)||((this.uaEmbarque!= null)&&this.uaEmbarque.equals(rhs.uaEmbarque))))&&((this.controleAdministrativo == rhs.controleAdministrativo)||((this.controleAdministrativo!= null)&&this.controleAdministrativo.equals(rhs.controleAdministrativo))))&&((this.codigoRecintoAduaneiroDespacho == rhs.codigoRecintoAduaneiroDespacho)||((this.codigoRecintoAduaneiroDespacho!= null)&&this.codigoRecintoAduaneiroDespacho.equals(rhs.codigoRecintoAduaneiroDespacho))));
}
}
diff --git a/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodelo/ListaCamposNcm.java b/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodelo/ListaCamposNcm.java
index fd6198f..99dcfd9 100644
--- a/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodelo/ListaCamposNcm.java
+++ b/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodelo/ListaCamposNcm.java
@@ -19,7 +19,7 @@ public class ListaCamposNcm {
private ListaCamposNcm.Tipo tipo;
@SerializedName("validacao")
@Expose
- private Validacao_ validacao;
+ private Validacao__1 validacao;
public String getCodigo() {
return codigo;
@@ -45,11 +45,11 @@ public void setTipo(ListaCamposNcm.Tipo tipo) {
this.tipo = tipo;
}
- public Validacao_ getValidacao() {
+ public Validacao__1 getValidacao() {
return validacao;
}
- public void setValidacao(Validacao_ validacao) {
+ public void setValidacao(Validacao__1 validacao) {
this.validacao = validacao;
}
diff --git a/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodelo/Validacao_.java b/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodelo/Validacao__1.java
similarity index 93%
rename from src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodelo/Validacao_.java
rename to src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodelo/Validacao__1.java
index 09fb866..03a864b 100644
--- a/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodelo/Validacao_.java
+++ b/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodelo/Validacao__1.java
@@ -4,7 +4,7 @@
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
-public class Validacao_ {
+public class Validacao__1 {
@SerializedName("obrigatorio")
@Expose
@@ -65,7 +65,7 @@ public void setQtdCasasDecimais(Integer qtdCasasDecimais) {
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
- sb.append(Validacao_.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
+ sb.append(Validacao__1 .class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
sb.append("obrigatorio");
sb.append('=');
sb.append(((this.obrigatorio == null)?"":this.obrigatorio));
@@ -110,10 +110,10 @@ public boolean equals(Object other) {
if (other == this) {
return true;
}
- if ((other instanceof Validacao_) == false) {
+ if ((other instanceof Validacao__1) == false) {
return false;
}
- Validacao_ rhs = ((Validacao_) other);
+ Validacao__1 rhs = ((Validacao__1) other);
return ((((((this.permiteMultiplosValores == rhs.permiteMultiplosValores)||((this.permiteMultiplosValores!= null)&&this.permiteMultiplosValores.equals(rhs.permiteMultiplosValores)))&&((this.qtdCasasDecimais == rhs.qtdCasasDecimais)||((this.qtdCasasDecimais!= null)&&this.qtdCasasDecimais.equals(rhs.qtdCasasDecimais))))&&((this.obrigatorio == rhs.obrigatorio)||((this.obrigatorio!= null)&&this.obrigatorio.equals(rhs.obrigatorio))))&&((this.mascara == rhs.mascara)||((this.mascara!= null)&&this.mascara.equals(rhs.mascara))))&&((this.tamanhoMaximo == rhs.tamanhoMaximo)||((this.tamanhoMaximo!= null)&&this.tamanhoMaximo.equals(rhs.tamanhoMaximo))));
}
diff --git a/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodeloncm/ListaAtributosNcm.java b/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodeloncm/ListaAtributosNcm.java
index d5280b0..b1f6b01 100644
--- a/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodeloncm/ListaAtributosNcm.java
+++ b/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodeloncm/ListaAtributosNcm.java
@@ -19,7 +19,7 @@ public class ListaAtributosNcm {
private ListaAtributosNcm.Tipo tipo;
@SerializedName("validacao")
@Expose
- private Validacao_ validacao;
+ private Validacao__1 validacao;
public String getCodigo() {
return codigo;
@@ -45,11 +45,11 @@ public void setTipo(ListaAtributosNcm.Tipo tipo) {
this.tipo = tipo;
}
- public Validacao_ getValidacao() {
+ public Validacao__1 getValidacao() {
return validacao;
}
- public void setValidacao(Validacao_ validacao) {
+ public void setValidacao(Validacao__1 validacao) {
this.validacao = validacao;
}
diff --git a/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodeloncm/Validacao_.java b/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodeloncm/Validacao__1.java
similarity index 93%
rename from src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodeloncm/Validacao_.java
rename to src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodeloncm/Validacao__1.java
index 65475b6..d2f0716 100644
--- a/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodeloncm/Validacao_.java
+++ b/src/main/java/br/gov/siscomex/portalunico/lpco/detalharmodeloncm/Validacao__1.java
@@ -4,7 +4,7 @@
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
-public class Validacao_ {
+public class Validacao__1 {
@SerializedName("obrigatorio")
@Expose
@@ -65,7 +65,7 @@ public void setQtdCasasDecimais(Integer qtdCasasDecimais) {
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
- sb.append(Validacao_.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
+ sb.append(Validacao__1 .class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
sb.append("obrigatorio");
sb.append('=');
sb.append(((this.obrigatorio == null)?"":this.obrigatorio));
@@ -110,10 +110,10 @@ public boolean equals(Object other) {
if (other == this) {
return true;
}
- if ((other instanceof Validacao_) == false) {
+ if ((other instanceof Validacao__1) == false) {
return false;
}
- Validacao_ rhs = ((Validacao_) other);
+ Validacao__1 rhs = ((Validacao__1) other);
return ((((((this.permiteMultiplosValores == rhs.permiteMultiplosValores)||((this.permiteMultiplosValores!= null)&&this.permiteMultiplosValores.equals(rhs.permiteMultiplosValores)))&&((this.qtdCasasDecimais == rhs.qtdCasasDecimais)||((this.qtdCasasDecimais!= null)&&this.qtdCasasDecimais.equals(rhs.qtdCasasDecimais))))&&((this.obrigatorio == rhs.obrigatorio)||((this.obrigatorio!= null)&&this.obrigatorio.equals(rhs.obrigatorio))))&&((this.mascara == rhs.mascara)||((this.mascara!= null)&&this.mascara.equals(rhs.mascara))))&&((this.tamanhoMaximo == rhs.tamanhoMaximo)||((this.tamanhoMaximo!= null)&&this.tamanhoMaximo.equals(rhs.tamanhoMaximo))));
}
diff --git a/src/main/java/br/gov/siscomex/portalunico/lpco/incluirpedido/IncluirPedido.java b/src/main/java/br/gov/siscomex/portalunico/lpco/incluirpedido/IncluirPedido.java
new file mode 100644
index 0000000..9e09e9b
--- /dev/null
+++ b/src/main/java/br/gov/siscomex/portalunico/lpco/incluirpedido/IncluirPedido.java
@@ -0,0 +1,154 @@
+
+package br.gov.siscomex.portalunico.lpco.incluirpedido;
+
+import java.util.ArrayList;
+import java.util.List;
+import com.google.gson.annotations.Expose;
+import com.google.gson.annotations.SerializedName;
+
+public class IncluirPedido {
+
+ @SerializedName("codigoModelo")
+ @Expose
+ private String codigoModelo;
+ @SerializedName("importadorExportador")
+ @Expose
+ private String importadorExportador;
+ @SerializedName("declarante")
+ @Expose
+ private String declarante;
+ @SerializedName("informacaoAdicional")
+ @Expose
+ private String informacaoAdicional;
+ @SerializedName("listaNcm")
+ @Expose
+ private List listaNcm = new ArrayList();
+ @SerializedName("listaCamposFormulario")
+ @Expose
+ private List listaCamposFormulario = new ArrayList();
+ @SerializedName("unidadeMedidaComercializada")
+ @Expose
+ private String unidadeMedidaComercializada;
+
+ public String getCodigoModelo() {
+ return codigoModelo;
+ }
+
+ public void setCodigoModelo(String codigoModelo) {
+ this.codigoModelo = codigoModelo;
+ }
+
+ public String getImportadorExportador() {
+ return importadorExportador;
+ }
+
+ public void setImportadorExportador(String importadorExportador) {
+ this.importadorExportador = importadorExportador;
+ }
+
+ public String getDeclarante() {
+ return declarante;
+ }
+
+ public void setDeclarante(String declarante) {
+ this.declarante = declarante;
+ }
+
+ public String getInformacaoAdicional() {
+ return informacaoAdicional;
+ }
+
+ public void setInformacaoAdicional(String informacaoAdicional) {
+ this.informacaoAdicional = informacaoAdicional;
+ }
+
+ public List getListaNcm() {
+ return listaNcm;
+ }
+
+ public void setListaNcm(List listaNcm) {
+ this.listaNcm = listaNcm;
+ }
+
+ public List getListaCamposFormulario() {
+ return listaCamposFormulario;
+ }
+
+ public void setListaCamposFormulario(List listaCamposFormulario) {
+ this.listaCamposFormulario = listaCamposFormulario;
+ }
+
+ public String getUnidadeMedidaComercializada() {
+ return unidadeMedidaComercializada;
+ }
+
+ public void setUnidadeMedidaComercializada(String unidadeMedidaComercializada) {
+ this.unidadeMedidaComercializada = unidadeMedidaComercializada;
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append(IncluirPedido.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
+ sb.append("codigoModelo");
+ sb.append('=');
+ sb.append(((this.codigoModelo == null)?"":this.codigoModelo));
+ sb.append(',');
+ sb.append("importadorExportador");
+ sb.append('=');
+ sb.append(((this.importadorExportador == null)?"":this.importadorExportador));
+ sb.append(',');
+ sb.append("declarante");
+ sb.append('=');
+ sb.append(((this.declarante == null)?"":this.declarante));
+ sb.append(',');
+ sb.append("informacaoAdicional");
+ sb.append('=');
+ sb.append(((this.informacaoAdicional == null)?"