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

@@ -3143,6 +3143,11 @@
<xs:documentation>File sequence</xs:documentation> <xs:documentation>File sequence</xs:documentation>
</xs:annotation> </xs:annotation>
</xs:element> </xs:element>
<xs:element type="xs:long" name="BlockSize" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Size of blocks in this file</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element type="xs:long" name="StartBlock" minOccurs="1" maxOccurs="1"> <xs:element type="xs:long" name="StartBlock" minOccurs="1" maxOccurs="1">
<xs:annotation> <xs:annotation>
<xs:documentation>File start block</xs:documentation> <xs:documentation>File start block</xs:documentation>

View File

@@ -3656,6 +3656,8 @@ namespace Schemas {
private long sequenceField; private long sequenceField;
private long blockSizeField;
private long startBlockField; private long startBlockField;
private long endBlockField; private long endBlockField;
@@ -3692,6 +3694,16 @@ namespace Schemas {
} }
} }
/// <remarks/>
public long BlockSize {
get {
return this.blockSizeField;
}
set {
this.blockSizeField = value;
}
}
/// <remarks/> /// <remarks/>
public long StartBlock { public long StartBlock {
get { get {

View File

@@ -3659,6 +3659,8 @@ Namespace Schemas
Private sequenceField As Long Private sequenceField As Long
Private blockSizeField As Long
Private startBlockField As Long Private startBlockField As Long
Private endBlockField As Long Private endBlockField As Long
@@ -3695,6 +3697,16 @@ Namespace Schemas
End Set End Set
End Property End Property
'''<remarks/>
Public Property BlockSize() As Long
Get
Return Me.blockSizeField
End Get
Set
Me.blockSizeField = Value
End Set
End Property
'''<remarks/> '''<remarks/>
Public Property StartBlock() As Long Public Property StartBlock() As Long
Get Get

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Contains ATA/ATAPI device information * Contains ATA/ATAPI device information
* *
* <p>Clase Java para ATAType complex type. * <p>Java class for ATAType 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> * <pre>
* &lt;complexType name="ATAType"> * &lt;complexType name="ATAType">
@@ -45,7 +45,7 @@ public class ATAType {
protected DumpType identify; protected DumpType identify;
/** /**
* Obtiene el valor de la propiedad identify. * Gets the value of the identify property.
* *
* @return * @return
* possible object is * possible object is
@@ -57,7 +57,7 @@ public class ATAType {
} }
/** /**
* Define el valor de la propiedad identify. * Sets the value of the identify property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para AdvertisementType complex type. * <p>Java class for AdvertisementType 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> * <pre>
* &lt;complexType name="AdvertisementType"> * &lt;complexType name="AdvertisementType">
@@ -89,7 +89,7 @@ public class AdvertisementType {
protected RecordingType recording; protected RecordingType recording;
/** /**
* Obtiene el valor de la propiedad manufacturer. * Gets the value of the manufacturer property.
* *
* @return * @return
* possible object is * possible object is
@@ -101,7 +101,7 @@ public class AdvertisementType {
} }
/** /**
* Define el valor de la propiedad manufacturer. * Sets the value of the manufacturer property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -113,7 +113,7 @@ public class AdvertisementType {
} }
/** /**
* Obtiene el valor de la propiedad product. * Gets the value of the product property.
* *
* @return * @return
* possible object is * possible object is
@@ -125,7 +125,7 @@ public class AdvertisementType {
} }
/** /**
* Define el valor de la propiedad product. * Sets the value of the product property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -137,7 +137,7 @@ public class AdvertisementType {
} }
/** /**
* Obtiene el valor de la propiedad file. * Gets the value of the file property.
* *
* @return * @return
* possible object is * possible object is
@@ -149,7 +149,7 @@ public class AdvertisementType {
} }
/** /**
* Define el valor de la propiedad file. * Sets the value of the file property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -161,7 +161,7 @@ public class AdvertisementType {
} }
/** /**
* Obtiene el valor de la propiedad fileSize. * Gets the value of the fileSize property.
* *
*/ */
public long getFileSize() { public long getFileSize() {
@@ -169,7 +169,7 @@ public class AdvertisementType {
} }
/** /**
* Define el valor de la propiedad fileSize. * Sets the value of the fileSize property.
* *
*/ */
public void setFileSize(long value) { public void setFileSize(long value) {
@@ -177,7 +177,7 @@ public class AdvertisementType {
} }
/** /**
* Obtiene el valor de la propiedad frames. * Gets the value of the frames property.
* *
* @return * @return
* possible object is * possible object is
@@ -189,7 +189,7 @@ public class AdvertisementType {
} }
/** /**
* Define el valor de la propiedad frames. * Sets the value of the frames property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -201,7 +201,7 @@ public class AdvertisementType {
} }
/** /**
* Obtiene el valor de la propiedad duration. * Gets the value of the duration property.
* *
*/ */
public long getDuration() { public long getDuration() {
@@ -209,7 +209,7 @@ public class AdvertisementType {
} }
/** /**
* Define el valor de la propiedad duration. * Sets the value of the duration property.
* *
*/ */
public void setDuration(long value) { public void setDuration(long value) {
@@ -217,7 +217,7 @@ public class AdvertisementType {
} }
/** /**
* Obtiene el valor de la propiedad meanFrameRate. * Gets the value of the meanFrameRate property.
* *
* @return * @return
* possible object is * possible object is
@@ -229,7 +229,7 @@ public class AdvertisementType {
} }
/** /**
* Define el valor de la propiedad meanFrameRate. * Sets the value of the meanFrameRate property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -241,7 +241,7 @@ public class AdvertisementType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -253,7 +253,7 @@ public class AdvertisementType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -352,7 +352,7 @@ public class AdvertisementType {
} }
/** /**
* Obtiene el valor de la propiedad recording. * Gets the value of the recording property.
* *
* @return * @return
* possible object is * possible object is
@@ -364,7 +364,7 @@ public class AdvertisementType {
} }
/** /**
* Define el valor de la propiedad recording. * Sets the value of the recording property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -20,9 +20,9 @@ import javax.xml.bind.annotation.XmlType;
* CPU architectures this set is intended to be run on * CPU architectures this set is intended to be run on
* *
* *
* <p>Clase Java para ArchitecturesType complex type. * <p>Java class for ArchitecturesType 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> * <pre>
* &lt;complexType name="ArchitecturesType"> * &lt;complexType name="ArchitecturesType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Information about "blocks" in audio based media * Information about "blocks" in audio based media
* *
* <p>Clase Java para AudioBlockType complex type. * <p>Java class for AudioBlockType 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> * <pre>
* &lt;complexType name="AudioBlockType"> * &lt;complexType name="AudioBlockType">
@@ -61,7 +61,7 @@ public class AudioBlockType {
protected String format; protected String format;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -73,7 +73,7 @@ public class AudioBlockType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -85,7 +85,7 @@ public class AudioBlockType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -93,7 +93,7 @@ public class AudioBlockType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -101,7 +101,7 @@ public class AudioBlockType {
} }
/** /**
* Obtiene el valor de la propiedad accoustID. * Gets the value of the accoustID property.
* *
* @return * @return
* possible object is * possible object is
@@ -113,7 +113,7 @@ public class AudioBlockType {
} }
/** /**
* Define el valor de la propiedad accoustID. * Sets the value of the accoustID property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -125,7 +125,7 @@ public class AudioBlockType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -137,7 +137,7 @@ public class AudioBlockType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -149,7 +149,7 @@ public class AudioBlockType {
} }
/** /**
* Obtiene el valor de la propiedad format. * Gets the value of the format property.
* *
* @return * @return
* possible object is * possible object is
@@ -161,7 +161,7 @@ public class AudioBlockType {
} }
/** /**
* Define el valor de la propiedad format. * Sets the value of the format property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Describes a dump of a media that is stored in an audio device (like a ZX Spectrum cassette) * Describes a dump of a media that is stored in an audio device (like a ZX Spectrum cassette)
* *
* <p>Clase Java para AudioMediaType complex type. * <p>Java class for AudioMediaType 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> * <pre>
* &lt;complexType name="AudioMediaType"> * &lt;complexType name="AudioMediaType">
@@ -91,7 +91,7 @@ public class AudioMediaType {
protected DumpHardwareArrayType dumpHardwareArray; protected DumpHardwareArrayType dumpHardwareArray;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -103,7 +103,7 @@ public class AudioMediaType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -115,7 +115,7 @@ public class AudioMediaType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -123,7 +123,7 @@ public class AudioMediaType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -131,7 +131,7 @@ public class AudioMediaType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -143,7 +143,7 @@ public class AudioMediaType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -155,7 +155,7 @@ public class AudioMediaType {
} }
/** /**
* Obtiene el valor de la propiedad sequence. * Gets the value of the sequence property.
* *
* @return * @return
* possible object is * possible object is
@@ -167,7 +167,7 @@ public class AudioMediaType {
} }
/** /**
* Define el valor de la propiedad sequence. * Sets the value of the sequence property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -179,7 +179,7 @@ public class AudioMediaType {
} }
/** /**
* Obtiene el valor de la propiedad manufacturer. * Gets the value of the manufacturer property.
* *
* @return * @return
* possible object is * possible object is
@@ -191,7 +191,7 @@ public class AudioMediaType {
} }
/** /**
* Define el valor de la propiedad manufacturer. * Sets the value of the manufacturer property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -203,7 +203,7 @@ public class AudioMediaType {
} }
/** /**
* Obtiene el valor de la propiedad model. * Gets the value of the model property.
* *
* @return * @return
* possible object is * possible object is
@@ -215,7 +215,7 @@ public class AudioMediaType {
} }
/** /**
* Define el valor de la propiedad model. * Sets the value of the model property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -227,7 +227,7 @@ public class AudioMediaType {
} }
/** /**
* Obtiene el valor de la propiedad accoustID. * Gets the value of the accoustID property.
* *
* @return * @return
* possible object is * possible object is
@@ -239,7 +239,7 @@ public class AudioMediaType {
} }
/** /**
* Define el valor de la propiedad accoustID. * Sets the value of the accoustID property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -280,7 +280,7 @@ public class AudioMediaType {
} }
/** /**
* Obtiene el valor de la propiedad copyProtection. * Gets the value of the copyProtection property.
* *
* @return * @return
* possible object is * possible object is
@@ -292,7 +292,7 @@ public class AudioMediaType {
} }
/** /**
* Define el valor de la propiedad copyProtection. * Sets the value of the copyProtection property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -304,7 +304,7 @@ public class AudioMediaType {
} }
/** /**
* Obtiene el valor de la propiedad dimensions. * Gets the value of the dimensions property.
* *
* @return * @return
* possible object is * possible object is
@@ -316,7 +316,7 @@ public class AudioMediaType {
} }
/** /**
* Define el valor de la propiedad dimensions. * Sets the value of the dimensions property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -328,7 +328,7 @@ public class AudioMediaType {
} }
/** /**
* Obtiene el valor de la propiedad scans. * Gets the value of the scans property.
* *
* @return * @return
* possible object is * possible object is
@@ -340,7 +340,7 @@ public class AudioMediaType {
} }
/** /**
* Define el valor de la propiedad scans. * Sets the value of the scans property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -352,7 +352,7 @@ public class AudioMediaType {
} }
/** /**
* Obtiene el valor de la propiedad dumpHardwareArray. * Gets the value of the dumpHardwareArray property.
* *
* @return * @return
* possible object is * possible object is
@@ -364,7 +364,7 @@ public class AudioMediaType {
} }
/** /**
* Define el valor de la propiedad dumpHardwareArray. * Sets the value of the dumpHardwareArray property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para AudioTracksType complex type. * <p>Java class for AudioTracksType 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> * <pre>
* &lt;complexType name="AudioTracksType"> * &lt;complexType name="AudioTracksType">
@@ -68,7 +68,7 @@ public class AudioTracksType {
protected long meanBitrate; protected long meanBitrate;
/** /**
* Obtiene el valor de la propiedad languages. * Gets the value of the languages property.
* *
* @return * @return
* possible object is * possible object is
@@ -80,7 +80,7 @@ public class AudioTracksType {
} }
/** /**
* Define el valor de la propiedad languages. * Sets the value of the languages property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -92,7 +92,7 @@ public class AudioTracksType {
} }
/** /**
* Obtiene el valor de la propiedad trackNumber. * Gets the value of the trackNumber property.
* *
*/ */
public int getTrackNumber() { public int getTrackNumber() {
@@ -100,7 +100,7 @@ public class AudioTracksType {
} }
/** /**
* Define el valor de la propiedad trackNumber. * Sets the value of the trackNumber property.
* *
*/ */
public void setTrackNumber(int value) { public void setTrackNumber(int value) {
@@ -108,7 +108,7 @@ public class AudioTracksType {
} }
/** /**
* Obtiene el valor de la propiedad accoustID. * Gets the value of the accoustID property.
* *
* @return * @return
* possible object is * possible object is
@@ -120,7 +120,7 @@ public class AudioTracksType {
} }
/** /**
* Define el valor de la propiedad accoustID. * Sets the value of the accoustID property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -132,7 +132,7 @@ public class AudioTracksType {
} }
/** /**
* Obtiene el valor de la propiedad codec. * Gets the value of the codec property.
* *
* @return * @return
* possible object is * possible object is
@@ -144,7 +144,7 @@ public class AudioTracksType {
} }
/** /**
* Define el valor de la propiedad codec. * Sets the value of the codec property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -156,7 +156,7 @@ public class AudioTracksType {
} }
/** /**
* Obtiene el valor de la propiedad channels. * Gets the value of the channels property.
* *
*/ */
public int getChannels() { public int getChannels() {
@@ -164,7 +164,7 @@ public class AudioTracksType {
} }
/** /**
* Define el valor de la propiedad channels. * Sets the value of the channels property.
* *
*/ */
public void setChannels(int value) { public void setChannels(int value) {
@@ -172,7 +172,7 @@ public class AudioTracksType {
} }
/** /**
* Obtiene el valor de la propiedad sampleRate. * Gets the value of the sampleRate property.
* *
*/ */
public int getSampleRate() { public int getSampleRate() {
@@ -180,7 +180,7 @@ public class AudioTracksType {
} }
/** /**
* Define el valor de la propiedad sampleRate. * Sets the value of the sampleRate property.
* *
*/ */
public void setSampleRate(int value) { public void setSampleRate(int value) {
@@ -188,7 +188,7 @@ public class AudioTracksType {
} }
/** /**
* Obtiene el valor de la propiedad meanBitrate. * Gets the value of the meanBitrate property.
* *
*/ */
public long getMeanBitrate() { public long getMeanBitrate() {
@@ -196,7 +196,7 @@ public class AudioTracksType {
} }
/** /**
* Define el valor de la propiedad meanBitrate. * Sets the value of the meanBitrate property.
* *
*/ */
public void setMeanBitrate(long value) { public void setMeanBitrate(long value) {

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlValue;
/** /**
* <p>Clase Java para BarcodeType complex type. * <p>Java class for BarcodeType 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> * <pre>
* &lt;complexType name="BarcodeType"> * &lt;complexType name="BarcodeType">
@@ -79,7 +79,7 @@ public class BarcodeType {
protected String type; protected String type;
/** /**
* Obtiene el valor de la propiedad value. * Gets the value of the value property.
* *
* @return * @return
* possible object is * possible object is
@@ -91,7 +91,7 @@ public class BarcodeType {
} }
/** /**
* Define el valor de la propiedad value. * Sets the value of the value property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -103,7 +103,7 @@ public class BarcodeType {
} }
/** /**
* Obtiene el valor de la propiedad type. * Gets the value of the type property.
* *
* @return * @return
* possible object is * possible object is
@@ -115,7 +115,7 @@ public class BarcodeType {
} }
/** /**
* Define el valor de la propiedad type. * Sets the value of the type property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Barcodes for this release * Barcodes for this release
* *
* <p>Clase Java para BarcodesType complex type. * <p>Java class for BarcodesType 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> * <pre>
* &lt;complexType name="BarcodesType"> * &lt;complexType name="BarcodesType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Describes a dump of a block (sector) layered media * Describes a dump of a block (sector) layered media
* *
* <p>Clase Java para BlockMediaType complex type. * <p>Java class for BlockMediaType 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> * <pre>
* &lt;complexType name="BlockMediaType"> * &lt;complexType name="BlockMediaType">
@@ -171,7 +171,7 @@ public class BlockMediaType {
protected String diskSubType; protected String diskSubType;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -183,7 +183,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -195,7 +195,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -203,7 +203,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -211,7 +211,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -223,7 +223,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -235,7 +235,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad sequence. * Gets the value of the sequence property.
* *
* @return * @return
* possible object is * possible object is
@@ -247,7 +247,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad sequence. * Sets the value of the sequence property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -259,7 +259,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad manufacturer. * Gets the value of the manufacturer property.
* *
* @return * @return
* possible object is * possible object is
@@ -271,7 +271,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad manufacturer. * Sets the value of the manufacturer property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -283,7 +283,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad model. * Gets the value of the model property.
* *
* @return * @return
* possible object is * possible object is
@@ -295,7 +295,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad model. * Sets the value of the model property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -307,7 +307,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad serial. * Gets the value of the serial property.
* *
* @return * @return
* possible object is * possible object is
@@ -319,7 +319,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad serial. * Sets the value of the serial property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -331,7 +331,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad firmware. * Gets the value of the firmware property.
* *
* @return * @return
* possible object is * possible object is
@@ -343,7 +343,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad firmware. * Sets the value of the firmware property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -355,7 +355,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad interface. * Gets the value of the interface property.
* *
* @return * @return
* possible object is * possible object is
@@ -367,7 +367,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad interface. * Sets the value of the interface property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -379,7 +379,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad physicalBlockSize. * Gets the value of the physicalBlockSize property.
* *
*/ */
public int getPhysicalBlockSize() { public int getPhysicalBlockSize() {
@@ -387,7 +387,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad physicalBlockSize. * Sets the value of the physicalBlockSize property.
* *
*/ */
public void setPhysicalBlockSize(int value) { public void setPhysicalBlockSize(int value) {
@@ -395,7 +395,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad logicalBlockSize. * Gets the value of the logicalBlockSize property.
* *
*/ */
public int getLogicalBlockSize() { public int getLogicalBlockSize() {
@@ -403,7 +403,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad logicalBlockSize. * Sets the value of the logicalBlockSize property.
* *
*/ */
public void setLogicalBlockSize(int value) { public void setLogicalBlockSize(int value) {
@@ -411,7 +411,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad logicalBlocks. * Gets the value of the logicalBlocks property.
* *
*/ */
public long getLogicalBlocks() { public long getLogicalBlocks() {
@@ -419,7 +419,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad logicalBlocks. * Sets the value of the logicalBlocks property.
* *
*/ */
public void setLogicalBlocks(long value) { public void setLogicalBlocks(long value) {
@@ -427,7 +427,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad variableBlockSize. * Gets the value of the variableBlockSize property.
* *
* @return * @return
* possible object is * possible object is
@@ -439,7 +439,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad variableBlockSize. * Sets the value of the variableBlockSize property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -451,7 +451,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad tapeInformation. * Gets the value of the tapeInformation property.
* *
* @return * @return
* possible object is * possible object is
@@ -463,7 +463,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad tapeInformation. * Sets the value of the tapeInformation property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -475,7 +475,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad scans. * Gets the value of the scans property.
* *
* @return * @return
* possible object is * possible object is
@@ -487,7 +487,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad scans. * Sets the value of the scans property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -499,7 +499,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad ata. * Gets the value of the ata property.
* *
* @return * @return
* possible object is * possible object is
@@ -511,7 +511,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad ata. * Sets the value of the ata property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -523,7 +523,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad pci. * Gets the value of the pci property.
* *
* @return * @return
* possible object is * possible object is
@@ -535,7 +535,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad pci. * Sets the value of the pci property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -547,7 +547,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad pcmcia. * Gets the value of the pcmcia property.
* *
* @return * @return
* possible object is * possible object is
@@ -559,7 +559,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad pcmcia. * Sets the value of the pcmcia property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -571,7 +571,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad secureDigital. * Gets the value of the secureDigital property.
* *
* @return * @return
* possible object is * possible object is
@@ -583,7 +583,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad secureDigital. * Sets the value of the secureDigital property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -595,7 +595,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad scsi. * Gets the value of the scsi property.
* *
* @return * @return
* possible object is * possible object is
@@ -607,7 +607,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad scsi. * Sets the value of the scsi property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -619,7 +619,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad usb. * Gets the value of the usb property.
* *
* @return * @return
* possible object is * possible object is
@@ -631,7 +631,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad usb. * Sets the value of the usb property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -643,7 +643,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad mam. * Gets the value of the mam property.
* *
* @return * @return
* possible object is * possible object is
@@ -655,7 +655,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad mam. * Sets the value of the mam property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -667,7 +667,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad heads. * Gets the value of the heads property.
* *
* @return * @return
* possible object is * possible object is
@@ -679,7 +679,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad heads. * Sets the value of the heads property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -691,7 +691,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad cylinders. * Gets the value of the cylinders property.
* *
* @return * @return
* possible object is * possible object is
@@ -703,7 +703,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad cylinders. * Sets the value of the cylinders property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -715,7 +715,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad sectorsPerTrack. * Gets the value of the sectorsPerTrack property.
* *
* @return * @return
* possible object is * possible object is
@@ -727,7 +727,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad sectorsPerTrack. * Sets the value of the sectorsPerTrack property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -768,7 +768,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad copyProtection. * Gets the value of the copyProtection property.
* *
* @return * @return
* possible object is * possible object is
@@ -780,7 +780,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad copyProtection. * Sets the value of the copyProtection property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -792,7 +792,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad dimensions. * Gets the value of the dimensions property.
* *
* @return * @return
* possible object is * possible object is
@@ -804,7 +804,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad dimensions. * Sets the value of the dimensions property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -816,7 +816,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad fileSystemInformation. * Gets the value of the fileSystemInformation property.
* *
* @return * @return
* possible object is * possible object is
@@ -828,7 +828,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad fileSystemInformation. * Sets the value of the fileSystemInformation property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -840,7 +840,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad dumpHardwareArray. * Gets the value of the dumpHardwareArray property.
* *
* @return * @return
* possible object is * possible object is
@@ -852,7 +852,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad dumpHardwareArray. * Sets the value of the dumpHardwareArray property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -864,7 +864,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad diskType. * Gets the value of the diskType property.
* *
* @return * @return
* possible object is * possible object is
@@ -876,7 +876,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad diskType. * Sets the value of the diskType property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -888,7 +888,7 @@ public class BlockMediaType {
} }
/** /**
* Obtiene el valor de la propiedad diskSubType. * Gets the value of the diskSubType property.
* *
* @return * @return
* possible object is * possible object is
@@ -900,7 +900,7 @@ public class BlockMediaType {
} }
/** /**
* Define el valor de la propiedad diskSubType. * Sets the value of the diskSubType property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlValue;
/** /**
* <p>Clase Java para BlockSizeType complex type. * <p>Java class for BlockSizeType 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> * <pre>
* &lt;complexType name="BlockSizeType"> * &lt;complexType name="BlockSizeType">
@@ -44,7 +44,7 @@ public class BlockSizeType {
protected int startingBlock; protected int startingBlock;
/** /**
* Obtiene el valor de la propiedad value. * Gets the value of the value property.
* *
*/ */
public int getValue() { public int getValue() {
@@ -52,7 +52,7 @@ public class BlockSizeType {
} }
/** /**
* Define el valor de la propiedad value. * Sets the value of the value property.
* *
*/ */
public void setValue(int value) { public void setValue(int value) {
@@ -60,7 +60,7 @@ public class BlockSizeType {
} }
/** /**
* Obtiene el valor de la propiedad startingBlock. * Gets the value of the startingBlock property.
* *
*/ */
public int getStartingBlock() { public int getStartingBlock() {
@@ -68,7 +68,7 @@ public class BlockSizeType {
} }
/** /**
* Define el valor de la propiedad startingBlock. * Sets the value of the startingBlock property.
* *
*/ */
public void setStartingBlock(int value) { public void setStartingBlock(int value) {

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Information about track in non-abstracted block based media * Information about track in non-abstracted block based media
* *
* <p>Clase Java para BlockTrackType complex type. * <p>Java class for BlockTrackType 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> * <pre>
* &lt;complexType name="BlockTrackType"> * &lt;complexType name="BlockTrackType">
@@ -81,7 +81,7 @@ public class BlockTrackType {
protected String format; protected String format;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -93,7 +93,7 @@ public class BlockTrackType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -105,7 +105,7 @@ public class BlockTrackType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -113,7 +113,7 @@ public class BlockTrackType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -121,7 +121,7 @@ public class BlockTrackType {
} }
/** /**
* Obtiene el valor de la propiedad head. * Gets the value of the head property.
* *
*/ */
public long getHead() { public long getHead() {
@@ -129,7 +129,7 @@ public class BlockTrackType {
} }
/** /**
* Define el valor de la propiedad head. * Sets the value of the head property.
* *
*/ */
public void setHead(long value) { public void setHead(long value) {
@@ -137,7 +137,7 @@ public class BlockTrackType {
} }
/** /**
* Obtiene el valor de la propiedad cylinder. * Gets the value of the cylinder property.
* *
*/ */
public long getCylinder() { public long getCylinder() {
@@ -145,7 +145,7 @@ public class BlockTrackType {
} }
/** /**
* Define el valor de la propiedad cylinder. * Sets the value of the cylinder property.
* *
*/ */
public void setCylinder(long value) { public void setCylinder(long value) {
@@ -153,7 +153,7 @@ public class BlockTrackType {
} }
/** /**
* Obtiene el valor de la propiedad startSector. * Gets the value of the startSector property.
* *
*/ */
public long getStartSector() { public long getStartSector() {
@@ -161,7 +161,7 @@ public class BlockTrackType {
} }
/** /**
* Define el valor de la propiedad startSector. * Sets the value of the startSector property.
* *
*/ */
public void setStartSector(long value) { public void setStartSector(long value) {
@@ -169,7 +169,7 @@ public class BlockTrackType {
} }
/** /**
* Obtiene el valor de la propiedad endSector. * Gets the value of the endSector property.
* *
*/ */
public long getEndSector() { public long getEndSector() {
@@ -177,7 +177,7 @@ public class BlockTrackType {
} }
/** /**
* Define el valor de la propiedad endSector. * Sets the value of the endSector property.
* *
*/ */
public void setEndSector(long value) { public void setEndSector(long value) {
@@ -185,7 +185,7 @@ public class BlockTrackType {
} }
/** /**
* Obtiene el valor de la propiedad sectors. * Gets the value of the sectors property.
* *
*/ */
public long getSectors() { public long getSectors() {
@@ -193,7 +193,7 @@ public class BlockTrackType {
} }
/** /**
* Define el valor de la propiedad sectors. * Sets the value of the sectors property.
* *
*/ */
public void setSectors(long value) { public void setSectors(long value) {
@@ -201,7 +201,7 @@ public class BlockTrackType {
} }
/** /**
* Obtiene el valor de la propiedad bytesPerSector. * Gets the value of the bytesPerSector property.
* *
*/ */
public int getBytesPerSector() { public int getBytesPerSector() {
@@ -209,7 +209,7 @@ public class BlockTrackType {
} }
/** /**
* Define el valor de la propiedad bytesPerSector. * Sets the value of the bytesPerSector property.
* *
*/ */
public void setBytesPerSector(int value) { public void setBytesPerSector(int value) {
@@ -217,7 +217,7 @@ public class BlockTrackType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -229,7 +229,7 @@ public class BlockTrackType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -241,7 +241,7 @@ public class BlockTrackType {
} }
/** /**
* Obtiene el valor de la propiedad format. * Gets the value of the format property.
* *
* @return * @return
* possible object is * possible object is
@@ -253,7 +253,7 @@ public class BlockTrackType {
} }
/** /**
* Define el valor de la propiedad format. * Sets the value of the format property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
/** /**
* <p>Clase Java para BookType complex type. * <p>Java class for BookType 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> * <pre>
* &lt;complexType name="BookType"> * &lt;complexType name="BookType">
@@ -82,7 +82,7 @@ public class BookType {
protected ScanType scan; protected ScanType scan;
/** /**
* Obtiene el valor de la propiedad barcodes. * Gets the value of the barcodes property.
* *
* @return * @return
* possible object is * possible object is
@@ -94,7 +94,7 @@ public class BookType {
} }
/** /**
* Define el valor de la propiedad barcodes. * Sets the value of the barcodes property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -106,7 +106,7 @@ public class BookType {
} }
/** /**
* Obtiene el valor de la propiedad cover. * Gets the value of the cover property.
* *
* @return * @return
* possible object is * possible object is
@@ -118,7 +118,7 @@ public class BookType {
} }
/** /**
* Define el valor de la propiedad cover. * Sets the value of the cover property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -130,7 +130,7 @@ public class BookType {
} }
/** /**
* Obtiene el valor de la propiedad name. * Gets the value of the name property.
* *
* @return * @return
* possible object is * possible object is
@@ -142,7 +142,7 @@ public class BookType {
} }
/** /**
* Define el valor de la propiedad name. * Sets the value of the name property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -154,7 +154,7 @@ public class BookType {
} }
/** /**
* Obtiene el valor de la propiedad editorial. * Gets the value of the editorial property.
* *
* @return * @return
* possible object is * possible object is
@@ -166,7 +166,7 @@ public class BookType {
} }
/** /**
* Define el valor de la propiedad editorial. * Sets the value of the editorial property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -178,7 +178,7 @@ public class BookType {
} }
/** /**
* Obtiene el valor de la propiedad author. * Gets the value of the author property.
* *
* @return * @return
* possible object is * possible object is
@@ -190,7 +190,7 @@ public class BookType {
} }
/** /**
* Define el valor de la propiedad author. * Sets the value of the author property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -202,7 +202,7 @@ public class BookType {
} }
/** /**
* Obtiene el valor de la propiedad publicationDate. * Gets the value of the publicationDate property.
* *
* @return * @return
* possible object is * possible object is
@@ -214,7 +214,7 @@ public class BookType {
} }
/** /**
* Define el valor de la propiedad publicationDate. * Sets the value of the publicationDate property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -226,7 +226,7 @@ public class BookType {
} }
/** /**
* Obtiene el valor de la propiedad language. * Gets the value of the language property.
* *
* @return * @return
* possible object is * possible object is
@@ -238,7 +238,7 @@ public class BookType {
} }
/** /**
* Define el valor de la propiedad language. * Sets the value of the language property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -250,7 +250,7 @@ public class BookType {
} }
/** /**
* Obtiene el valor de la propiedad pages. * Gets the value of the pages property.
* *
* @return * @return
* possible object is * possible object is
@@ -262,7 +262,7 @@ public class BookType {
} }
/** /**
* Define el valor de la propiedad pages. * Sets the value of the pages property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -274,7 +274,7 @@ public class BookType {
} }
/** /**
* Obtiene el valor de la propiedad pageSize. * Gets the value of the pageSize property.
* *
* @return * @return
* possible object is * possible object is
@@ -286,7 +286,7 @@ public class BookType {
} }
/** /**
* Define el valor de la propiedad pageSize. * Sets the value of the pageSize property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -298,7 +298,7 @@ public class BookType {
} }
/** /**
* Obtiene el valor de la propiedad scan. * Gets the value of the scan property.
* *
* @return * @return
* possible object is * possible object is
@@ -310,7 +310,7 @@ public class BookType {
} }
/** /**
* Define el valor de la propiedad scan. * Sets the value of the scan property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para BorderType complex type. * <p>Java class for BorderType 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> * <pre>
* &lt;complexType name="BorderType"> * &lt;complexType name="BorderType">
@@ -61,7 +61,7 @@ public class BorderType {
protected Integer session; protected Integer session;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -73,7 +73,7 @@ public class BorderType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -85,7 +85,7 @@ public class BorderType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -93,7 +93,7 @@ public class BorderType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -101,7 +101,7 @@ public class BorderType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -113,7 +113,7 @@ public class BorderType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -125,7 +125,7 @@ public class BorderType {
} }
/** /**
* Obtiene el valor de la propiedad session. * Gets the value of the session property.
* *
* @return * @return
* possible object is * possible object is
@@ -137,7 +137,7 @@ public class BorderType {
} }
/** /**
* Define el valor de la propiedad session. * Sets the value of the session property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -21,9 +21,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
/** /**
* Digital Asset Metadata * Digital Asset Metadata
* *
* <p>Clase Java para CICMMetadataType complex type. * <p>Java class for CICMMetadataType 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> * <pre>
* &lt;complexType name="CICMMetadataType"> * &lt;complexType name="CICMMetadataType">
@@ -281,7 +281,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad name. * Gets the value of the name property.
* *
* @return * @return
* possible object is * possible object is
@@ -293,7 +293,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad name. * Sets the value of the name property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -305,7 +305,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad version. * Gets the value of the version property.
* *
* @return * @return
* possible object is * possible object is
@@ -317,7 +317,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad version. * Sets the value of the version property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -329,7 +329,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad releaseType. * Gets the value of the releaseType property.
* *
* @return * @return
* possible object is * possible object is
@@ -341,7 +341,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad releaseType. * Sets the value of the releaseType property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -353,7 +353,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad releaseDate. * Gets the value of the releaseDate property.
* *
* @return * @return
* possible object is * possible object is
@@ -365,7 +365,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad releaseDate. * Sets the value of the releaseDate property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -377,7 +377,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad barcodes. * Gets the value of the barcodes property.
* *
* @return * @return
* possible object is * possible object is
@@ -389,7 +389,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad barcodes. * Sets the value of the barcodes property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -401,7 +401,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad partNumber. * Gets the value of the partNumber property.
* *
* @return * @return
* possible object is * possible object is
@@ -413,7 +413,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad partNumber. * Sets the value of the partNumber property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -425,7 +425,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad serialNumber. * Gets the value of the serialNumber property.
* *
* @return * @return
* possible object is * possible object is
@@ -437,7 +437,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad serialNumber. * Sets the value of the serialNumber property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -449,7 +449,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad keywords. * Gets the value of the keywords property.
* *
* @return * @return
* possible object is * possible object is
@@ -461,7 +461,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad keywords. * Sets the value of the keywords property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -531,7 +531,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad categories. * Gets the value of the categories property.
* *
* @return * @return
* possible object is * possible object is
@@ -543,7 +543,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad categories. * Sets the value of the categories property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -555,7 +555,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad subcategories. * Gets the value of the subcategories property.
* *
* @return * @return
* possible object is * possible object is
@@ -567,7 +567,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad subcategories. * Sets the value of the subcategories property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -579,7 +579,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad languages. * Gets the value of the languages property.
* *
* @return * @return
* possible object is * possible object is
@@ -591,7 +591,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad languages. * Sets the value of the languages property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -603,7 +603,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad systems. * Gets the value of the systems property.
* *
* @return * @return
* possible object is * possible object is
@@ -615,7 +615,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad systems. * Sets the value of the systems property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -627,7 +627,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad architectures. * Gets the value of the architectures property.
* *
* @return * @return
* possible object is * possible object is
@@ -639,7 +639,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad architectures. * Sets the value of the architectures property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -651,7 +651,7 @@ public class CICMMetadataType {
} }
/** /**
* Obtiene el valor de la propiedad requiredOperatingSystems. * Gets the value of the requiredOperatingSystems property.
* *
* @return * @return
* possible object is * possible object is
@@ -663,7 +663,7 @@ public class CICMMetadataType {
} }
/** /**
* Define el valor de la propiedad requiredOperatingSystems. * Sets the value of the requiredOperatingSystems property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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 CaseScanType complex type. * <p>Java class for CaseScanType 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> * <pre>
* &lt;complexType name="CaseScanType"> * &lt;complexType name="CaseScanType">
@@ -61,7 +61,7 @@ public class CaseScanType {
protected ScanType scan; protected ScanType scan;
/** /**
* Obtiene el valor de la propiedad caseScanElement. * Gets the value of the caseScanElement property.
* *
* @return * @return
* possible object is * possible object is
@@ -73,7 +73,7 @@ public class CaseScanType {
} }
/** /**
* Define el valor de la propiedad caseScanElement. * Sets the value of the caseScanElement property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -85,7 +85,7 @@ public class CaseScanType {
} }
/** /**
* Obtiene el valor de la propiedad scan. * Gets the value of the scan property.
* *
* @return * @return
* possible object is * possible object is
@@ -97,7 +97,7 @@ public class CaseScanType {
} }
/** /**
* Define el valor de la propiedad scan. * Sets the value of the scan property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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 CaseType complex type. * <p>Java class for CaseType 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> * <pre>
* &lt;complexType name="CaseType"> * &lt;complexType name="CaseType">
@@ -77,7 +77,7 @@ public class CaseType {
protected ScansType scans; protected ScansType scans;
/** /**
* Obtiene el valor de la propiedad caseType. * Gets the value of the caseType property.
* *
* @return * @return
* possible object is * possible object is
@@ -89,7 +89,7 @@ public class CaseType {
} }
/** /**
* Define el valor de la propiedad caseType. * Sets the value of the caseType property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -101,7 +101,7 @@ public class CaseType {
} }
/** /**
* Obtiene el valor de la propiedad scans. * Gets the value of the scans property.
* *
* @return * @return
* possible object is * possible object is
@@ -113,7 +113,7 @@ public class CaseType {
} }
/** /**
* Define el valor de la propiedad scans. * Sets the value of the scans property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para CategoriesType complex type. * <p>Java class for CategoriesType 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> * <pre>
* &lt;complexType name="CategoriesType"> * &lt;complexType name="CategoriesType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlValue;
/** /**
* <p>Clase Java para ChecksumType complex type. * <p>Java class for ChecksumType 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> * <pre>
* &lt;complexType name="ChecksumType"> * &lt;complexType name="ChecksumType">
@@ -75,7 +75,7 @@ public class ChecksumType {
protected String type; protected String type;
/** /**
* Obtiene el valor de la propiedad value. * Gets the value of the value property.
* *
* @return * @return
* possible object is * possible object is
@@ -87,7 +87,7 @@ public class ChecksumType {
} }
/** /**
* Define el valor de la propiedad value. * Sets the value of the value property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -99,7 +99,7 @@ public class ChecksumType {
} }
/** /**
* Obtiene el valor de la propiedad type. * Gets the value of the type property.
* *
* @return * @return
* possible object is * possible object is
@@ -111,7 +111,7 @@ public class ChecksumType {
} }
/** /**
* Define el valor de la propiedad type. * Sets the value of the type property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Checksum of file element * Checksum of file element
* *
* <p>Clase Java para ChecksumsType complex type. * <p>Java class for ChecksumsType 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> * <pre>
* &lt;complexType name="ChecksumsType"> * &lt;complexType name="ChecksumsType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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 CoordinatesType complex type. * <p>Java class for CoordinatesType 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> * <pre>
* &lt;complexType name="CoordinatesType"> * &lt;complexType name="CoordinatesType">
@@ -47,7 +47,7 @@ public class CoordinatesType {
protected double longitude; protected double longitude;
/** /**
* Obtiene el valor de la propiedad latitude. * Gets the value of the latitude property.
* *
*/ */
public double getLatitude() { public double getLatitude() {
@@ -55,7 +55,7 @@ public class CoordinatesType {
} }
/** /**
* Define el valor de la propiedad latitude. * Sets the value of the latitude property.
* *
*/ */
public void setLatitude(double value) { public void setLatitude(double value) {
@@ -63,7 +63,7 @@ public class CoordinatesType {
} }
/** /**
* Obtiene el valor de la propiedad longitude. * Gets the value of the longitude property.
* *
*/ */
public double getLongitude() { public double getLongitude() {
@@ -71,7 +71,7 @@ public class CoordinatesType {
} }
/** /**
* Define el valor de la propiedad longitude. * Sets the value of the longitude property.
* *
*/ */
public void setLongitude(double value) { public void setLongitude(double value) {

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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 CoverType complex type. * <p>Java class for CoverType 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> * <pre>
* &lt;complexType name="CoverType"> * &lt;complexType name="CoverType">
@@ -51,7 +51,7 @@ public class CoverType {
protected byte[] thumbnail; protected byte[] thumbnail;
/** /**
* Obtiene el valor de la propiedad file. * Gets the value of the file property.
* *
* @return * @return
* possible object is * possible object is
@@ -63,7 +63,7 @@ public class CoverType {
} }
/** /**
* Define el valor de la propiedad file. * Sets the value of the file property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -75,7 +75,7 @@ public class CoverType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -87,7 +87,7 @@ public class CoverType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -99,7 +99,7 @@ public class CoverType {
} }
/** /**
* Obtiene el valor de la propiedad thumbnail. * Gets the value of the thumbnail property.
* *
* @return * @return
* possible object is * possible object is
@@ -110,7 +110,7 @@ public class CoverType {
} }
/** /**
* Define el valor de la propiedad thumbnail. * Sets the value of the thumbnail property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Dimensions of media * 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> * <pre>
* &lt;complexType name="DimensionsType"> * &lt;complexType name="DimensionsType">
@@ -57,7 +57,7 @@ public class DimensionsType {
protected double thickness; protected double thickness;
/** /**
* Obtiene el valor de la propiedad diameter. * Gets the value of the diameter property.
* *
* @return * @return
* possible object is * 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 * @param value
* allowed object is * 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 * @return
* possible object is * 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 * @param value
* allowed object is * 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 * @return
* possible object is * 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 * @param value
* allowed object is * 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() { 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) { public void setThickness(double value) {

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Array of drives information * Array of drives information
* *
* <p>Clase Java para DumpHardwareArrayType complex type. * <p>Java class for DumpHardwareArrayType 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> * <pre>
* &lt;complexType name="DumpHardwareArrayType"> * &lt;complexType name="DumpHardwareArrayType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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> * <pre>
* &lt;complexType name="DumpHardwareType"> * &lt;complexType name="DumpHardwareType">
@@ -67,7 +67,7 @@ public class DumpHardwareType {
protected SoftwareType software; protected SoftwareType software;
/** /**
* Obtiene el valor de la propiedad manufacturer. * Gets the value of the manufacturer property.
* *
* @return * @return
* possible object is * 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 * @param value
* allowed object is * 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 * @return
* possible object is * 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 * @param value
* allowed object is * 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 * @return
* possible object is * 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 * @param value
* allowed object is * 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 * @return
* possible object is * 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 * @param value
* allowed object is * 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 * @return
* possible object is * 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 * @param value
* allowed object is * 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 * @return
* possible object is * 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 * @param value
* allowed object is * 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 * @return
* possible object is * 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 * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
* Information about dumped structure * Information about dumped structure
* *
* *
* <p>Clase Java para DumpType complex type. * <p>Java class for DumpType 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> * <pre>
* &lt;complexType name="DumpType"> * &lt;complexType name="DumpType">
@@ -54,7 +54,7 @@ public class DumpType {
protected ChecksumsType checksums; protected ChecksumsType checksums;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -66,7 +66,7 @@ public class DumpType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -78,7 +78,7 @@ public class DumpType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public int getSize() { public int getSize() {
@@ -86,7 +86,7 @@ public class DumpType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(int value) { public void setSize(int value) {
@@ -94,7 +94,7 @@ public class DumpType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -106,7 +106,7 @@ public class DumpType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para EVPDType complex type. * <p>Java class for EVPDType 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> * <pre>
* &lt;complexType name="EVPDType"> * &lt;complexType name="EVPDType">
@@ -62,7 +62,7 @@ public class EVPDType {
protected Integer page; protected Integer page;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -74,7 +74,7 @@ public class EVPDType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -86,7 +86,7 @@ public class EVPDType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -94,7 +94,7 @@ public class EVPDType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -102,7 +102,7 @@ public class EVPDType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -114,7 +114,7 @@ public class EVPDType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -126,7 +126,7 @@ public class EVPDType {
} }
/** /**
* Obtiene el valor de la propiedad page. * Gets the value of the page property.
* *
* @return * @return
* possible object is * possible object is
@@ -138,7 +138,7 @@ public class EVPDType {
} }
/** /**
* Define el valor de la propiedad page. * Sets the value of the page property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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 ExtentType complex type. * <p>Java class for ExtentType 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> * <pre>
* &lt;complexType name="ExtentType"> * &lt;complexType name="ExtentType">
@@ -47,7 +47,7 @@ public class ExtentType {
protected int end; protected int end;
/** /**
* Obtiene el valor de la propiedad start. * Gets the value of the start property.
* *
*/ */
public int getStart() { public int getStart() {
@@ -55,7 +55,7 @@ public class ExtentType {
} }
/** /**
* Define el valor de la propiedad start. * Sets the value of the start property.
* *
*/ */
public void setStart(int value) { public void setStart(int value) {
@@ -63,7 +63,7 @@ public class ExtentType {
} }
/** /**
* Obtiene el valor de la propiedad end. * Gets the value of the end property.
* *
*/ */
public int getEnd() { public int getEnd() {
@@ -71,7 +71,7 @@ public class ExtentType {
} }
/** /**
* Define el valor de la propiedad end. * Sets the value of the end property.
* *
*/ */
public void setEnd(int value) { public void setEnd(int value) {

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para ExtentsType complex type. * <p>Java class for ExtentsType 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> * <pre>
* &lt;complexType name="ExtentsType"> * &lt;complexType name="ExtentsType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para FileSystemInformationType complex type. * <p>Java class for FileSystemInformationType 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> * <pre>
* &lt;complexType name="FileSystemInformationType"> * &lt;complexType name="FileSystemInformationType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -19,9 +19,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
/** /**
* Information about a filesystem * Information about a filesystem
* *
* <p>Clase Java para FileSystemType complex type. * <p>Java class for FileSystemType 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> * <pre>
* &lt;complexType name="FileSystemType"> * &lt;complexType name="FileSystemType">
@@ -124,7 +124,7 @@ public class FileSystemType {
protected String applicationIdentifier; protected String applicationIdentifier;
/** /**
* Obtiene el valor de la propiedad type. * Gets the value of the type property.
* *
* @return * @return
* possible object is * possible object is
@@ -136,7 +136,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad type. * Sets the value of the type property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -148,7 +148,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad creationDate. * Gets the value of the creationDate property.
* *
* @return * @return
* possible object is * possible object is
@@ -160,7 +160,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad creationDate. * Sets the value of the creationDate property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -172,7 +172,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad modificationDate. * Gets the value of the modificationDate property.
* *
* @return * @return
* possible object is * possible object is
@@ -184,7 +184,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad modificationDate. * Sets the value of the modificationDate property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -196,7 +196,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad backupDate. * Gets the value of the backupDate property.
* *
* @return * @return
* possible object is * possible object is
@@ -208,7 +208,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad backupDate. * Sets the value of the backupDate property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -220,7 +220,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad clusterSize. * Gets the value of the clusterSize property.
* *
*/ */
public int getClusterSize() { public int getClusterSize() {
@@ -228,7 +228,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad clusterSize. * Sets the value of the clusterSize property.
* *
*/ */
public void setClusterSize(int value) { public void setClusterSize(int value) {
@@ -236,7 +236,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad clusters. * Gets the value of the clusters property.
* *
*/ */
public long getClusters() { public long getClusters() {
@@ -244,7 +244,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad clusters. * Sets the value of the clusters property.
* *
*/ */
public void setClusters(long value) { public void setClusters(long value) {
@@ -252,7 +252,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad files. * Gets the value of the files property.
* *
* @return * @return
* possible object is * possible object is
@@ -264,7 +264,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad files. * Sets the value of the files property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -276,7 +276,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad bootable. * Gets the value of the bootable property.
* *
*/ */
public boolean isBootable() { public boolean isBootable() {
@@ -284,7 +284,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad bootable. * Sets the value of the bootable property.
* *
*/ */
public void setBootable(boolean value) { public void setBootable(boolean value) {
@@ -292,7 +292,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad volumeSerial. * Gets the value of the volumeSerial property.
* *
* @return * @return
* possible object is * possible object is
@@ -304,7 +304,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad volumeSerial. * Sets the value of the volumeSerial property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -316,7 +316,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad volumeName. * Gets the value of the volumeName property.
* *
* @return * @return
* possible object is * possible object is
@@ -328,7 +328,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad volumeName. * Sets the value of the volumeName property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -340,7 +340,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad freeClusters. * Gets the value of the freeClusters property.
* *
* @return * @return
* possible object is * possible object is
@@ -352,7 +352,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad freeClusters. * Sets the value of the freeClusters property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -364,7 +364,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad dirty. * Gets the value of the dirty property.
* *
*/ */
public boolean isDirty() { public boolean isDirty() {
@@ -372,7 +372,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad dirty. * Sets the value of the dirty property.
* *
*/ */
public void setDirty(boolean value) { public void setDirty(boolean value) {
@@ -380,7 +380,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad expirationDate. * Gets the value of the expirationDate property.
* *
* @return * @return
* possible object is * possible object is
@@ -392,7 +392,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad expirationDate. * Sets the value of the expirationDate property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -404,7 +404,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad effectiveDate. * Gets the value of the effectiveDate property.
* *
* @return * @return
* possible object is * possible object is
@@ -416,7 +416,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad effectiveDate. * Sets the value of the effectiveDate property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -428,7 +428,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad systemIdentifier. * Gets the value of the systemIdentifier property.
* *
* @return * @return
* possible object is * possible object is
@@ -440,7 +440,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad systemIdentifier. * Sets the value of the systemIdentifier property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -452,7 +452,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad volumeSetIdentifier. * Gets the value of the volumeSetIdentifier property.
* *
* @return * @return
* possible object is * possible object is
@@ -464,7 +464,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad volumeSetIdentifier. * Sets the value of the volumeSetIdentifier property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -476,7 +476,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad publisherIdentifier. * Gets the value of the publisherIdentifier property.
* *
* @return * @return
* possible object is * possible object is
@@ -488,7 +488,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad publisherIdentifier. * Sets the value of the publisherIdentifier property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -500,7 +500,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad dataPreparerIdentifier. * Gets the value of the dataPreparerIdentifier property.
* *
* @return * @return
* possible object is * possible object is
@@ -512,7 +512,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad dataPreparerIdentifier. * Sets the value of the dataPreparerIdentifier property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -524,7 +524,7 @@ public class FileSystemType {
} }
/** /**
* Obtiene el valor de la propiedad applicationIdentifier. * Gets the value of the applicationIdentifier property.
* *
* @return * @return
* possible object is * possible object is
@@ -536,7 +536,7 @@ public class FileSystemType {
} }
/** /**
* Define el valor de la propiedad applicationIdentifier. * Sets the value of the applicationIdentifier property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para FileSystemsType complex type. * <p>Java class for FileSystemsType 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> * <pre>
* &lt;complexType name="FileSystemsType"> * &lt;complexType name="FileSystemsType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlValue;
/** /**
* File * File
* *
* <p>Clase Java para FileType complex type. * <p>Java class for FileType 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> * <pre>
* &lt;complexType name="FileType"> * &lt;complexType name="FileType">
@@ -46,7 +46,7 @@ public class FileType {
protected String format; protected String format;
/** /**
* Obtiene el valor de la propiedad value. * Gets the value of the value property.
* *
* @return * @return
* possible object is * possible object is
@@ -58,7 +58,7 @@ public class FileType {
} }
/** /**
* Define el valor de la propiedad value. * Sets the value of the value property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -70,7 +70,7 @@ public class FileType {
} }
/** /**
* Obtiene el valor de la propiedad format. * Gets the value of the format property.
* *
* @return * @return
* possible object is * possible object is
@@ -82,7 +82,7 @@ public class FileType {
} }
/** /**
* Define el valor de la propiedad format. * Sets the value of the format property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlValue;
* File containing track dump, and format, binary, yranib, or audio/video container * File containing track dump, and format, binary, yranib, or audio/video container
* *
* *
* <p>Clase Java para ImageType complex type. * <p>Java class for ImageType 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> * <pre>
* &lt;complexType name="ImageType"> * &lt;complexType name="ImageType">
@@ -50,7 +50,7 @@ public class ImageType {
protected Long offset; protected Long offset;
/** /**
* Obtiene el valor de la propiedad value. * Gets the value of the value property.
* *
* @return * @return
* possible object is * possible object is
@@ -62,7 +62,7 @@ public class ImageType {
} }
/** /**
* Define el valor de la propiedad value. * Sets the value of the value property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -74,7 +74,7 @@ public class ImageType {
} }
/** /**
* Obtiene el valor de la propiedad format. * Gets the value of the format property.
* *
* @return * @return
* possible object is * possible object is
@@ -86,7 +86,7 @@ public class ImageType {
} }
/** /**
* Define el valor de la propiedad format. * Sets the value of the format property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -98,7 +98,7 @@ public class ImageType {
} }
/** /**
* Obtiene el valor de la propiedad offset. * Gets the value of the offset property.
* *
* @return * @return
* possible object is * possible object is
@@ -110,7 +110,7 @@ public class ImageType {
} }
/** /**
* Define el valor de la propiedad offset. * Sets the value of the offset property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para KeywordsType complex type. * <p>Java class for KeywordsType 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> * <pre>
* &lt;complexType name="KeywordsType"> * &lt;complexType name="KeywordsType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para LanguagesType complex type. * <p>Java class for LanguagesType 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> * <pre>
* &lt;complexType name="LanguagesType"> * &lt;complexType name="LanguagesType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlValue;
/** /**
* <p>Clase Java para LayeredTextType complex type. * <p>Java class for LayeredTextType 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> * <pre>
* &lt;complexType name="LayeredTextType"> * &lt;complexType name="LayeredTextType">
@@ -50,7 +50,7 @@ public class LayeredTextType {
protected Integer layer; protected Integer layer;
/** /**
* Obtiene el valor de la propiedad value. * Gets the value of the value property.
* *
* @return * @return
* possible object is * possible object is
@@ -62,7 +62,7 @@ public class LayeredTextType {
} }
/** /**
* Define el valor de la propiedad value. * Sets the value of the value property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -74,7 +74,7 @@ public class LayeredTextType {
} }
/** /**
* Obtiene el valor de la propiedad layer. * Gets the value of the layer property.
* *
* @return * @return
* possible object is * possible object is
@@ -86,7 +86,7 @@ public class LayeredTextType {
} }
/** /**
* Define el valor de la propiedad layer. * Sets the value of the layer property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para LayersType complex type. * <p>Java class for LayersType 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> * <pre>
* &lt;complexType name="LayersType"> * &lt;complexType name="LayersType">
@@ -85,7 +85,7 @@ public class LayersType {
} }
/** /**
* Obtiene el valor de la propiedad type. * Gets the value of the type property.
* *
* @return * @return
* possible object is * possible object is
@@ -97,7 +97,7 @@ public class LayersType {
} }
/** /**
* Define el valor de la propiedad type. * Sets the value of the type property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Describes a dump of a linear media, that is, a media that is read byte-by-byte like for example, a ROM chip, a game cartridge, a PCMCIA SRAM card, etc... * Describes a dump of a linear media, that is, a media that is read byte-by-byte like for example, a ROM chip, a game cartridge, a PCMCIA SRAM card, etc...
* *
* <p>Clase Java para LinearMediaType complex type. * <p>Java class for LinearMediaType 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> * <pre>
* &lt;complexType name="LinearMediaType"> * &lt;complexType name="LinearMediaType">
@@ -109,7 +109,7 @@ public class LinearMediaType {
protected String copyProtection; protected String copyProtection;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -121,7 +121,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -133,7 +133,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -141,7 +141,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -149,7 +149,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad imageChecksums. * Gets the value of the imageChecksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -161,7 +161,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad imageChecksums. * Sets the value of the imageChecksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -173,7 +173,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -185,7 +185,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -197,7 +197,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad title. * Gets the value of the title property.
* *
* @return * @return
* possible object is * possible object is
@@ -209,7 +209,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad title. * Sets the value of the title property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -221,7 +221,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad sequence. * Gets the value of the sequence property.
* *
* @return * @return
* possible object is * possible object is
@@ -233,7 +233,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad sequence. * Sets the value of the sequence property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -245,7 +245,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad imageInterleave. * Gets the value of the imageInterleave property.
* *
* @return * @return
* possible object is * possible object is
@@ -257,7 +257,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad imageInterleave. * Sets the value of the imageInterleave property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -269,7 +269,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad interleave. * Gets the value of the interleave property.
* *
* @return * @return
* possible object is * possible object is
@@ -281,7 +281,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad interleave. * Sets the value of the interleave property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -293,7 +293,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad manufacturer. * Gets the value of the manufacturer property.
* *
* @return * @return
* possible object is * possible object is
@@ -305,7 +305,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad manufacturer. * Sets the value of the manufacturer property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -317,7 +317,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad model. * Gets the value of the model property.
* *
* @return * @return
* possible object is * possible object is
@@ -329,7 +329,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad model. * Sets the value of the model property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -341,7 +341,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad package. * Gets the value of the package property.
* *
* @return * @return
* possible object is * possible object is
@@ -353,7 +353,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad package. * Sets the value of the package property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -365,7 +365,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad interface. * Gets the value of the interface property.
* *
* @return * @return
* possible object is * possible object is
@@ -377,7 +377,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad interface. * Sets the value of the interface property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -389,7 +389,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad dimensions. * Gets the value of the dimensions property.
* *
* @return * @return
* possible object is * possible object is
@@ -401,7 +401,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad dimensions. * Sets the value of the dimensions property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -413,7 +413,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad scans. * Gets the value of the scans property.
* *
* @return * @return
* possible object is * possible object is
@@ -425,7 +425,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad scans. * Sets the value of the scans property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -437,7 +437,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad dumpHardwareArray. * Gets the value of the dumpHardwareArray property.
* *
* @return * @return
* possible object is * possible object is
@@ -449,7 +449,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad dumpHardwareArray. * Sets the value of the dumpHardwareArray property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -461,7 +461,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad pcmcia. * Gets the value of the pcmcia property.
* *
* @return * @return
* possible object is * possible object is
@@ -473,7 +473,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad pcmcia. * Sets the value of the pcmcia property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -485,7 +485,7 @@ public class LinearMediaType {
} }
/** /**
* Obtiene el valor de la propiedad copyProtection. * Gets the value of the copyProtection property.
* *
* @return * @return
* possible object is * possible object is
@@ -497,7 +497,7 @@ public class LinearMediaType {
} }
/** /**
* Define el valor de la propiedad copyProtection. * Sets the value of the copyProtection property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
/** /**
* <p>Clase Java para MagazineType complex type. * <p>Java class for MagazineType 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> * <pre>
* &lt;complexType name="MagazineType"> * &lt;complexType name="MagazineType">
@@ -82,7 +82,7 @@ public class MagazineType {
protected ScanType scan; protected ScanType scan;
/** /**
* Obtiene el valor de la propiedad barcodes. * Gets the value of the barcodes property.
* *
* @return * @return
* possible object is * possible object is
@@ -94,7 +94,7 @@ public class MagazineType {
} }
/** /**
* Define el valor de la propiedad barcodes. * Sets the value of the barcodes property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -106,7 +106,7 @@ public class MagazineType {
} }
/** /**
* Obtiene el valor de la propiedad cover. * Gets the value of the cover property.
* *
* @return * @return
* possible object is * possible object is
@@ -118,7 +118,7 @@ public class MagazineType {
} }
/** /**
* Define el valor de la propiedad cover. * Sets the value of the cover property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -130,7 +130,7 @@ public class MagazineType {
} }
/** /**
* Obtiene el valor de la propiedad name. * Gets the value of the name property.
* *
* @return * @return
* possible object is * possible object is
@@ -142,7 +142,7 @@ public class MagazineType {
} }
/** /**
* Define el valor de la propiedad name. * Sets the value of the name property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -154,7 +154,7 @@ public class MagazineType {
} }
/** /**
* Obtiene el valor de la propiedad editorial. * Gets the value of the editorial property.
* *
* @return * @return
* possible object is * possible object is
@@ -166,7 +166,7 @@ public class MagazineType {
} }
/** /**
* Define el valor de la propiedad editorial. * Sets the value of the editorial property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -178,7 +178,7 @@ public class MagazineType {
} }
/** /**
* Obtiene el valor de la propiedad publicationDate. * Gets the value of the publicationDate property.
* *
* @return * @return
* possible object is * possible object is
@@ -190,7 +190,7 @@ public class MagazineType {
} }
/** /**
* Define el valor de la propiedad publicationDate. * Sets the value of the publicationDate property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -202,7 +202,7 @@ public class MagazineType {
} }
/** /**
* Obtiene el valor de la propiedad number. * Gets the value of the number property.
* *
* @return * @return
* possible object is * possible object is
@@ -214,7 +214,7 @@ public class MagazineType {
} }
/** /**
* Define el valor de la propiedad number. * Sets the value of the number property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -226,7 +226,7 @@ public class MagazineType {
} }
/** /**
* Obtiene el valor de la propiedad language. * Gets the value of the language property.
* *
* @return * @return
* possible object is * possible object is
@@ -238,7 +238,7 @@ public class MagazineType {
} }
/** /**
* Define el valor de la propiedad language. * Sets the value of the language property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -250,7 +250,7 @@ public class MagazineType {
} }
/** /**
* Obtiene el valor de la propiedad pages. * Gets the value of the pages property.
* *
* @return * @return
* possible object is * possible object is
@@ -262,7 +262,7 @@ public class MagazineType {
} }
/** /**
* Define el valor de la propiedad pages. * Sets the value of the pages property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -274,7 +274,7 @@ public class MagazineType {
} }
/** /**
* Obtiene el valor de la propiedad pageSize. * Gets the value of the pageSize property.
* *
* @return * @return
* possible object is * possible object is
@@ -286,7 +286,7 @@ public class MagazineType {
} }
/** /**
* Define el valor de la propiedad pageSize. * Sets the value of the pageSize property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -298,7 +298,7 @@ public class MagazineType {
} }
/** /**
* Obtiene el valor de la propiedad scan. * Gets the value of the scan property.
* *
* @return * @return
* possible object is * possible object is
@@ -310,7 +310,7 @@ public class MagazineType {
} }
/** /**
* Define el valor de la propiedad scan. * Sets the value of the scan property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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 MediaScanType complex type. * <p>Java class for MediaScanType 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> * <pre>
* &lt;complexType name="MediaScanType"> * &lt;complexType name="MediaScanType">
@@ -58,7 +58,7 @@ public class MediaScanType {
protected ScanType scan; protected ScanType scan;
/** /**
* Obtiene el valor de la propiedad mediaScanElement. * Gets the value of the mediaScanElement property.
* *
* @return * @return
* possible object is * possible object is
@@ -70,7 +70,7 @@ public class MediaScanType {
} }
/** /**
* Define el valor de la propiedad mediaScanElement. * Sets the value of the mediaScanElement property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -82,7 +82,7 @@ public class MediaScanType {
} }
/** /**
* Obtiene el valor de la propiedad scan. * Gets the value of the scan property.
* *
* @return * @return
* possible object is * possible object is
@@ -94,7 +94,7 @@ public class MediaScanType {
} }
/** /**
* Define el valor de la propiedad scan. * Sets the value of the scan property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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 OCRType complex type. * <p>Java class for OCRType 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> * <pre>
* &lt;complexType name="OCRType"> * &lt;complexType name="OCRType">
@@ -55,7 +55,7 @@ public class OCRType {
protected LanguagesType language; protected LanguagesType language;
/** /**
* Obtiene el valor de la propiedad author. * Gets the value of the author property.
* *
* @return * @return
* possible object is * possible object is
@@ -67,7 +67,7 @@ public class OCRType {
} }
/** /**
* Define el valor de la propiedad author. * Sets the value of the author property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -79,7 +79,7 @@ public class OCRType {
} }
/** /**
* Obtiene el valor de la propiedad software. * Gets the value of the software property.
* *
* @return * @return
* possible object is * possible object is
@@ -91,7 +91,7 @@ public class OCRType {
} }
/** /**
* Define el valor de la propiedad software. * Sets the value of the software property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -103,7 +103,7 @@ public class OCRType {
} }
/** /**
* Obtiene el valor de la propiedad softwareVersion. * Gets the value of the softwareVersion property.
* *
* @return * @return
* possible object is * possible object is
@@ -115,7 +115,7 @@ public class OCRType {
} }
/** /**
* Define el valor de la propiedad softwareVersion. * Sets the value of the softwareVersion property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -127,7 +127,7 @@ public class OCRType {
} }
/** /**
* Obtiene el valor de la propiedad language. * Gets the value of the language property.
* *
* @return * @return
* possible object is * possible object is
@@ -139,7 +139,7 @@ public class OCRType {
} }
/** /**
* Define el valor de la propiedad language. * Sets the value of the language property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para OpticalDiscType complex type. * <p>Java class for OpticalDiscType 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> * <pre>
* &lt;complexType name="OpticalDiscType"> * &lt;complexType name="OpticalDiscType">
@@ -213,7 +213,7 @@ public class OpticalDiscType {
protected DumpHardwareArrayType dumpHardwareArray; protected DumpHardwareArrayType dumpHardwareArray;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -225,7 +225,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -237,7 +237,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -245,7 +245,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -253,7 +253,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad sequence. * Gets the value of the sequence property.
* *
* @return * @return
* possible object is * possible object is
@@ -265,7 +265,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad sequence. * Sets the value of the sequence property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -277,7 +277,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad layers. * Gets the value of the layers property.
* *
* @return * @return
* possible object is * possible object is
@@ -289,7 +289,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad layers. * Sets the value of the layers property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -301,7 +301,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -313,7 +313,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -470,7 +470,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad discType. * Gets the value of the discType property.
* *
* @return * @return
* possible object is * possible object is
@@ -482,7 +482,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad discType. * Sets the value of the discType property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -494,7 +494,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad discSubType. * Gets the value of the discSubType property.
* *
* @return * @return
* possible object is * possible object is
@@ -506,7 +506,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad discSubType. * Sets the value of the discSubType property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -518,7 +518,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad offset. * Gets the value of the offset property.
* *
* @return * @return
* possible object is * possible object is
@@ -530,7 +530,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad offset. * Sets the value of the offset property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -571,7 +571,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad sessions. * Gets the value of the sessions property.
* *
*/ */
public int getSessions() { public int getSessions() {
@@ -579,7 +579,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad sessions. * Sets the value of the sessions property.
* *
*/ */
public void setSessions(int value) { public void setSessions(int value) {
@@ -587,7 +587,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad copyProtection. * Gets the value of the copyProtection property.
* *
* @return * @return
* possible object is * possible object is
@@ -599,7 +599,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad copyProtection. * Sets the value of the copyProtection property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -611,7 +611,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad dimensions. * Gets the value of the dimensions property.
* *
* @return * @return
* possible object is * possible object is
@@ -623,7 +623,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad dimensions. * Sets the value of the dimensions property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -635,7 +635,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad case. * Gets the value of the case property.
* *
* @return * @return
* possible object is * possible object is
@@ -647,7 +647,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad case. * Sets the value of the case property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -659,7 +659,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad scans. * Gets the value of the scans property.
* *
* @return * @return
* possible object is * possible object is
@@ -671,7 +671,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad scans. * Sets the value of the scans property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -683,7 +683,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad pfi. * Gets the value of the pfi property.
* *
* @return * @return
* possible object is * possible object is
@@ -695,7 +695,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad pfi. * Sets the value of the pfi property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -707,7 +707,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad dmi. * Gets the value of the dmi property.
* *
* @return * @return
* possible object is * possible object is
@@ -719,7 +719,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad dmi. * Sets the value of the dmi property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -731,7 +731,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad cmi. * Gets the value of the cmi property.
* *
* @return * @return
* possible object is * possible object is
@@ -743,7 +743,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad cmi. * Sets the value of the cmi property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -755,7 +755,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad bca. * Gets the value of the bca property.
* *
* @return * @return
* possible object is * possible object is
@@ -767,7 +767,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad bca. * Sets the value of the bca property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -779,7 +779,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad atip. * Gets the value of the atip property.
* *
* @return * @return
* possible object is * possible object is
@@ -791,7 +791,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad atip. * Sets the value of the atip property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -803,7 +803,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad adip. * Gets the value of the adip property.
* *
* @return * @return
* possible object is * possible object is
@@ -815,7 +815,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad adip. * Sets the value of the adip property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -827,7 +827,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad pma. * Gets the value of the pma property.
* *
* @return * @return
* possible object is * possible object is
@@ -839,7 +839,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad pma. * Sets the value of the pma property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -851,7 +851,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad dds. * Gets the value of the dds property.
* *
* @return * @return
* possible object is * possible object is
@@ -863,7 +863,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad dds. * Sets the value of the dds property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -875,7 +875,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad sai. * Gets the value of the sai property.
* *
* @return * @return
* possible object is * possible object is
@@ -887,7 +887,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad sai. * Sets the value of the sai property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -899,7 +899,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad lastRMD. * Gets the value of the lastRMD property.
* *
* @return * @return
* possible object is * possible object is
@@ -911,7 +911,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad lastRMD. * Sets the value of the lastRMD property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -923,7 +923,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad pri. * Gets the value of the pri property.
* *
* @return * @return
* possible object is * possible object is
@@ -935,7 +935,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad pri. * Sets the value of the pri property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -947,7 +947,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad mediaID. * Gets the value of the mediaID property.
* *
* @return * @return
* possible object is * possible object is
@@ -959,7 +959,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad mediaID. * Sets the value of the mediaID property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -971,7 +971,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad pfir. * Gets the value of the pfir property.
* *
* @return * @return
* possible object is * possible object is
@@ -983,7 +983,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad pfir. * Sets the value of the pfir property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -995,7 +995,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad dcb. * Gets the value of the dcb property.
* *
* @return * @return
* possible object is * possible object is
@@ -1007,7 +1007,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad dcb. * Sets the value of the dcb property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -1019,7 +1019,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad di. * Gets the value of the di property.
* *
* @return * @return
* possible object is * possible object is
@@ -1031,7 +1031,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad di. * Sets the value of the di property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -1043,7 +1043,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad pac. * Gets the value of the pac property.
* *
* @return * @return
* possible object is * possible object is
@@ -1055,7 +1055,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad pac. * Sets the value of the pac property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -1067,7 +1067,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad toc. * Gets the value of the toc property.
* *
* @return * @return
* possible object is * possible object is
@@ -1079,7 +1079,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad toc. * Sets the value of the toc property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -1091,7 +1091,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad leadInCdText. * Gets the value of the leadInCdText property.
* *
* @return * @return
* possible object is * possible object is
@@ -1103,7 +1103,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad leadInCdText. * Sets the value of the leadInCdText property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -1173,7 +1173,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad xboxSecuritySectors. * Gets the value of the xboxSecuritySectors property.
* *
* @return * @return
* possible object is * possible object is
@@ -1185,7 +1185,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad xboxSecuritySectors. * Sets the value of the xboxSecuritySectors property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -1197,7 +1197,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad ps3Encryption. * Gets the value of the ps3Encryption property.
* *
* @return * @return
* possible object is * possible object is
@@ -1209,7 +1209,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad ps3Encryption. * Sets the value of the ps3Encryption property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -1250,7 +1250,7 @@ public class OpticalDiscType {
} }
/** /**
* Obtiene el valor de la propiedad dumpHardwareArray. * Gets the value of the dumpHardwareArray property.
* *
* @return * @return
* possible object is * possible object is
@@ -1262,7 +1262,7 @@ public class OpticalDiscType {
} }
/** /**
* Define el valor de la propiedad dumpHardwareArray. * Sets the value of the dumpHardwareArray property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Contains PCI/PCI-X/PCIe card information * Contains PCI/PCI-X/PCIe card information
* *
* <p>Clase Java para PCIType complex type. * <p>Java class for PCIType 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> * <pre>
* &lt;complexType name="PCIType"> * &lt;complexType name="PCIType">
@@ -71,7 +71,7 @@ public class PCIType {
protected LinearMediaType expansionROM; protected LinearMediaType expansionROM;
/** /**
* Obtiene el valor de la propiedad vendorID. * Gets the value of the vendorID property.
* *
*/ */
public int getVendorID() { public int getVendorID() {
@@ -79,7 +79,7 @@ public class PCIType {
} }
/** /**
* Define el valor de la propiedad vendorID. * Sets the value of the vendorID property.
* *
*/ */
public void setVendorID(int value) { public void setVendorID(int value) {
@@ -87,7 +87,7 @@ public class PCIType {
} }
/** /**
* Obtiene el valor de la propiedad deviceID. * Gets the value of the deviceID property.
* *
*/ */
public int getDeviceID() { public int getDeviceID() {
@@ -95,7 +95,7 @@ public class PCIType {
} }
/** /**
* Define el valor de la propiedad deviceID. * Sets the value of the deviceID property.
* *
*/ */
public void setDeviceID(int value) { public void setDeviceID(int value) {
@@ -103,7 +103,7 @@ public class PCIType {
} }
/** /**
* Obtiene el valor de la propiedad configuration. * Gets the value of the configuration property.
* *
* @return * @return
* possible object is * possible object is
@@ -115,7 +115,7 @@ public class PCIType {
} }
/** /**
* Define el valor de la propiedad configuration. * Sets the value of the configuration property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -127,7 +127,7 @@ public class PCIType {
} }
/** /**
* Obtiene el valor de la propiedad expansionROM. * Gets the value of the expansionROM property.
* *
* @return * @return
* possible object is * possible object is
@@ -139,7 +139,7 @@ public class PCIType {
} }
/** /**
* Define el valor de la propiedad expansionROM. * Sets the value of the expansionROM property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -20,9 +20,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Contains PCMCIA card information * Contains PCMCIA card information
* *
* <p>Clase Java para PCMCIAType complex type. * <p>Java class for PCMCIAType 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> * <pre>
* &lt;complexType name="PCMCIAType"> * &lt;complexType name="PCMCIAType">
@@ -74,7 +74,7 @@ public class PCMCIAType {
protected List<String> additionalInformation; protected List<String> additionalInformation;
/** /**
* Obtiene el valor de la propiedad cis. * Gets the value of the cis property.
* *
* @return * @return
* possible object is * possible object is
@@ -86,7 +86,7 @@ public class PCMCIAType {
} }
/** /**
* Define el valor de la propiedad cis. * Sets the value of the cis property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -98,7 +98,7 @@ public class PCMCIAType {
} }
/** /**
* Obtiene el valor de la propiedad compliance. * Gets the value of the compliance property.
* *
* @return * @return
* possible object is * possible object is
@@ -110,7 +110,7 @@ public class PCMCIAType {
} }
/** /**
* Define el valor de la propiedad compliance. * Sets the value of the compliance property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -122,7 +122,7 @@ public class PCMCIAType {
} }
/** /**
* Obtiene el valor de la propiedad manufacturerCode. * Gets the value of the manufacturerCode property.
* *
* @return * @return
* possible object is * possible object is
@@ -134,7 +134,7 @@ public class PCMCIAType {
} }
/** /**
* Define el valor de la propiedad manufacturerCode. * Sets the value of the manufacturerCode property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -146,7 +146,7 @@ public class PCMCIAType {
} }
/** /**
* Obtiene el valor de la propiedad cardCode. * Gets the value of the cardCode property.
* *
* @return * @return
* possible object is * possible object is
@@ -158,7 +158,7 @@ public class PCMCIAType {
} }
/** /**
* Define el valor de la propiedad cardCode. * Sets the value of the cardCode property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -170,7 +170,7 @@ public class PCMCIAType {
} }
/** /**
* Obtiene el valor de la propiedad manufacturer. * Gets the value of the manufacturer property.
* *
* @return * @return
* possible object is * possible object is
@@ -182,7 +182,7 @@ public class PCMCIAType {
} }
/** /**
* Define el valor de la propiedad manufacturer. * Sets the value of the manufacturer property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -194,7 +194,7 @@ public class PCMCIAType {
} }
/** /**
* Obtiene el valor de la propiedad productName. * Gets the value of the productName property.
* *
* @return * @return
* possible object is * possible object is
@@ -206,7 +206,7 @@ public class PCMCIAType {
} }
/** /**
* Define el valor de la propiedad productName. * Sets the value of the productName property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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 PS3EncryptionType complex type. * <p>Java class for PS3EncryptionType 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> * <pre>
* &lt;complexType name="PS3EncryptionType"> * &lt;complexType name="PS3EncryptionType">
@@ -47,7 +47,7 @@ public class PS3EncryptionType {
protected String serial; protected String serial;
/** /**
* Obtiene el valor de la propiedad key. * Gets the value of the key property.
* *
* @return * @return
* possible object is * possible object is
@@ -59,7 +59,7 @@ public class PS3EncryptionType {
} }
/** /**
* Define el valor de la propiedad key. * Sets the value of the key property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -71,7 +71,7 @@ public class PS3EncryptionType {
} }
/** /**
* Obtiene el valor de la propiedad serial. * Gets the value of the serial property.
* *
* @return * @return
* possible object is * possible object is
@@ -83,7 +83,7 @@ public class PS3EncryptionType {
} }
/** /**
* Define el valor de la propiedad serial. * Sets the value of the serial property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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 PartitionType complex type. * <p>Java class for PartitionType 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> * <pre>
* &lt;complexType name="PartitionType"> * &lt;complexType name="PartitionType">
@@ -73,7 +73,7 @@ public class PartitionType {
protected FileSystemsType fileSystems; protected FileSystemsType fileSystems;
/** /**
* Obtiene el valor de la propiedad sequence. * Gets the value of the sequence property.
* *
*/ */
public int getSequence() { public int getSequence() {
@@ -81,7 +81,7 @@ public class PartitionType {
} }
/** /**
* Define el valor de la propiedad sequence. * Sets the value of the sequence property.
* *
*/ */
public void setSequence(int value) { public void setSequence(int value) {
@@ -89,7 +89,7 @@ public class PartitionType {
} }
/** /**
* Obtiene el valor de la propiedad name. * Gets the value of the name property.
* *
* @return * @return
* possible object is * possible object is
@@ -101,7 +101,7 @@ public class PartitionType {
} }
/** /**
* Define el valor de la propiedad name. * Sets the value of the name property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -113,7 +113,7 @@ public class PartitionType {
} }
/** /**
* Obtiene el valor de la propiedad type. * Gets the value of the type property.
* *
* @return * @return
* possible object is * possible object is
@@ -125,7 +125,7 @@ public class PartitionType {
} }
/** /**
* Define el valor de la propiedad type. * Sets the value of the type property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -137,7 +137,7 @@ public class PartitionType {
} }
/** /**
* Obtiene el valor de la propiedad startSector. * Gets the value of the startSector property.
* *
*/ */
public int getStartSector() { public int getStartSector() {
@@ -145,7 +145,7 @@ public class PartitionType {
} }
/** /**
* Define el valor de la propiedad startSector. * Sets the value of the startSector property.
* *
*/ */
public void setStartSector(int value) { public void setStartSector(int value) {
@@ -153,7 +153,7 @@ public class PartitionType {
} }
/** /**
* Obtiene el valor de la propiedad endSector. * Gets the value of the endSector property.
* *
*/ */
public int getEndSector() { public int getEndSector() {
@@ -161,7 +161,7 @@ public class PartitionType {
} }
/** /**
* Define el valor de la propiedad endSector. * Sets the value of the endSector property.
* *
*/ */
public void setEndSector(int value) { public void setEndSector(int value) {
@@ -169,7 +169,7 @@ public class PartitionType {
} }
/** /**
* Obtiene el valor de la propiedad description. * Gets the value of the description property.
* *
* @return * @return
* possible object is * possible object is
@@ -181,7 +181,7 @@ public class PartitionType {
} }
/** /**
* Define el valor de la propiedad description. * Sets the value of the description property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -193,7 +193,7 @@ public class PartitionType {
} }
/** /**
* Obtiene el valor de la propiedad fileSystems. * Gets the value of the fileSystems property.
* *
* @return * @return
* possible object is * possible object is
@@ -205,7 +205,7 @@ public class PartitionType {
} }
/** /**
* Define el valor de la propiedad fileSystems. * Sets the value of the fileSystems property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -19,9 +19,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
/** /**
* <p>Clase Java para RecordingType complex type. * <p>Java class for RecordingType 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> * <pre>
* &lt;complexType name="RecordingType"> * &lt;complexType name="RecordingType">
@@ -141,7 +141,7 @@ public class RecordingType {
protected CoordinatesType coordinates; protected CoordinatesType coordinates;
/** /**
* Obtiene el valor de la propiedad broadcaster. * Gets the value of the broadcaster property.
* *
* @return * @return
* possible object is * possible object is
@@ -153,7 +153,7 @@ public class RecordingType {
} }
/** /**
* Define el valor de la propiedad broadcaster. * Sets the value of the broadcaster property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -165,7 +165,7 @@ public class RecordingType {
} }
/** /**
* Obtiene el valor de la propiedad broadcastPlatform. * Gets the value of the broadcastPlatform property.
* *
* @return * @return
* possible object is * possible object is
@@ -177,7 +177,7 @@ public class RecordingType {
} }
/** /**
* Define el valor de la propiedad broadcastPlatform. * Sets the value of the broadcastPlatform property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -189,7 +189,7 @@ public class RecordingType {
} }
/** /**
* Obtiene el valor de la propiedad sourceFormat. * Gets the value of the sourceFormat property.
* *
* @return * @return
* possible object is * possible object is
@@ -201,7 +201,7 @@ public class RecordingType {
} }
/** /**
* Define el valor de la propiedad sourceFormat. * Sets the value of the sourceFormat property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -213,7 +213,7 @@ public class RecordingType {
} }
/** /**
* Obtiene el valor de la propiedad timestamp. * Gets the value of the timestamp property.
* *
* @return * @return
* possible object is * possible object is
@@ -225,7 +225,7 @@ public class RecordingType {
} }
/** /**
* Define el valor de la propiedad timestamp. * Sets the value of the timestamp property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -266,7 +266,7 @@ public class RecordingType {
} }
/** /**
* Obtiene el valor de la propiedad coordinates. * Gets the value of the coordinates property.
* *
* @return * @return
* possible object is * possible object is
@@ -278,7 +278,7 @@ public class RecordingType {
} }
/** /**
* Define el valor de la propiedad coordinates. * Sets the value of the coordinates property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para RequiredOperatingSystemType complex type. * <p>Java class for RequiredOperatingSystemType 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> * <pre>
* &lt;complexType name="RequiredOperatingSystemType"> * &lt;complexType name="RequiredOperatingSystemType">
@@ -49,7 +49,7 @@ public class RequiredOperatingSystemType {
protected List<String> version; protected List<String> version;
/** /**
* Obtiene el valor de la propiedad name. * Gets the value of the name property.
* *
* @return * @return
* possible object is * possible object is
@@ -61,7 +61,7 @@ public class RequiredOperatingSystemType {
} }
/** /**
* Define el valor de la propiedad name. * Sets the value of the name property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para RequiredOperatingSystemsType complex type. * <p>Java class for RequiredOperatingSystemsType 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> * <pre>
* &lt;complexType name="RequiredOperatingSystemsType"> * &lt;complexType name="RequiredOperatingSystemsType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Contains SCSI device information * Contains SCSI device information
* *
* <p>Clase Java para SCSIType complex type. * <p>Java class for SCSIType 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> * <pre>
* &lt;complexType name="SCSIType"> * &lt;complexType name="SCSIType">
@@ -63,7 +63,7 @@ public class SCSIType {
protected DumpType logSense; protected DumpType logSense;
/** /**
* Obtiene el valor de la propiedad inquiry. * Gets the value of the inquiry property.
* *
* @return * @return
* possible object is * possible object is
@@ -75,7 +75,7 @@ public class SCSIType {
} }
/** /**
* Define el valor de la propiedad inquiry. * Sets the value of the inquiry property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -116,7 +116,7 @@ public class SCSIType {
} }
/** /**
* Obtiene el valor de la propiedad modeSense. * Gets the value of the modeSense property.
* *
* @return * @return
* possible object is * possible object is
@@ -128,7 +128,7 @@ public class SCSIType {
} }
/** /**
* Define el valor de la propiedad modeSense. * Sets the value of the modeSense property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -140,7 +140,7 @@ public class SCSIType {
} }
/** /**
* Obtiene el valor de la propiedad modeSense10. * Gets the value of the modeSense10 property.
* *
* @return * @return
* possible object is * possible object is
@@ -152,7 +152,7 @@ public class SCSIType {
} }
/** /**
* Define el valor de la propiedad modeSense10. * Sets the value of the modeSense10 property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -164,7 +164,7 @@ public class SCSIType {
} }
/** /**
* Obtiene el valor de la propiedad logSense. * Gets the value of the logSense property.
* *
* @return * @return
* possible object is * possible object is
@@ -176,7 +176,7 @@ public class SCSIType {
} }
/** /**
* Define el valor de la propiedad logSense. * Sets the value of the logSense property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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 * 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> * <pre>
* &lt;complexType name="ScanProcessingType"> * &lt;complexType name="ScanProcessingType">
@@ -54,7 +54,7 @@ public class ScanProcessingType {
protected String softwareVersion; protected String softwareVersion;
/** /**
* Obtiene el valor de la propiedad author. * Gets the value of the author property.
* *
* @return * @return
* possible object is * 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 * @param value
* allowed object is * 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 * @return
* possible object is * 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 * @param value
* allowed object is * 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 * @return
* possible object is * 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 * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para ScanType complex type. * <p>Java class for ScanType 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> * <pre>
* &lt;complexType name="ScanType"> * &lt;complexType name="ScanType">
@@ -61,7 +61,7 @@ public class ScanType {
protected List<OCRType> ocr; protected List<OCRType> ocr;
/** /**
* Obtiene el valor de la propiedad file. * Gets the value of the file property.
* *
* @return * @return
* possible object is * possible object is
@@ -73,7 +73,7 @@ public class ScanType {
} }
/** /**
* Define el valor de la propiedad file. * Sets the value of the file property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -85,7 +85,7 @@ public class ScanType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -97,7 +97,7 @@ public class ScanType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Information about scanning * Information about scanning
* *
* <p>Clase Java para ScannerType complex type. * <p>Java class for ScannerType 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> * <pre>
* &lt;complexType name="ScannerType"> * &lt;complexType name="ScannerType">
@@ -65,7 +65,7 @@ public class ScannerType {
protected String softwareVersion; protected String softwareVersion;
/** /**
* Obtiene el valor de la propiedad author. * Gets the value of the author property.
* *
* @return * @return
* possible object is * possible object is
@@ -77,7 +77,7 @@ public class ScannerType {
} }
/** /**
* Define el valor de la propiedad author. * Sets the value of the author property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -89,7 +89,7 @@ public class ScannerType {
} }
/** /**
* Obtiene el valor de la propiedad manufacturer. * Gets the value of the manufacturer property.
* *
* @return * @return
* possible object is * possible object is
@@ -101,7 +101,7 @@ public class ScannerType {
} }
/** /**
* Define el valor de la propiedad manufacturer. * Sets the value of the manufacturer property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -113,7 +113,7 @@ public class ScannerType {
} }
/** /**
* Obtiene el valor de la propiedad model. * Gets the value of the model property.
* *
* @return * @return
* possible object is * possible object is
@@ -125,7 +125,7 @@ public class ScannerType {
} }
/** /**
* Define el valor de la propiedad model. * Sets the value of the model property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -137,7 +137,7 @@ public class ScannerType {
} }
/** /**
* Obtiene el valor de la propiedad serial. * Gets the value of the serial property.
* *
* @return * @return
* possible object is * possible object is
@@ -149,7 +149,7 @@ public class ScannerType {
} }
/** /**
* Define el valor de la propiedad serial. * Sets the value of the serial property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -161,7 +161,7 @@ public class ScannerType {
} }
/** /**
* Obtiene el valor de la propiedad software. * Gets the value of the software property.
* *
* @return * @return
* possible object is * possible object is
@@ -173,7 +173,7 @@ public class ScannerType {
} }
/** /**
* Define el valor de la propiedad software. * Sets the value of the software property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -185,7 +185,7 @@ public class ScannerType {
} }
/** /**
* Obtiene el valor de la propiedad softwareVersion. * Gets the value of the softwareVersion property.
* *
* @return * @return
* possible object is * possible object is
@@ -197,7 +197,7 @@ public class ScannerType {
} }
/** /**
* Define el valor de la propiedad softwareVersion. * Sets the value of the softwareVersion property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // 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 ScansType complex type. * <p>Java class for ScansType 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> * <pre>
* &lt;complexType name="ScansType"> * &lt;complexType name="ScansType">
@@ -47,7 +47,7 @@ public class ScansType {
protected MediaScanType scan; protected MediaScanType scan;
/** /**
* Obtiene el valor de la propiedad caseScan. * Gets the value of the caseScan property.
* *
* @return * @return
* possible object is * possible object is
@@ -59,7 +59,7 @@ public class ScansType {
} }
/** /**
* Define el valor de la propiedad caseScan. * Sets the value of the caseScan property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -71,7 +71,7 @@ public class ScansType {
} }
/** /**
* Obtiene el valor de la propiedad scan. * Gets the value of the scan property.
* *
* @return * @return
* possible object is * possible object is
@@ -83,7 +83,7 @@ public class ScansType {
} }
/** /**
* Define el valor de la propiedad scan. * Sets the value of the scan property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlValue;
/** /**
* <p>Clase Java para SectorsType complex type. * <p>Java class for SectorsType 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> * <pre>
* &lt;complexType name="SectorsType"> * &lt;complexType name="SectorsType">
@@ -44,7 +44,7 @@ public class SectorsType {
protected Integer layer; protected Integer layer;
/** /**
* Obtiene el valor de la propiedad value. * Gets the value of the value property.
* *
*/ */
public long getValue() { public long getValue() {
@@ -52,7 +52,7 @@ public class SectorsType {
} }
/** /**
* Define el valor de la propiedad value. * Sets the value of the value property.
* *
*/ */
public void setValue(long value) { public void setValue(long value) {
@@ -60,7 +60,7 @@ public class SectorsType {
} }
/** /**
* Obtiene el valor de la propiedad layer. * Gets the value of the layer property.
* *
* @return * @return
* possible object is * possible object is
@@ -72,7 +72,7 @@ public class SectorsType {
} }
/** /**
* Define el valor de la propiedad layer. * Sets the value of the layer property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Contains SD/MMC device information * Contains SD/MMC device information
* *
* <p>Clase Java para SecureDigitalType complex type. * <p>Java class for SecureDigitalType 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> * <pre>
* &lt;complexType name="SecureDigitalType"> * &lt;complexType name="SecureDigitalType">
@@ -53,7 +53,7 @@ public class SecureDigitalType {
protected DumpType extendedCSD; protected DumpType extendedCSD;
/** /**
* Obtiene el valor de la propiedad cid. * Gets the value of the cid property.
* *
* @return * @return
* possible object is * possible object is
@@ -65,7 +65,7 @@ public class SecureDigitalType {
} }
/** /**
* Define el valor de la propiedad cid. * Sets the value of the cid property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -77,7 +77,7 @@ public class SecureDigitalType {
} }
/** /**
* Obtiene el valor de la propiedad csd. * Gets the value of the csd property.
* *
* @return * @return
* possible object is * possible object is
@@ -89,7 +89,7 @@ public class SecureDigitalType {
} }
/** /**
* Define el valor de la propiedad csd. * Sets the value of the csd property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -101,7 +101,7 @@ public class SecureDigitalType {
} }
/** /**
* Obtiene el valor de la propiedad extendedCSD. * Gets the value of the extendedCSD property.
* *
* @return * @return
* possible object is * possible object is
@@ -113,7 +113,7 @@ public class SecureDigitalType {
} }
/** /**
* Define el valor de la propiedad extendedCSD. * Sets the value of the extendedCSD property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
* Start and end of XGD's security sectors * Start and end of XGD's security sectors
* *
* *
* <p>Clase Java para SecuritySectorsType complex type. * <p>Java class for SecuritySectorsType 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> * <pre>
* &lt;complexType name="SecuritySectorsType"> * &lt;complexType name="SecuritySectorsType">
@@ -50,7 +50,7 @@ public class SecuritySectorsType {
protected long end; protected long end;
/** /**
* Obtiene el valor de la propiedad start. * Gets the value of the start property.
* *
*/ */
public long getStart() { public long getStart() {
@@ -58,7 +58,7 @@ public class SecuritySectorsType {
} }
/** /**
* Define el valor de la propiedad start. * Sets the value of the start property.
* *
*/ */
public void setStart(long value) { public void setStart(long value) {
@@ -66,7 +66,7 @@ public class SecuritySectorsType {
} }
/** /**
* Obtiene el valor de la propiedad end. * Gets the value of the end property.
* *
*/ */
public long getEnd() { public long getEnd() {
@@ -74,7 +74,7 @@ public class SecuritySectorsType {
} }
/** /**
* Define el valor de la propiedad end. * Sets the value of the end property.
* *
*/ */
public void setEnd(long value) { public void setEnd(long value) {

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
* Sequence information about a disc * Sequence information about a disc
* *
* *
* <p>Clase Java para SequenceType complex type. * <p>Java class for SequenceType 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> * <pre>
* &lt;complexType name="SequenceType"> * &lt;complexType name="SequenceType">
@@ -82,7 +82,7 @@ public class SequenceType {
protected Integer layer; protected Integer layer;
/** /**
* Obtiene el valor de la propiedad mediaTitle. * Gets the value of the mediaTitle property.
* *
* @return * @return
* possible object is * possible object is
@@ -94,7 +94,7 @@ public class SequenceType {
} }
/** /**
* Define el valor de la propiedad mediaTitle. * Sets the value of the mediaTitle property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -106,7 +106,7 @@ public class SequenceType {
} }
/** /**
* Obtiene el valor de la propiedad mediaSequence. * Gets the value of the mediaSequence property.
* *
*/ */
public int getMediaSequence() { public int getMediaSequence() {
@@ -114,7 +114,7 @@ public class SequenceType {
} }
/** /**
* Define el valor de la propiedad mediaSequence. * Sets the value of the mediaSequence property.
* *
*/ */
public void setMediaSequence(int value) { public void setMediaSequence(int value) {
@@ -122,7 +122,7 @@ public class SequenceType {
} }
/** /**
* Obtiene el valor de la propiedad totalMedia. * Gets the value of the totalMedia property.
* *
*/ */
public int getTotalMedia() { public int getTotalMedia() {
@@ -130,7 +130,7 @@ public class SequenceType {
} }
/** /**
* Define el valor de la propiedad totalMedia. * Sets the value of the totalMedia property.
* *
*/ */
public void setTotalMedia(int value) { public void setTotalMedia(int value) {
@@ -138,7 +138,7 @@ public class SequenceType {
} }
/** /**
* Obtiene el valor de la propiedad side. * Gets the value of the side property.
* *
* @return * @return
* possible object is * possible object is
@@ -150,7 +150,7 @@ public class SequenceType {
} }
/** /**
* Define el valor de la propiedad side. * Sets the value of the side property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -162,7 +162,7 @@ public class SequenceType {
} }
/** /**
* Obtiene el valor de la propiedad layer. * Gets the value of the layer property.
* *
* @return * @return
* possible object is * possible object is
@@ -174,7 +174,7 @@ public class SequenceType {
} }
/** /**
* Define el valor de la propiedad layer. * Sets the value of the layer property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Software used for disc reading * Software used for disc reading
* *
* <p>Clase Java para SoftwareType complex type. * <p>Java class for SoftwareType 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> * <pre>
* &lt;complexType name="SoftwareType"> * &lt;complexType name="SoftwareType">
@@ -53,7 +53,7 @@ public class SoftwareType {
protected String operatingSystem; protected String operatingSystem;
/** /**
* Obtiene el valor de la propiedad name. * Gets the value of the name property.
* *
* @return * @return
* possible object is * possible object is
@@ -65,7 +65,7 @@ public class SoftwareType {
} }
/** /**
* Define el valor de la propiedad name. * Sets the value of the name property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -77,7 +77,7 @@ public class SoftwareType {
} }
/** /**
* Obtiene el valor de la propiedad version. * Gets the value of the version property.
* *
* @return * @return
* possible object is * possible object is
@@ -89,7 +89,7 @@ public class SoftwareType {
} }
/** /**
* Define el valor de la propiedad version. * Sets the value of the version property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -101,7 +101,7 @@ public class SoftwareType {
} }
/** /**
* Obtiene el valor de la propiedad operatingSystem. * Gets the value of the operatingSystem property.
* *
* @return * @return
* possible object is * possible object is
@@ -113,7 +113,7 @@ public class SoftwareType {
} }
/** /**
* Define el valor de la propiedad operatingSystem. * Sets the value of the operatingSystem property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Track's subchannel information * Track's subchannel information
* *
* <p>Clase Java para SubChannelType complex type. * <p>Java class for SubChannelType 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> * <pre>
* &lt;complexType name="SubChannelType"> * &lt;complexType name="SubChannelType">
@@ -53,7 +53,7 @@ public class SubChannelType {
protected ChecksumsType checksums; protected ChecksumsType checksums;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -65,7 +65,7 @@ public class SubChannelType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -77,7 +77,7 @@ public class SubChannelType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -85,7 +85,7 @@ public class SubChannelType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -93,7 +93,7 @@ public class SubChannelType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -105,7 +105,7 @@ public class SubChannelType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para SubcategoriesType complex type. * <p>Java class for SubcategoriesType 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> * <pre>
* &lt;complexType name="SubcategoriesType"> * &lt;complexType name="SubcategoriesType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para SubtitleTracksType complex type. * <p>Java class for SubtitleTracksType 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> * <pre>
* &lt;complexType name="SubtitleTracksType"> * &lt;complexType name="SubtitleTracksType">
@@ -56,7 +56,7 @@ public class SubtitleTracksType {
protected String codec; protected String codec;
/** /**
* Obtiene el valor de la propiedad languages. * Gets the value of the languages property.
* *
* @return * @return
* possible object is * possible object is
@@ -68,7 +68,7 @@ public class SubtitleTracksType {
} }
/** /**
* Define el valor de la propiedad languages. * Sets the value of the languages property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -80,7 +80,7 @@ public class SubtitleTracksType {
} }
/** /**
* Obtiene el valor de la propiedad trackNumber. * Gets the value of the trackNumber property.
* *
*/ */
public int getTrackNumber() { public int getTrackNumber() {
@@ -88,7 +88,7 @@ public class SubtitleTracksType {
} }
/** /**
* Define el valor de la propiedad trackNumber. * Sets the value of the trackNumber property.
* *
*/ */
public void setTrackNumber(int value) { public void setTrackNumber(int value) {
@@ -96,7 +96,7 @@ public class SubtitleTracksType {
} }
/** /**
* Obtiene el valor de la propiedad codec. * Gets the value of the codec property.
* *
* @return * @return
* possible object is * possible object is
@@ -108,7 +108,7 @@ public class SubtitleTracksType {
} }
/** /**
* Define el valor de la propiedad codec. * Sets the value of the codec property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para SystemsType complex type. * <p>Java class for SystemsType 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> * <pre>
* &lt;complexType name="SystemsType"> * &lt;complexType name="SystemsType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Tape file information * Tape file information
* *
* <p>Clase Java para TapeFileType complex type. * <p>Java class for TapeFileType 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> * <pre>
* &lt;complexType name="TapeFileType"> * &lt;complexType name="TapeFileType">
@@ -29,6 +29,7 @@ import javax.xml.bind.annotation.XmlType;
* &lt;element name="Image" type="{}ImageType"/> * &lt;element name="Image" type="{}ImageType"/>
* &lt;element name="Size" type="{http://www.w3.org/2001/XMLSchema}long"/> * &lt;element name="Size" type="{http://www.w3.org/2001/XMLSchema}long"/>
* &lt;element name="Sequence" type="{http://www.w3.org/2001/XMLSchema}long"/> * &lt;element name="Sequence" type="{http://www.w3.org/2001/XMLSchema}long"/>
* &lt;element name="BlockSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
* &lt;element name="StartBlock" type="{http://www.w3.org/2001/XMLSchema}long"/> * &lt;element name="StartBlock" type="{http://www.w3.org/2001/XMLSchema}long"/>
* &lt;element name="EndBlock" type="{http://www.w3.org/2001/XMLSchema}long"/> * &lt;element name="EndBlock" type="{http://www.w3.org/2001/XMLSchema}long"/>
* &lt;element name="Checksums" type="{}ChecksumsType"/> * &lt;element name="Checksums" type="{}ChecksumsType"/>
@@ -45,6 +46,7 @@ import javax.xml.bind.annotation.XmlType;
"image", "image",
"size", "size",
"sequence", "sequence",
"blockSize",
"startBlock", "startBlock",
"endBlock", "endBlock",
"checksums" "checksums"
@@ -57,6 +59,8 @@ public class TapeFileType {
protected long size; protected long size;
@XmlElement(name = "Sequence") @XmlElement(name = "Sequence")
protected long sequence; protected long sequence;
@XmlElement(name = "BlockSize")
protected long blockSize;
@XmlElement(name = "StartBlock") @XmlElement(name = "StartBlock")
protected long startBlock; protected long startBlock;
@XmlElement(name = "EndBlock") @XmlElement(name = "EndBlock")
@@ -65,7 +69,7 @@ public class TapeFileType {
protected ChecksumsType checksums; protected ChecksumsType checksums;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -77,7 +81,7 @@ public class TapeFileType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -89,7 +93,7 @@ public class TapeFileType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -97,7 +101,7 @@ public class TapeFileType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -105,7 +109,7 @@ public class TapeFileType {
} }
/** /**
* Obtiene el valor de la propiedad sequence. * Gets the value of the sequence property.
* *
*/ */
public long getSequence() { public long getSequence() {
@@ -113,7 +117,7 @@ public class TapeFileType {
} }
/** /**
* Define el valor de la propiedad sequence. * Sets the value of the sequence property.
* *
*/ */
public void setSequence(long value) { public void setSequence(long value) {
@@ -121,7 +125,23 @@ public class TapeFileType {
} }
/** /**
* Obtiene el valor de la propiedad startBlock. * Gets the value of the blockSize property.
*
*/
public long getBlockSize() {
return blockSize;
}
/**
* Sets the value of the blockSize property.
*
*/
public void setBlockSize(long value) {
this.blockSize = value;
}
/**
* Gets the value of the startBlock property.
* *
*/ */
public long getStartBlock() { public long getStartBlock() {
@@ -129,7 +149,7 @@ public class TapeFileType {
} }
/** /**
* Define el valor de la propiedad startBlock. * Sets the value of the startBlock property.
* *
*/ */
public void setStartBlock(long value) { public void setStartBlock(long value) {
@@ -137,7 +157,7 @@ public class TapeFileType {
} }
/** /**
* Obtiene el valor de la propiedad endBlock. * Gets the value of the endBlock property.
* *
*/ */
public long getEndBlock() { public long getEndBlock() {
@@ -145,7 +165,7 @@ public class TapeFileType {
} }
/** /**
* Define el valor de la propiedad endBlock. * Sets the value of the endBlock property.
* *
*/ */
public void setEndBlock(long value) { public void setEndBlock(long value) {
@@ -153,7 +173,7 @@ public class TapeFileType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -165,7 +185,7 @@ public class TapeFileType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para TapeInformationType complex type. * <p>Java class for TapeInformationType 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> * <pre>
* &lt;complexType name="TapeInformationType"> * &lt;complexType name="TapeInformationType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Partition information * Partition information
* *
* <p>Clase Java para TapePartitionType complex type. * <p>Java class for TapePartitionType 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> * <pre>
* &lt;complexType name="TapePartitionType"> * &lt;complexType name="TapePartitionType">
@@ -73,7 +73,7 @@ public class TapePartitionType {
protected List<TapeFileType> file; protected List<TapeFileType> file;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -85,7 +85,7 @@ public class TapePartitionType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -97,7 +97,7 @@ public class TapePartitionType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -105,7 +105,7 @@ public class TapePartitionType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -113,7 +113,7 @@ public class TapePartitionType {
} }
/** /**
* Obtiene el valor de la propiedad sequence. * Gets the value of the sequence property.
* *
*/ */
public long getSequence() { public long getSequence() {
@@ -121,7 +121,7 @@ public class TapePartitionType {
} }
/** /**
* Define el valor de la propiedad sequence. * Sets the value of the sequence property.
* *
*/ */
public void setSequence(long value) { public void setSequence(long value) {
@@ -129,7 +129,7 @@ public class TapePartitionType {
} }
/** /**
* Obtiene el valor de la propiedad startBlock. * Gets the value of the startBlock property.
* *
*/ */
public long getStartBlock() { public long getStartBlock() {
@@ -137,7 +137,7 @@ public class TapePartitionType {
} }
/** /**
* Define el valor de la propiedad startBlock. * Sets the value of the startBlock property.
* *
*/ */
public void setStartBlock(long value) { public void setStartBlock(long value) {
@@ -145,7 +145,7 @@ public class TapePartitionType {
} }
/** /**
* Obtiene el valor de la propiedad endBlock. * Gets the value of the endBlock property.
* *
*/ */
public long getEndBlock() { public long getEndBlock() {
@@ -153,7 +153,7 @@ public class TapePartitionType {
} }
/** /**
* Define el valor de la propiedad endBlock. * Sets the value of the endBlock property.
* *
*/ */
public void setEndBlock(long value) { public void setEndBlock(long value) {
@@ -161,7 +161,7 @@ public class TapePartitionType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -173,7 +173,7 @@ public class TapePartitionType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
* Sequence information about a track * Sequence information about a track
* *
* *
* <p>Clase Java para TrackSequenceType complex type. * <p>Java class for TrackSequenceType 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> * <pre>
* &lt;complexType name="TrackSequenceType"> * &lt;complexType name="TrackSequenceType">
@@ -56,7 +56,7 @@ public class TrackSequenceType {
protected int session; protected int session;
/** /**
* Obtiene el valor de la propiedad trackNumber. * Gets the value of the trackNumber property.
* *
*/ */
public int getTrackNumber() { public int getTrackNumber() {
@@ -64,7 +64,7 @@ public class TrackSequenceType {
} }
/** /**
* Define el valor de la propiedad trackNumber. * Sets the value of the trackNumber property.
* *
*/ */
public void setTrackNumber(int value) { public void setTrackNumber(int value) {
@@ -72,7 +72,7 @@ public class TrackSequenceType {
} }
/** /**
* Obtiene el valor de la propiedad session. * Gets the value of the session property.
* *
*/ */
public int getSession() { public int getSession() {
@@ -80,7 +80,7 @@ public class TrackSequenceType {
} }
/** /**
* Define el valor de la propiedad session. * Sets the value of the session property.
* *
*/ */
public void setSession(int value) { public void setSession(int value) {

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Track information * Track information
* *
* <p>Clase Java para TrackType complex type. * <p>Java class for TrackType 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> * <pre>
* &lt;complexType name="TrackType"> * &lt;complexType name="TrackType">
@@ -108,7 +108,7 @@ public class TrackType {
protected FileSystemInformationType fileSystemInformation; protected FileSystemInformationType fileSystemInformation;
/** /**
* Obtiene el valor de la propiedad image. * Gets the value of the image property.
* *
* @return * @return
* possible object is * possible object is
@@ -120,7 +120,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad image. * Sets the value of the image property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -132,7 +132,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad size. * Gets the value of the size property.
* *
*/ */
public long getSize() { public long getSize() {
@@ -140,7 +140,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad size. * Sets the value of the size property.
* *
*/ */
public void setSize(long value) { public void setSize(long value) {
@@ -148,7 +148,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad sequence. * Gets the value of the sequence property.
* *
* @return * @return
* possible object is * possible object is
@@ -160,7 +160,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad sequence. * Sets the value of the sequence property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -172,7 +172,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad startMSF. * Gets the value of the startMSF property.
* *
* @return * @return
* possible object is * possible object is
@@ -184,7 +184,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad startMSF. * Sets the value of the startMSF property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -196,7 +196,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad endMSF. * Gets the value of the endMSF property.
* *
* @return * @return
* possible object is * possible object is
@@ -208,7 +208,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad endMSF. * Sets the value of the endMSF property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -220,7 +220,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad startSector. * Gets the value of the startSector property.
* *
*/ */
public long getStartSector() { public long getStartSector() {
@@ -228,7 +228,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad startSector. * Sets the value of the startSector property.
* *
*/ */
public void setStartSector(long value) { public void setStartSector(long value) {
@@ -236,7 +236,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad endSector. * Gets the value of the endSector property.
* *
*/ */
public long getEndSector() { public long getEndSector() {
@@ -244,7 +244,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad endSector. * Sets the value of the endSector property.
* *
*/ */
public void setEndSector(long value) { public void setEndSector(long value) {
@@ -252,7 +252,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad trackType. * Gets the value of the trackType property.
* *
* @return * @return
* possible object is * possible object is
@@ -264,7 +264,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad trackType. * Sets the value of the trackType property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -276,7 +276,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad bytesPerSector. * Gets the value of the bytesPerSector property.
* *
*/ */
public int getBytesPerSector() { public int getBytesPerSector() {
@@ -284,7 +284,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad bytesPerSector. * Sets the value of the bytesPerSector property.
* *
*/ */
public void setBytesPerSector(int value) { public void setBytesPerSector(int value) {
@@ -292,7 +292,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad accoustID. * Gets the value of the accoustID property.
* *
* @return * @return
* possible object is * possible object is
@@ -304,7 +304,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad accoustID. * Sets the value of the accoustID property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -316,7 +316,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad checksums. * Gets the value of the checksums property.
* *
* @return * @return
* possible object is * possible object is
@@ -328,7 +328,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad checksums. * Sets the value of the checksums property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -340,7 +340,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad subChannel. * Gets the value of the subChannel property.
* *
* @return * @return
* possible object is * possible object is
@@ -352,7 +352,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad subChannel. * Sets the value of the subChannel property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -364,7 +364,7 @@ public class TrackType {
} }
/** /**
* Obtiene el valor de la propiedad fileSystemInformation. * Gets the value of the fileSystemInformation property.
* *
* @return * @return
* possible object is * possible object is
@@ -376,7 +376,7 @@ public class TrackType {
} }
/** /**
* Define el valor de la propiedad fileSystemInformation. * Sets the value of the fileSystemInformation property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* Contains USB device information * Contains USB device information
* *
* <p>Clase Java para USBType complex type. * <p>Java class for USBType 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> * <pre>
* &lt;complexType name="USBType"> * &lt;complexType name="USBType">
@@ -67,7 +67,7 @@ public class USBType {
protected DumpType descriptors; protected DumpType descriptors;
/** /**
* Obtiene el valor de la propiedad vendorID. * Gets the value of the vendorID property.
* *
*/ */
public int getVendorID() { public int getVendorID() {
@@ -75,7 +75,7 @@ public class USBType {
} }
/** /**
* Define el valor de la propiedad vendorID. * Sets the value of the vendorID property.
* *
*/ */
public void setVendorID(int value) { public void setVendorID(int value) {
@@ -83,7 +83,7 @@ public class USBType {
} }
/** /**
* Obtiene el valor de la propiedad productID. * Gets the value of the productID property.
* *
*/ */
public int getProductID() { public int getProductID() {
@@ -91,7 +91,7 @@ public class USBType {
} }
/** /**
* Define el valor de la propiedad productID. * Sets the value of the productID property.
* *
*/ */
public void setProductID(int value) { public void setProductID(int value) {
@@ -99,7 +99,7 @@ public class USBType {
} }
/** /**
* Obtiene el valor de la propiedad descriptors. * Gets the value of the descriptors property.
* *
* @return * @return
* possible object is * possible object is
@@ -111,7 +111,7 @@ public class USBType {
} }
/** /**
* Define el valor de la propiedad descriptors. * Sets the value of the descriptors property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
* User manual or user guide accompanying this set. Can be more than one. * User manual or user guide accompanying this set. Can be more than one.
* *
* *
* <p>Clase Java para UserManualType complex type. * <p>Java class for UserManualType 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> * <pre>
* &lt;complexType name="UserManualType"> * &lt;complexType name="UserManualType">
@@ -58,7 +58,7 @@ public class UserManualType {
protected ScanType scan; protected ScanType scan;
/** /**
* Obtiene el valor de la propiedad language. * Gets the value of the language property.
* *
* @return * @return
* possible object is * possible object is
@@ -70,7 +70,7 @@ public class UserManualType {
} }
/** /**
* Define el valor de la propiedad language. * Sets the value of the language property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -82,7 +82,7 @@ public class UserManualType {
} }
/** /**
* Obtiene el valor de la propiedad pages. * Gets the value of the pages property.
* *
*/ */
public int getPages() { public int getPages() {
@@ -90,7 +90,7 @@ public class UserManualType {
} }
/** /**
* Define el valor de la propiedad pages. * Sets the value of the pages property.
* *
*/ */
public void setPages(int value) { public void setPages(int value) {
@@ -98,7 +98,7 @@ public class UserManualType {
} }
/** /**
* Obtiene el valor de la propiedad pageSize. * Gets the value of the pageSize property.
* *
* @return * @return
* possible object is * possible object is
@@ -110,7 +110,7 @@ public class UserManualType {
} }
/** /**
* Define el valor de la propiedad pageSize. * Sets the value of the pageSize property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -122,7 +122,7 @@ public class UserManualType {
} }
/** /**
* Obtiene el valor de la propiedad scan. * Gets the value of the scan property.
* *
* @return * @return
* possible object is * possible object is
@@ -134,7 +134,7 @@ public class UserManualType {
} }
/** /**
* Define el valor de la propiedad scan. * Sets the value of the scan property.
* *
* @param value * @param value
* allowed object is * allowed object is

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para VariableBlockSizeType complex type. * <p>Java class for VariableBlockSizeType 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> * <pre>
* &lt;complexType name="VariableBlockSizeType"> * &lt;complexType name="VariableBlockSizeType">

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para VideoTracksType complex type. * <p>Java class for VideoTracksType 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> * <pre>
* &lt;complexType name="VideoTracksType"> * &lt;complexType name="VideoTracksType">
@@ -68,7 +68,7 @@ public class VideoTracksType {
protected boolean threeD; protected boolean threeD;
/** /**
* Obtiene el valor de la propiedad languages. * Gets the value of the languages property.
* *
* @return * @return
* possible object is * possible object is
@@ -80,7 +80,7 @@ public class VideoTracksType {
} }
/** /**
* Define el valor de la propiedad languages. * Sets the value of the languages property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -92,7 +92,7 @@ public class VideoTracksType {
} }
/** /**
* Obtiene el valor de la propiedad trackNumber. * Gets the value of the trackNumber property.
* *
*/ */
public int getTrackNumber() { public int getTrackNumber() {
@@ -100,7 +100,7 @@ public class VideoTracksType {
} }
/** /**
* Define el valor de la propiedad trackNumber. * Sets the value of the trackNumber property.
* *
*/ */
public void setTrackNumber(int value) { public void setTrackNumber(int value) {
@@ -108,7 +108,7 @@ public class VideoTracksType {
} }
/** /**
* Obtiene el valor de la propiedad codec. * Gets the value of the codec property.
* *
* @return * @return
* possible object is * possible object is
@@ -120,7 +120,7 @@ public class VideoTracksType {
} }
/** /**
* Define el valor de la propiedad codec. * Sets the value of the codec property.
* *
* @param value * @param value
* allowed object is * allowed object is
@@ -132,7 +132,7 @@ public class VideoTracksType {
} }
/** /**
* Obtiene el valor de la propiedad horizontal. * Gets the value of the horizontal property.
* *
*/ */
public int getHorizontal() { public int getHorizontal() {
@@ -140,7 +140,7 @@ public class VideoTracksType {
} }
/** /**
* Define el valor de la propiedad horizontal. * Sets the value of the horizontal property.
* *
*/ */
public void setHorizontal(int value) { public void setHorizontal(int value) {
@@ -148,7 +148,7 @@ public class VideoTracksType {
} }
/** /**
* Obtiene el valor de la propiedad vertical. * Gets the value of the vertical property.
* *
*/ */
public int getVertical() { public int getVertical() {
@@ -156,7 +156,7 @@ public class VideoTracksType {
} }
/** /**
* Define el valor de la propiedad vertical. * Sets the value of the vertical property.
* *
*/ */
public void setVertical(int value) { public void setVertical(int value) {
@@ -164,7 +164,7 @@ public class VideoTracksType {
} }
/** /**
* Obtiene el valor de la propiedad meanBitrate. * Gets the value of the meanBitrate property.
* *
*/ */
public long getMeanBitrate() { public long getMeanBitrate() {
@@ -172,7 +172,7 @@ public class VideoTracksType {
} }
/** /**
* Define el valor de la propiedad meanBitrate. * Sets the value of the meanBitrate property.
* *
*/ */
public void setMeanBitrate(long value) { public void setMeanBitrate(long value) {
@@ -180,7 +180,7 @@ public class VideoTracksType {
} }
/** /**
* Obtiene el valor de la propiedad threeD. * Gets the value of the threeD property.
* *
*/ */
public boolean isThreeD() { public boolean isThreeD() {
@@ -188,7 +188,7 @@ public class VideoTracksType {
} }
/** /**
* Define el valor de la propiedad threeD. * Sets the value of the threeD property.
* *
*/ */
public void setThreeD(boolean value) { public void setThreeD(boolean value) {

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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // See <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. // Any modifications to this file will be lost upon recompilation of the source schema.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST // Generated on: 2017.06.04 at 04:57:33 AM WEST
// //
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
/** /**
* <p>Clase Java para XboxSecuritySectorsType complex type. * <p>Java class for XboxSecuritySectorsType 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> * <pre>
* &lt;complexType name="XboxSecuritySectorsType"> * &lt;complexType name="XboxSecuritySectorsType">