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
//
@@ -19,9 +19,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
/**
* Information about a filesystem
*
* <p>Java class for FileSystemType complex type.
* <p>Clase Java para FileSystemType 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="FileSystemType">
@@ -124,7 +124,7 @@ public class FileSystemType {
protected String applicationIdentifier;
/**
* Gets the value of the type property.
* Obtiene el valor de la propiedad type.
*
* @return
* possible object is
@@ -136,7 +136,7 @@ public class FileSystemType {
}
/**
* Sets the value of the type property.
* Define el valor de la propiedad type.
*
* @param value
* allowed object is
@@ -148,7 +148,7 @@ public class FileSystemType {
}
/**
* Gets the value of the creationDate property.
* Obtiene el valor de la propiedad creationDate.
*
* @return
* possible object is
@@ -160,7 +160,7 @@ public class FileSystemType {
}
/**
* Sets the value of the creationDate property.
* Define el valor de la propiedad creationDate.
*
* @param value
* allowed object is
@@ -172,7 +172,7 @@ public class FileSystemType {
}
/**
* Gets the value of the modificationDate property.
* Obtiene el valor de la propiedad modificationDate.
*
* @return
* possible object is
@@ -184,7 +184,7 @@ public class FileSystemType {
}
/**
* Sets the value of the modificationDate property.
* Define el valor de la propiedad modificationDate.
*
* @param value
* allowed object is
@@ -196,7 +196,7 @@ public class FileSystemType {
}
/**
* Gets the value of the backupDate property.
* Obtiene el valor de la propiedad backupDate.
*
* @return
* possible object is
@@ -208,7 +208,7 @@ public class FileSystemType {
}
/**
* Sets the value of the backupDate property.
* Define el valor de la propiedad backupDate.
*
* @param value
* allowed object is
@@ -220,7 +220,7 @@ public class FileSystemType {
}
/**
* Gets the value of the clusterSize property.
* Obtiene el valor de la propiedad clusterSize.
*
*/
public int getClusterSize() {
@@ -228,7 +228,7 @@ public class FileSystemType {
}
/**
* Sets the value of the clusterSize property.
* Define el valor de la propiedad clusterSize.
*
*/
public void setClusterSize(int value) {
@@ -236,7 +236,7 @@ public class FileSystemType {
}
/**
* Gets the value of the clusters property.
* Obtiene el valor de la propiedad clusters.
*
*/
public long getClusters() {
@@ -244,7 +244,7 @@ public class FileSystemType {
}
/**
* Sets the value of the clusters property.
* Define el valor de la propiedad clusters.
*
*/
public void setClusters(long value) {
@@ -252,7 +252,7 @@ public class FileSystemType {
}
/**
* Gets the value of the files property.
* Obtiene el valor de la propiedad files.
*
* @return
* possible object is
@@ -264,7 +264,7 @@ public class FileSystemType {
}
/**
* Sets the value of the files property.
* Define el valor de la propiedad files.
*
* @param value
* allowed object is
@@ -276,7 +276,7 @@ public class FileSystemType {
}
/**
* Gets the value of the bootable property.
* Obtiene el valor de la propiedad bootable.
*
*/
public boolean isBootable() {
@@ -284,7 +284,7 @@ public class FileSystemType {
}
/**
* Sets the value of the bootable property.
* Define el valor de la propiedad bootable.
*
*/
public void setBootable(boolean value) {
@@ -292,7 +292,7 @@ public class FileSystemType {
}
/**
* Gets the value of the volumeSerial property.
* Obtiene el valor de la propiedad volumeSerial.
*
* @return
* possible object is
@@ -304,7 +304,7 @@ public class FileSystemType {
}
/**
* Sets the value of the volumeSerial property.
* Define el valor de la propiedad volumeSerial.
*
* @param value
* allowed object is
@@ -316,7 +316,7 @@ public class FileSystemType {
}
/**
* Gets the value of the volumeName property.
* Obtiene el valor de la propiedad volumeName.
*
* @return
* possible object is
@@ -328,7 +328,7 @@ public class FileSystemType {
}
/**
* Sets the value of the volumeName property.
* Define el valor de la propiedad volumeName.
*
* @param value
* allowed object is
@@ -340,7 +340,7 @@ public class FileSystemType {
}
/**
* Gets the value of the freeClusters property.
* Obtiene el valor de la propiedad freeClusters.
*
* @return
* possible object is
@@ -352,7 +352,7 @@ public class FileSystemType {
}
/**
* Sets the value of the freeClusters property.
* Define el valor de la propiedad freeClusters.
*
* @param value
* allowed object is
@@ -364,7 +364,7 @@ public class FileSystemType {
}
/**
* Gets the value of the dirty property.
* Obtiene el valor de la propiedad dirty.
*
*/
public boolean isDirty() {
@@ -372,7 +372,7 @@ public class FileSystemType {
}
/**
* Sets the value of the dirty property.
* Define el valor de la propiedad dirty.
*
*/
public void setDirty(boolean value) {
@@ -380,7 +380,7 @@ public class FileSystemType {
}
/**
* Gets the value of the expirationDate property.
* Obtiene el valor de la propiedad expirationDate.
*
* @return
* possible object is
@@ -392,7 +392,7 @@ public class FileSystemType {
}
/**
* Sets the value of the expirationDate property.
* Define el valor de la propiedad expirationDate.
*
* @param value
* allowed object is
@@ -404,7 +404,7 @@ public class FileSystemType {
}
/**
* Gets the value of the effectiveDate property.
* Obtiene el valor de la propiedad effectiveDate.
*
* @return
* possible object is
@@ -416,7 +416,7 @@ public class FileSystemType {
}
/**
* Sets the value of the effectiveDate property.
* Define el valor de la propiedad effectiveDate.
*
* @param value
* allowed object is
@@ -428,7 +428,7 @@ public class FileSystemType {
}
/**
* Gets the value of the systemIdentifier property.
* Obtiene el valor de la propiedad systemIdentifier.
*
* @return
* possible object is
@@ -440,7 +440,7 @@ public class FileSystemType {
}
/**
* Sets the value of the systemIdentifier property.
* Define el valor de la propiedad systemIdentifier.
*
* @param value
* allowed object is
@@ -452,7 +452,7 @@ public class FileSystemType {
}
/**
* Gets the value of the volumeSetIdentifier property.
* Obtiene el valor de la propiedad volumeSetIdentifier.
*
* @return
* possible object is
@@ -464,7 +464,7 @@ public class FileSystemType {
}
/**
* Sets the value of the volumeSetIdentifier property.
* Define el valor de la propiedad volumeSetIdentifier.
*
* @param value
* allowed object is
@@ -476,7 +476,7 @@ public class FileSystemType {
}
/**
* Gets the value of the publisherIdentifier property.
* Obtiene el valor de la propiedad publisherIdentifier.
*
* @return
* possible object is
@@ -488,7 +488,7 @@ public class FileSystemType {
}
/**
* Sets the value of the publisherIdentifier property.
* Define el valor de la propiedad publisherIdentifier.
*
* @param value
* allowed object is
@@ -500,7 +500,7 @@ public class FileSystemType {
}
/**
* Gets the value of the dataPreparerIdentifier property.
* Obtiene el valor de la propiedad dataPreparerIdentifier.
*
* @return
* possible object is
@@ -512,7 +512,7 @@ public class FileSystemType {
}
/**
* Sets the value of the dataPreparerIdentifier property.
* Define el valor de la propiedad dataPreparerIdentifier.
*
* @param value
* allowed object is
@@ -524,7 +524,7 @@ public class FileSystemType {
}
/**
* Gets the value of the applicationIdentifier property.
* Obtiene el valor de la propiedad applicationIdentifier.
*
* @return
* possible object is
@@ -536,7 +536,7 @@ public class FileSystemType {
}
/**
* Sets the value of the applicationIdentifier property.
* Define el valor de la propiedad applicationIdentifier.
*
* @param value
* allowed object is