Added field for tape file block size.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
//
|
||||
// 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
|
||||
// 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: 2017.06.04 at 04:57:33 AM WEST
|
||||
//
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Clase Java para DumpHardwareType complex type.
|
||||
* <p>Java class for DumpHardwareType complex type.
|
||||
*
|
||||
* <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="DumpHardwareType">
|
||||
@@ -67,7 +67,7 @@ public class DumpHardwareType {
|
||||
protected SoftwareType software;
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad manufacturer.
|
||||
* Gets the value of the manufacturer property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -79,7 +79,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Define el valor de la propiedad manufacturer.
|
||||
* Sets the value of the manufacturer property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -91,7 +91,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad model.
|
||||
* Gets the value of the model property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -103,7 +103,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Define el valor de la propiedad model.
|
||||
* Sets the value of the model property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -115,7 +115,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad revision.
|
||||
* Gets the value of the revision property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -127,7 +127,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Define el valor de la propiedad revision.
|
||||
* Sets the value of the revision property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -139,7 +139,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad firmware.
|
||||
* Gets the value of the firmware property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -151,7 +151,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Define el valor de la propiedad firmware.
|
||||
* Sets the value of the firmware property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -163,7 +163,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad serial.
|
||||
* Gets the value of the serial property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -175,7 +175,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Define el valor de la propiedad serial.
|
||||
* Sets the value of the serial property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -187,7 +187,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad extents.
|
||||
* Gets the value of the extents property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -199,7 +199,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Define el valor de la propiedad extents.
|
||||
* Sets the value of the extents property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -211,7 +211,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad software.
|
||||
* Gets the value of the software property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -223,7 +223,7 @@ public class DumpHardwareType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Define el valor de la propiedad software.
|
||||
* Sets the value of the software property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
|
||||
Reference in New Issue
Block a user