|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jadort.api.topology.xml.VMM
public class VMM
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">
<sequence>
<element ref="{http://jasmine.ow2.org/jadort-1.5}URLConnector"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://jasmine.ow2.org/jadort-1.5}vmmType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
name
|
protected VmmType |
type
|
protected URLConnector |
urlConnector
|
| Constructor Summary | |
|---|---|
VMM()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value of the name property. |
VmmType |
getType()
Gets the value of the type property. |
URLConnector |
getURLConnector()
Gets the value of the urlConnector property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setType(VmmType value)
Sets the value of the type property. |
void |
setURLConnector(URLConnector value)
Sets the value of the urlConnector property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected URLConnector urlConnector
protected java.lang.String name
protected VmmType type
| Constructor Detail |
|---|
public VMM()
| Method Detail |
|---|
public URLConnector getURLConnector()
URLConnectorpublic void setURLConnector(URLConnector value)
value - allowed object is
URLConnectorpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic VmmType getType()
VmmTypepublic void setType(VmmType value)
value - allowed object is
VmmType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||