Added more PCMCIA fields

This commit is contained in:
2016-10-15 22:40:27 +01:00
parent 3df79256d4
commit 97781ddc50
78 changed files with 1557 additions and 1138 deletions

View File

@@ -1,8 +1,8 @@
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.10.12 at 12:03:44 AM WEST
// 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.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST
//
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ExtentType complex type.
* <p>Clase Java para ExtentType complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
*
* <pre>
* &lt;complexType name="ExtentType">
@@ -47,7 +47,7 @@ public class ExtentType {
protected int end;
/**
* Gets the value of the start property.
* Obtiene el valor de la propiedad start.
*
*/
public int getStart() {
@@ -55,7 +55,7 @@ public class ExtentType {
}
/**
* Sets the value of the start property.
* Define el valor de la propiedad start.
*
*/
public void setStart(int value) {
@@ -63,7 +63,7 @@ public class ExtentType {
}
/**
* Gets the value of the end property.
* Obtiene el valor de la propiedad end.
*
*/
public int getEnd() {
@@ -71,7 +71,7 @@ public class ExtentType {
}
/**
* Sets the value of the end property.
* Define el valor de la propiedad end.
*
*/
public void setEnd(int value) {