-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consultar Estat d'una Solicitud - Api PINBAL #151
- Loading branch information
1 parent
e6c1591
commit 446da4b
Showing
6 changed files
with
1,554 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<jaxb:bindings xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="2.1"> | ||
<jaxb:bindings schemaLocation="peticion.xsd" node="//xs:element[@name='CodigoEstado']"> | ||
<jaxb:class name="CodigoEstadoPET"/> | ||
</jaxb:bindings> | ||
<jaxb:bindings schemaLocation="peticion.xsd" node="//xs:element[@name='LiteralError']"> | ||
<jaxb:class name="LiteralErrorPET"/> | ||
</jaxb:bindings> | ||
|
||
<jaxb:bindings schemaLocation="peticion.xsd" node="//xs:element[@name='ClaseTramite']"> | ||
<jaxb:class name="ClaseTramitePET"/> | ||
</jaxb:bindings> | ||
|
||
<jaxb:bindings schemaLocation="peticion.xsd" node="//xs:element[@name='NombreEmisor']"> | ||
<jaxb:class name="NombreEmisorPET"/> | ||
</jaxb:bindings> | ||
|
||
<jaxb:bindings schemaLocation="peticion.xsd" node="//xs:element[@name='CodigoCertificado']"> | ||
<jaxb:class name="CodigoCertificadoPET"/> | ||
</jaxb:bindings> | ||
|
||
|
||
<jaxb:bindings schemaLocation="peticion.xsd" node="//xs:element[@name='Automatizado']"> | ||
<jaxb:class name="AutomatizadoPET"/> | ||
</jaxb:bindings> | ||
|
||
|
||
<jaxb:bindings schemaLocation="peticion.xsd" node="//xs:element[@name='Nombre']"> | ||
<jaxb:class name="NombrePET"/> | ||
</jaxb:bindings> | ||
|
||
|
||
</jaxb:bindings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<jaxb:bindings xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="2.1"> | ||
<jaxb:bindings schemaLocation="respuesta.xsd" node="//xs:element[@name='CodigoEstado']"> | ||
<jaxb:class name="CodigoEstadoRES"/> | ||
</jaxb:bindings> | ||
<jaxb:bindings schemaLocation="respuesta.xsd" node="//xs:element[@name='LiteralError']"> | ||
<jaxb:class name="LiteralErrorRES"/> | ||
</jaxb:bindings> | ||
|
||
<jaxb:bindings schemaLocation="respuesta.xsd" node="//xs:element[@name='ClaseTramite']"> | ||
<jaxb:class name="ClaseTramiteRES"/> | ||
</jaxb:bindings> | ||
|
||
<jaxb:bindings schemaLocation="respuesta.xsd" node="//xs:element[@name='NombreEmisor']"> | ||
<jaxb:class name="NombreEmisorRES"/> | ||
</jaxb:bindings> | ||
|
||
<jaxb:bindings schemaLocation="respuesta.xsd" node="//xs:element[@name='CodigoCertificado']"> | ||
<jaxb:class name="CodigoCertificadoRES"/> | ||
</jaxb:bindings> | ||
|
||
|
||
<jaxb:bindings schemaLocation="respuesta.xsd" node="//xs:element[@name='Automatizado']"> | ||
<jaxb:class name="AutomatizadoRES"/> | ||
</jaxb:bindings> | ||
|
||
|
||
<jaxb:bindings schemaLocation="respuesta.xsd" node="//xs:element[@name='Nombre']"> | ||
<jaxb:class name="NombreRES"/> | ||
</jaxb:bindings> | ||
|
||
|
||
</jaxb:bindings> |
Oops, something went wrong.