|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.kerneos.common.config.ServiceBase
org.ow2.kerneos.common.config.generated.Service
public class Service
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>
| 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 |
|---|
protected String id
protected String destination
protected ServiceType type
| Constructor Detail |
|---|
public Service()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getDestination()
Stringpublic void setDestination(String value)
value - allowed object is
Stringpublic ServiceType getType()
ServiceTypepublic void setType(ServiceType value)
value - allowed object is
ServiceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||