|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.config.sys.AbstractService
public abstract class AbstractService
Java class for Service complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Service"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="jar" type="{http://www.openejb.org/System/Configuration}JarFileLocation" /> <attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
id
|
protected java.lang.String |
jar
|
protected java.util.Properties |
properties
|
protected java.lang.String |
provider
|
protected java.lang.String |
type
|
Constructor Summary | |
---|---|
protected |
AbstractService()
|
protected |
AbstractService(java.lang.String id)
|
protected |
AbstractService(java.lang.String id,
java.lang.String type)
|
protected |
AbstractService(java.lang.String id,
java.lang.String type,
java.lang.String provider)
|
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getJar()
Gets the value of the jar property. |
java.util.Properties |
getProperties()
Gets the value of the properties property. |
java.lang.String |
getProvider()
Gets the value of the provider property. |
java.lang.String |
getType()
|
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setJar(java.lang.String value)
Sets the value of the jar property. |
void |
setProvider(java.lang.String value)
Sets the value of the provider property. |
void |
setType(java.lang.String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Properties properties
protected java.lang.String id
protected java.lang.String jar
protected java.lang.String provider
protected java.lang.String type
Constructor Detail |
---|
protected AbstractService(java.lang.String id)
protected AbstractService(java.lang.String id, java.lang.String type)
protected AbstractService(java.lang.String id, java.lang.String type, java.lang.String provider)
protected AbstractService()
Method Detail |
---|
public java.util.Properties getProperties()
set
method for the properties property.
For example, to add a new value, do as follows:
getProperties().setProperty(key, value);
getProperties
in interface Service
public java.lang.String getId()
getId
in interface Service
String
public void setId(java.lang.String value)
setId
in interface Service
value
- allowed object is
String
public java.lang.String getJar()
getJar
in interface Service
String
public void setJar(java.lang.String value)
setJar
in interface Service
value
- allowed object is
String
public java.lang.String getProvider()
getProvider
in interface Service
String
public void setProvider(java.lang.String value)
setProvider
in interface Service
value
- allowed object is
String
public java.lang.String getType()
getType
in interface Service
public void setType(java.lang.String type)
setType
in interface Service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |