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

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

public class Service
extends ServiceBase
implements Serializable

Java class for service complex type.

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

 <complexType name="service">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="destination" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}service-type" default="simple" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String destination
           
protected  String id
           
protected  ServiceType type
           
 
Constructor Summary
Service()
           
 
Method Summary
 String getDestination()
          Gets the value of the destination property.
 String getId()
          Gets the value of the id property.
 ServiceType getType()
          Gets the value of the type property.
 void setDestination(String value)
          Sets the value of the destination property.
 void setId(String value)
          Sets the value of the id property.
 void setType(ServiceType value)
          Sets the value of the type property.
 
Methods inherited from class org.ow2.kerneos.common.config.ServiceBase
afterUnmarshal, getModule, getModuleFragment, isSetModule, isSetModuleFragment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

destination

protected String destination

type

protected ServiceType type
Constructor Detail

Service

public Service()
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

getDestination

public String getDestination()
Gets the value of the destination property.

Returns:
possible object is String

setDestination

public void setDestination(String value)
Sets the value of the destination property.

Parameters:
value - allowed object is String

getType

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

Returns:
possible object is ServiceType

setType

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

Parameters:
value - allowed object is ServiceType


Copyright © 2013 OW2 Consortium. All Rights Reserved.