-
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
17691e7
commit c603974
Showing
95 changed files
with
12,399 additions
and
123 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
78 changes: 78 additions & 0 deletions
78
...n/java/es/caib/scsp/esquemas/SVDPIDESTADOAUTWS01/consulta/datosespecificos/Articulos.java
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,78 @@ | ||
// | ||
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.3.2 | ||
// Visite <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> | ||
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. | ||
// Generado el: 2023.11.15 a las 12:17:54 PM CET | ||
// | ||
|
||
|
||
package es.caib.scsp.esquemas.SVDPIDESTADOAUTWS01.consulta.datosespecificos; | ||
|
||
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; | ||
|
||
|
||
/** | ||
* <p>Clase Java para anonymous complex type. | ||
* | ||
* <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. | ||
* | ||
* <pre> | ||
* <complexType> | ||
* <complexContent> | ||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | ||
* <sequence maxOccurs="unbounded"> | ||
* <element ref="{http://intermediacion.redsara.es/scsp/esquemas/datosespecificos}Articulo"/> | ||
* </sequence> | ||
* </restriction> | ||
* </complexContent> | ||
* </complexType> | ||
* </pre> | ||
* | ||
* | ||
*/ | ||
@XmlAccessorType(XmlAccessType.FIELD) | ||
@XmlType(name = "", propOrder = { | ||
"articulo" | ||
}) | ||
@XmlRootElement(name = "Articulos") | ||
public class Articulos { | ||
|
||
@XmlElement(name = "Articulo", required = true) | ||
protected List<String> articulo; | ||
|
||
/** | ||
* Gets the value of the articulo property. | ||
* | ||
* <p> | ||
* This accessor method returns a reference to the live list, | ||
* not a snapshot. Therefore any modification you make to the | ||
* returned list will be present inside the JAXB object. | ||
* This is why there is not a <CODE>set</CODE> method for the articulo property. | ||
* | ||
* <p> | ||
* For example, to add a new item, do as follows: | ||
* <pre> | ||
* getArticulo().add(newItem); | ||
* </pre> | ||
* | ||
* | ||
* <p> | ||
* Objects of the following type(s) are allowed in the list | ||
* {@link String } | ||
* | ||
* | ||
*/ | ||
public List<String> getArticulo() { | ||
if (articulo == null) { | ||
articulo = new ArrayList<String>(); | ||
} | ||
return this.articulo; | ||
} | ||
|
||
} |
98 changes: 98 additions & 0 deletions
98
...a/es/caib/scsp/esquemas/SVDPIDESTADOAUTWS01/consulta/datosespecificos/Consentimiento.java
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,98 @@ | ||
// | ||
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.3.2 | ||
// Visite <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> | ||
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. | ||
// Generado el: 2023.11.15 a las 12:17:54 PM CET | ||
// | ||
|
||
|
||
package es.caib.scsp.esquemas.SVDPIDESTADOAUTWS01.consulta.datosespecificos; | ||
|
||
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; | ||
|
||
|
||
/** | ||
* <p>Clase Java para anonymous complex type. | ||
* | ||
* <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. | ||
* | ||
* <pre> | ||
* <complexType> | ||
* <complexContent> | ||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | ||
* <all> | ||
* <element ref="{http://intermediacion.redsara.es/scsp/esquemas/datosespecificos}Tipo"/> | ||
* <element ref="{http://intermediacion.redsara.es/scsp/esquemas/datosespecificos}Enlace" minOccurs="0"/> | ||
* </all> | ||
* </restriction> | ||
* </complexContent> | ||
* </complexType> | ||
* </pre> | ||
* | ||
* | ||
*/ | ||
@XmlAccessorType(XmlAccessType.FIELD) | ||
@XmlType(name = "", propOrder = { | ||
|
||
}) | ||
@XmlRootElement(name = "Consentimiento") | ||
public class Consentimiento { | ||
|
||
@XmlElement(name = "Tipo", required = true) | ||
protected String tipo; | ||
@XmlElement(name = "Enlace") | ||
protected String enlace; | ||
|
||
/** | ||
* Obtiene el valor de la propiedad tipo. | ||
* | ||
* @return | ||
* possible object is | ||
* {@link String } | ||
* | ||
*/ | ||
public String getTipo() { | ||
return tipo; | ||
} | ||
|
||
/** | ||
* Define el valor de la propiedad tipo. | ||
* | ||
* @param value | ||
* allowed object is | ||
* {@link String } | ||
* | ||
*/ | ||
public void setTipo(String value) { | ||
this.tipo = value; | ||
} | ||
|
||
/** | ||
* Enlace del consentimiento. | ||
* | ||
* @return | ||
* possible object is | ||
* {@link String } | ||
* | ||
*/ | ||
public String getEnlace() { | ||
return enlace; | ||
} | ||
|
||
/** | ||
* Define el valor de la propiedad enlace. | ||
* | ||
* @param value | ||
* allowed object is | ||
* {@link String } | ||
* | ||
*/ | ||
public void setEnlace(String value) { | ||
this.enlace = value; | ||
} | ||
|
||
} |
Oops, something went wrong.