org.apache.openejb.jee
Class InjectionTarget

java.lang.Object
  extended by org.apache.openejb.jee.InjectionTarget

public class InjectionTarget
extends Object

javaee6.xsd

Java class for injection-targetType complex type.

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

 <complexType name="injection-targetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="injection-target-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="injection-target-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String injectionTargetClass
           
protected  String injectionTargetName
           
 
Constructor Summary
InjectionTarget()
           
InjectionTarget(String injectionTargetClass, String injectionTargetName)
           
 
Method Summary
 boolean equals(Object o)
           
 String getInjectionTargetClass()
           
 String getInjectionTargetName()
           
 int hashCode()
           
 void setInjectionTargetClass(Class clazz)
           
 void setInjectionTargetClass(String value)
           
 void setInjectionTargetName(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

injectionTargetClass

protected String injectionTargetClass

injectionTargetName

protected String injectionTargetName
Constructor Detail

InjectionTarget

public InjectionTarget()

InjectionTarget

public InjectionTarget(String injectionTargetClass,
                       String injectionTargetName)
Method Detail

getInjectionTargetClass

public String getInjectionTargetClass()

setInjectionTargetClass

public void setInjectionTargetClass(String value)

setInjectionTargetClass

public void setInjectionTargetClass(Class clazz)

getInjectionTargetName

public String getInjectionTargetName()

setInjectionTargetName

public void setInjectionTargetName(String value)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.