//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// 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: 2012.03.24 at 01:54:52 PM KST
+// Generated on: 2012.03.30 at 01:31:37 오후 KST
//
}
/**
- * Create an instance of {@link StorageType.SDCard }
+ * Create an instance of {@link DeviceType }
*
*/
- public StorageType.SDCard createStorageTypeSDCard() {
- return new StorageType.SDCard();
+ public DeviceType createDeviceType() {
+ return new DeviceType();
}
/**
- * Create an instance of {@link BaseInformationType }
+ * Create an instance of {@link DiskImageFormatType }
*
*/
- public BaseInformationType createBaseInformationType() {
- return new BaseInformationType();
+ public DiskImageFormatType createDiskImageFormatType() {
+ return new DiskImageFormatType();
}
/**
- * Create an instance of {@link StorageType }
+ * Create an instance of {@link UsabilityType.FileSharing }
*
*/
- public StorageType createStorageType() {
- return new StorageType();
+ public UsabilityType.FileSharing createUsabilityTypeFileSharing() {
+ return new UsabilityType.FileSharing();
+ }
+
+ /**
+ * Create an instance of {@link UsabilityType.Logging }
+ *
+ */
+ public UsabilityType.Logging createUsabilityTypeLogging() {
+ return new UsabilityType.Logging();
}
/**
}
/**
- * Create an instance of {@link UsabilityType }
+ * Create an instance of {@link EmulatorConfiguration }
*
*/
- public UsabilityType createUsabilityType() {
- return new UsabilityType();
+ public EmulatorConfiguration createEmulatorConfiguration() {
+ return new EmulatorConfiguration();
}
/**
- * Create an instance of {@link DeviceType }
+ * Create an instance of {@link StorageType }
*
*/
- public DeviceType createDeviceType() {
- return new DeviceType();
+ public StorageType createStorageType() {
+ return new StorageType();
}
/**
- * Create an instance of {@link RamType.Size }
+ * Create an instance of {@link StorageType.SDCard }
*
*/
- public RamType.Size createRamTypeSize() {
- return new RamType.Size();
+ public StorageType.SDCard createStorageTypeSDCard() {
+ return new StorageType.SDCard();
}
/**
- * Create an instance of {@link UsabilityType.FileSharing }
+ * Create an instance of {@link UsabilityType }
*
*/
- public UsabilityType.FileSharing createUsabilityTypeFileSharing() {
- return new UsabilityType.FileSharing();
+ public UsabilityType createUsabilityType() {
+ return new UsabilityType();
}
/**
}
/**
- * Create an instance of {@link BaseInformationType.DiskImage }
- *
- */
- public BaseInformationType.DiskImage createBaseInformationTypeDiskImage() {
- return new BaseInformationType.DiskImage();
- }
-
- /**
- * Create an instance of {@link UsabilityType.Logging }
+ * Create an instance of {@link BaseInformationType }
*
*/
- public UsabilityType.Logging createUsabilityTypeLogging() {
- return new UsabilityType.Logging();
+ public BaseInformationType createBaseInformationType() {
+ return new BaseInformationType();
}
/**
- * Create an instance of {@link DisplayType.Resolution }
+ * Create an instance of {@link RamType }
*
*/
- public DisplayType.Resolution createDisplayTypeResolution() {
- return new DisplayType.Resolution();
+ public RamType createRamType() {
+ return new RamType();
}
/**
- * Create an instance of {@link DisplayType }
+ * Create an instance of {@link DisplayType.SkinPath }
*
*/
- public DisplayType createDisplayType() {
- return new DisplayType();
+ public DisplayType.SkinPath createDisplayTypeSkinPath() {
+ return new DisplayType.SkinPath();
}
/**
- * Create an instance of {@link RamType }
+ * Create an instance of {@link BaseInformationType.DiskImage }
*
*/
- public RamType createRamType() {
- return new RamType();
+ public BaseInformationType.DiskImage createBaseInformationTypeDiskImage() {
+ return new BaseInformationType.DiskImage();
}
/**
- * Create an instance of {@link EmulatorConfiguration }
+ * Create an instance of {@link DisplayType }
*
*/
- public EmulatorConfiguration createEmulatorConfiguration() {
- return new EmulatorConfiguration();
+ public DisplayType createDisplayType() {
+ return new DisplayType();
}
/**
- * Create an instance of {@link DiskImageFormatType }
+ * Create an instance of {@link DisplayType.Resolution }
*
*/
- public DiskImageFormatType createDiskImageFormatType() {
- return new DiskImageFormatType();
+ public DisplayType.Resolution createDisplayTypeResolution() {
+ return new DisplayType.Resolution();
}
/**
- * Create an instance of {@link DisplayType.SkinPath }
+ * Create an instance of {@link RamType.Size }
*
*/
- public DisplayType.SkinPath createDisplayTypeSkinPath() {
- return new DisplayType.SkinPath();
+ public RamType.Size createRamTypeSize() {
+ return new RamType.Size();
}
}
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// 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: 2012.03.24 at 01:54:52 PM KST
+// Generated on: 2012.03.30 at 01:31:37 오후 KST
//
* </complexType>
* </element>
* <element name="hwVirtualization" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ * <element name="advancedOptions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@XmlType(name = "usabilityType", propOrder = {
"logging",
"fileSharing",
- "hwVirtualization"
+ "hwVirtualization",
+ "advancedOptions"
})
public class UsabilityType {
@XmlElement(required = true)
protected UsabilityType.FileSharing fileSharing;
protected boolean hwVirtualization;
+ protected String advancedOptions;
/**
* Gets the value of the logging property.
this.hwVirtualization = value;
}
+ /**
+ * Gets the value of the advancedOptions property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getAdvancedOptions() {
+ return advancedOptions;
+ }
+
+ /**
+ * Sets the value of the advancedOptions property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setAdvancedOptions(String value) {
+ this.advancedOptions = value;
+ }
+
/**
* <p>Java class for anonymous complex type.