Added more PCMCIA fields
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* Information about dumped structure
|
||||
*
|
||||
*
|
||||
* <p>Java class for DumpType complex type.
|
||||
* <p>Clase Java para DumpType 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>
|
||||
* <complexType name="DumpType">
|
||||
@@ -54,7 +54,7 @@ public class DumpType {
|
||||
protected ChecksumsType checksums;
|
||||
|
||||
/**
|
||||
* Gets the value of the image property.
|
||||
* Obtiene el valor de la propiedad image.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -66,7 +66,7 @@ public class DumpType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the image property.
|
||||
* Define el valor de la propiedad image.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -78,7 +78,7 @@ public class DumpType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the size property.
|
||||
* Obtiene el valor de la propiedad size.
|
||||
*
|
||||
*/
|
||||
public int getSize() {
|
||||
@@ -86,7 +86,7 @@ public class DumpType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the size property.
|
||||
* Define el valor de la propiedad size.
|
||||
*
|
||||
*/
|
||||
public void setSize(int value) {
|
||||
@@ -94,7 +94,7 @@ public class DumpType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the checksums property.
|
||||
* Obtiene el valor de la propiedad checksums.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -106,7 +106,7 @@ public class DumpType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the checksums property.
|
||||
* Define el valor de la propiedad checksums.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
|
||||
Reference in New Issue
Block a user