Added field for tape file block size.

This commit is contained in:
2017-06-04 04:58:48 +01:00
parent 97781ddc50
commit 6b977feff5
77 changed files with 1161 additions and 1112 deletions

View File

@@ -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
//
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/**
* Dimensions of media
*
* <p>Clase Java para DimensionsType complex type.
* <p>Java class for DimensionsType 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>
* &lt;complexType name="DimensionsType">
@@ -57,7 +57,7 @@ public class DimensionsType {
protected double thickness;
/**
* Obtiene el valor de la propiedad diameter.
* Gets the value of the diameter property.
*
* @return
* possible object is
@@ -69,7 +69,7 @@ public class DimensionsType {
}
/**
* Define el valor de la propiedad diameter.
* Sets the value of the diameter property.
*
* @param value
* allowed object is
@@ -81,7 +81,7 @@ public class DimensionsType {
}
/**
* Obtiene el valor de la propiedad height.
* Gets the value of the height property.
*
* @return
* possible object is
@@ -93,7 +93,7 @@ public class DimensionsType {
}
/**
* Define el valor de la propiedad height.
* Sets the value of the height property.
*
* @param value
* allowed object is
@@ -105,7 +105,7 @@ public class DimensionsType {
}
/**
* Obtiene el valor de la propiedad width.
* Gets the value of the width property.
*
* @return
* possible object is
@@ -117,7 +117,7 @@ public class DimensionsType {
}
/**
* Define el valor de la propiedad width.
* Sets the value of the width property.
*
* @param value
* allowed object is
@@ -129,7 +129,7 @@ public class DimensionsType {
}
/**
* Obtiene el valor de la propiedad thickness.
* Gets the value of the thickness property.
*
*/
public double getThickness() {
@@ -137,7 +137,7 @@ public class DimensionsType {
}
/**
* Define el valor de la propiedad thickness.
* Sets the value of the thickness property.
*
*/
public void setThickness(double value) {