org.modeldriven.fuml.config
Class ImportAdapter

java.lang.Object
  extended by org.modeldriven.fuml.config.ImportAdapter

public class ImportAdapter
extends Object

Java class for ImportAdapter complex type.

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

 <complexType name="ImportAdapter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" use="required" type="{http://www.modeldriven.org/fuml/config}ImportAdapterType" />
       <attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="adapterClassName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ImportAdapter()
           
 
Method Summary
 String getAdapterClassName()
          Gets the value of the adapterClassName property.
 String getClassName()
          Gets the value of the className property.
 ImportAdapterType getType()
          Gets the value of the type property.
 void setAdapterClassName(String value)
          Sets the value of the adapterClassName property.
 void setClassName(String value)
          Sets the value of the className property.
 void setType(ImportAdapterType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportAdapter

public ImportAdapter()
Method Detail

getType

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

Returns:
possible object is ImportAdapterType

setType

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

Parameters:
value - allowed object is ImportAdapterType

getClassName

public String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(String value)
Sets the value of the className property.

Parameters:
value - allowed object is String

getAdapterClassName

public String getAdapterClassName()
Gets the value of the adapterClassName property.

Returns:
possible object is String

setAdapterClassName

public void setAdapterClassName(String value)
Sets the value of the adapterClassName property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.