Package org.apache.openejb.jee.wls
Class InvalidationTarget
- java.lang.Object
-
- org.apache.openejb.jee.wls.InvalidationTarget
-
public class InvalidationTarget extends Object
Java class for invalidation-target complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="invalidation-target"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ejb-name" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description InvalidationTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEjbName()Gets the value of the ejbName property.StringgetId()Gets the value of the id property.voidsetEjbName(String value)Sets the value of the ejbName property.voidsetId(String value)Sets the value of the id property.
-