org.mule.devkit.model.studio
Class Module

java.lang.Object
  extended by org.mule.devkit.model.studio.Module

public class Module
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">
       <sequence>
         <element ref="{http://www.mulesoft.org/schema/mule/tooling.attributes}namespace"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  NamespaceType namespace
           
 
Constructor Summary
Module()
           
 
Method Summary
 NamespaceType getNamespace()
          Gets the value of the namespace property.
 void setNamespace(NamespaceType value)
          Sets the value of the namespace property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespace

protected NamespaceType namespace
Constructor Detail

Module

public Module()
Method Detail

getNamespace

public NamespaceType getNamespace()
Gets the value of the namespace property.

Returns:
possible object is NamespaceType

setNamespace

public void setNamespace(NamespaceType value)
Sets the value of the namespace property.

Parameters:
value - allowed object is NamespaceType


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.