eu.keep.emulatorarchive.emulatorpackage
Class EmulatorPackage.Emulator.Executable

Object
  extended by EmulatorPackage.Emulator.Executable
Enclosing class:
EmulatorPackage.Emulator

public static class EmulatorPackage.Emulator.Executable
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
       <attribute name="type" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="jar"/>
             <enumeration value="exe"/>
             <enumeration value="ELF"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String location
           
protected  String name
           
protected  String type
           
 
Constructor Summary
EmulatorPackage.Emulator.Executable()
           
 
Method Summary
 String getLocation()
          Gets the value of the location property.
 String getName()
          Gets the value of the name property.
 String getType()
          Gets the value of the type property.
 void setLocation(String value)
          Sets the value of the location property.
 void setName(String value)
          Sets the value of the name property.
 void setType(String value)
          Sets the value of the type property.
 String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

location

protected String location

type

protected String type
Constructor Detail

EmulatorPackage.Emulator.Executable

public EmulatorPackage.Emulator.Executable()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

toString

public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class Object