Added more PCMCIA fields

This commit is contained in:
2016-10-15 22:40:27 +01:00
parent 3df79256d4
commit 97781ddc50
78 changed files with 1557 additions and 1138 deletions

View File

@@ -1,8 +1,8 @@
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.10.12 at 12:03:44 AM WEST
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen.
// Generado el: 2016.10.15 a las 10:40:02 PM WEST
//
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for AudioTracksType complex type.
* <p>Clase Java para AudioTracksType complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
*
* <pre>
* &lt;complexType name="AudioTracksType">
@@ -68,7 +68,7 @@ public class AudioTracksType {
protected long meanBitrate;
/**
* Gets the value of the languages property.
* Obtiene el valor de la propiedad languages.
*
* @return
* possible object is
@@ -80,7 +80,7 @@ public class AudioTracksType {
}
/**
* Sets the value of the languages property.
* Define el valor de la propiedad languages.
*
* @param value
* allowed object is
@@ -92,7 +92,7 @@ public class AudioTracksType {
}
/**
* Gets the value of the trackNumber property.
* Obtiene el valor de la propiedad trackNumber.
*
*/
public int getTrackNumber() {
@@ -100,7 +100,7 @@ public class AudioTracksType {
}
/**
* Sets the value of the trackNumber property.
* Define el valor de la propiedad trackNumber.
*
*/
public void setTrackNumber(int value) {
@@ -108,7 +108,7 @@ public class AudioTracksType {
}
/**
* Gets the value of the accoustID property.
* Obtiene el valor de la propiedad accoustID.
*
* @return
* possible object is
@@ -120,7 +120,7 @@ public class AudioTracksType {
}
/**
* Sets the value of the accoustID property.
* Define el valor de la propiedad accoustID.
*
* @param value
* allowed object is
@@ -132,7 +132,7 @@ public class AudioTracksType {
}
/**
* Gets the value of the codec property.
* Obtiene el valor de la propiedad codec.
*
* @return
* possible object is
@@ -144,7 +144,7 @@ public class AudioTracksType {
}
/**
* Sets the value of the codec property.
* Define el valor de la propiedad codec.
*
* @param value
* allowed object is
@@ -156,7 +156,7 @@ public class AudioTracksType {
}
/**
* Gets the value of the channels property.
* Obtiene el valor de la propiedad channels.
*
*/
public int getChannels() {
@@ -164,7 +164,7 @@ public class AudioTracksType {
}
/**
* Sets the value of the channels property.
* Define el valor de la propiedad channels.
*
*/
public void setChannels(int value) {
@@ -172,7 +172,7 @@ public class AudioTracksType {
}
/**
* Gets the value of the sampleRate property.
* Obtiene el valor de la propiedad sampleRate.
*
*/
public int getSampleRate() {
@@ -180,7 +180,7 @@ public class AudioTracksType {
}
/**
* Sets the value of the sampleRate property.
* Define el valor de la propiedad sampleRate.
*
*/
public void setSampleRate(int value) {
@@ -188,7 +188,7 @@ public class AudioTracksType {
}
/**
* Gets the value of the meanBitrate property.
* Obtiene el valor de la propiedad meanBitrate.
*
*/
public long getMeanBitrate() {
@@ -196,7 +196,7 @@ public class AudioTracksType {
}
/**
* Sets the value of the meanBitrate property.
* Define el valor de la propiedad meanBitrate.
*
*/
public void setMeanBitrate(long value) {