Package org.apache.openejb.jee.wls
Class TimerDescriptor
- java.lang.Object
-
- org.apache.openejb.jee.wls.TimerDescriptor
-
public class TimerDescriptor extends Object
Java class for timer-descriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timer-descriptor"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="persistent-store-logical-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected StringpersistentStoreLogicalName
-
Constructor Summary
Constructors Constructor Description TimerDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetPersistentStoreLogicalName()Gets the value of the persistentStoreLogicalName property.voidsetId(String value)Sets the value of the id property.voidsetPersistentStoreLogicalName(String value)Sets the value of the persistentStoreLogicalName property.
-
-
-
Method Detail
-
getPersistentStoreLogicalName
public String getPersistentStoreLogicalName()
Gets the value of the persistentStoreLogicalName property.- Returns:
- possible object is
String
-
setPersistentStoreLogicalName
public void setPersistentStoreLogicalName(String value)
Sets the value of the persistentStoreLogicalName property.- Parameters:
value- allowed object isString
-
-