2015-11-07 03:13:57 +00:00
|
|
|
//
|
2017-06-08 21:53:29 +01:00
|
|
|
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802
|
|
|
|
|
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
|
|
|
|
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen.
|
2018-03-18 21:30:49 +00:00
|
|
|
// Generado el: 2018.03.18 a las 09:28:50 PM WET
|
2015-11-07 03:13:57 +00:00
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package generated;
|
|
|
|
|
|
|
|
|
|
import javax.xml.bind.annotation.XmlAccessType;
|
|
|
|
|
import javax.xml.bind.annotation.XmlAccessorType;
|
|
|
|
|
import javax.xml.bind.annotation.XmlElement;
|
|
|
|
|
import javax.xml.bind.annotation.XmlType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2015-11-09 03:45:04 +00:00
|
|
|
* User manual or user guide accompanying this set. Can be more than one.
|
|
|
|
|
*
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
2017-06-08 21:53:29 +01:00
|
|
|
* <p>Clase Java para UserManualType complex type.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
2017-06-08 21:53:29 +01:00
|
|
|
* <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType name="UserManualType">
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Language" type="{}LanguagesType" minOccurs="0"/>
|
|
|
|
|
* <element name="Pages" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
|
|
|
|
* <element name="PageSize" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="Scan" type="{}ScanType" minOccurs="0"/>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
@XmlAccessorType(XmlAccessType.FIELD)
|
|
|
|
|
@XmlType(name = "UserManualType", propOrder = {
|
|
|
|
|
"language",
|
|
|
|
|
"pages",
|
|
|
|
|
"pageSize",
|
|
|
|
|
"scan"
|
|
|
|
|
})
|
|
|
|
|
public class UserManualType {
|
|
|
|
|
|
|
|
|
|
@XmlElement(name = "Language")
|
|
|
|
|
protected LanguagesType language;
|
|
|
|
|
@XmlElement(name = "Pages")
|
|
|
|
|
protected int pages;
|
|
|
|
|
@XmlElement(name = "PageSize")
|
|
|
|
|
protected String pageSize;
|
|
|
|
|
@XmlElement(name = "Scan")
|
|
|
|
|
protected ScanType scan;
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad language.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link LanguagesType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public LanguagesType getLanguage() {
|
|
|
|
|
return language;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad language.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link LanguagesType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setLanguage(LanguagesType value) {
|
|
|
|
|
this.language = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad pages.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public int getPages() {
|
|
|
|
|
return pages;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad pages.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setPages(int value) {
|
|
|
|
|
this.pages = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad pageSize.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getPageSize() {
|
|
|
|
|
return pageSize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad pageSize.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setPageSize(String value) {
|
|
|
|
|
this.pageSize = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Obtiene el valor de la propiedad scan.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link ScanType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public ScanType getScan() {
|
|
|
|
|
return scan;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-08 21:53:29 +01:00
|
|
|
* Define el valor de la propiedad scan.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link ScanType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setScan(ScanType value) {
|
|
|
|
|
this.scan = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|