Added more PCMCIA fields
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
|
||||
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for AdvertisementType complex type.
|
||||
* <p>Clase Java para AdvertisementType 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>
|
||||
* <complexType name="AdvertisementType">
|
||||
@@ -89,7 +89,7 @@ public class AdvertisementType {
|
||||
protected RecordingType recording;
|
||||
|
||||
/**
|
||||
* Gets the value of the manufacturer property.
|
||||
* Obtiene el valor de la propiedad manufacturer.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -101,7 +101,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the manufacturer property.
|
||||
* Define el valor de la propiedad manufacturer.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -113,7 +113,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the product property.
|
||||
* Obtiene el valor de la propiedad product.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -125,7 +125,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the product property.
|
||||
* Define el valor de la propiedad product.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -137,7 +137,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the file property.
|
||||
* Obtiene el valor de la propiedad file.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -149,7 +149,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the file property.
|
||||
* Define el valor de la propiedad file.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -161,7 +161,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the fileSize property.
|
||||
* Obtiene el valor de la propiedad fileSize.
|
||||
*
|
||||
*/
|
||||
public long getFileSize() {
|
||||
@@ -169,7 +169,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the fileSize property.
|
||||
* Define el valor de la propiedad fileSize.
|
||||
*
|
||||
*/
|
||||
public void setFileSize(long value) {
|
||||
@@ -177,7 +177,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the frames property.
|
||||
* Obtiene el valor de la propiedad frames.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -189,7 +189,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the frames property.
|
||||
* Define el valor de la propiedad frames.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -201,7 +201,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the duration property.
|
||||
* Obtiene el valor de la propiedad duration.
|
||||
*
|
||||
*/
|
||||
public long getDuration() {
|
||||
@@ -209,7 +209,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the duration property.
|
||||
* Define el valor de la propiedad duration.
|
||||
*
|
||||
*/
|
||||
public void setDuration(long value) {
|
||||
@@ -217,7 +217,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the meanFrameRate property.
|
||||
* Obtiene el valor de la propiedad meanFrameRate.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -229,7 +229,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the meanFrameRate property.
|
||||
* Define el valor de la propiedad meanFrameRate.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -241,7 +241,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the checksums property.
|
||||
* Obtiene el valor de la propiedad checksums.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -253,7 +253,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the checksums property.
|
||||
* Define el valor de la propiedad checksums.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
@@ -352,7 +352,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the recording property.
|
||||
* Obtiene el valor de la propiedad recording.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
@@ -364,7 +364,7 @@ public class AdvertisementType {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the recording property.
|
||||
* Define el valor de la propiedad recording.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
|
||||
Reference in New Issue
Block a user