org.ow2.jasmine.jadort.api.topology.xml
Class VM

java.lang.Object
  extended by org.ow2.jasmine.jadort.api.topology.xml.VM

public class VM
extends java.lang.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">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="vmm" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String name
           
protected  java.lang.String vmm
           
 
Constructor Summary
VM()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getVmm()
          Gets the value of the vmm property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setVmm(java.lang.String value)
          Sets the value of the vmm property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

vmm

protected java.lang.String vmm
Constructor Detail

VM

public VM()
Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getVmm

public java.lang.String getVmm()
Gets the value of the vmm property.

Returns:
possible object is String

setVmm

public void setVmm(java.lang.String value)
Sets the value of the vmm property.

Parameters:
value - allowed object is String


Copyright © 2009 OW2 Consortium. All Rights Reserved.