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
|
||||
//
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* Information about any scan processing done
|
||||
*
|
||||
*
|
||||
* <p>Clase Java para ScanProcessingType complex type.
|
||||
* <p>Java class for ScanProcessingType 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="ScanProcessingType">
|
||||
@@ -54,7 +54,7 @@ public class ScanProcessingType {
|
||||
protected String softwareVersion;
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad author.
|
||||
* Gets the value of the author property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -66,7 +66,7 @@ public class ScanProcessingType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Define el valor de la propiedad author.
|
||||
* Sets the value of the author property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -78,7 +78,7 @@ public class ScanProcessingType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad software.
|
||||
* Gets the value of the software property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -90,7 +90,7 @@ public class ScanProcessingType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Define el valor de la propiedad software.
|
||||
* Sets the value of the software property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -102,7 +102,7 @@ public class ScanProcessingType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad softwareVersion.
|
||||
* Gets the value of the softwareVersion property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -114,7 +114,7 @@ public class ScanProcessingType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Define el valor de la propiedad softwareVersion.
|
||||
* Sets the value of the softwareVersion property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
|
||||
Reference in New Issue
Block a user