org.ow2.kerneos.common.config.generated
Class ModuleFragment

java.lang.Object
  extended by org.ow2.kerneos.common.config.generated.ModuleFragment
All Implemented Interfaces:
Serializable

public class ModuleFragment
extends Object
implements Serializable

Java class for module-fragment complex type.

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

 <complexType name="module-fragment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="module-id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="file" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}services" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}mappings" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String file
           
protected  String id
           
protected  List<Mapping> mappings
           
protected  String moduleId
           
protected  String name
           
protected  List<Service> services
           
 
Constructor Summary
ModuleFragment()
           
 
Method Summary
 String getFile()
          Gets the value of the file property.
 String getId()
          Gets the value of the id property.
 List<Mapping> getMappings()
           
 String getModuleId()
          Gets the value of the moduleId property.
 String getName()
          Gets the value of the name property.
 List<Service> getServices()
           
 void setFile(String value)
          Sets the value of the file property.
 void setId(String value)
          Sets the value of the id property.
 void setMappings(List<Mapping> mappings)
           
 void setModuleId(String value)
          Sets the value of the moduleId property.
 void setName(String value)
          Sets the value of the name property.
 void setServices(List<Service> services)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

moduleId

protected String moduleId

file

protected String file

services

protected List<Service> services

mappings

protected List<Mapping> mappings
Constructor Detail

ModuleFragment

public ModuleFragment()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

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

getModuleId

public String getModuleId()
Gets the value of the moduleId property.

Returns:
possible object is String

setModuleId

public void setModuleId(String value)
Sets the value of the moduleId property.

Parameters:
value - allowed object is String

getFile

public String getFile()
Gets the value of the file property.

Returns:
possible object is String

setFile

public void setFile(String value)
Sets the value of the file property.

Parameters:
value - allowed object is String

getServices

public List<Service> getServices()

setServices

public void setServices(List<Service> services)

getMappings

public List<Mapping> getMappings()

setMappings

public void setMappings(List<Mapping> mappings)


Copyright © 2013 OW2 Consortium. All Rights Reserved.