@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class InjectionTargetType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected FullyQualifiedClassType |
injectionTargetClass |
protected JavaIdentifierType |
injectionTargetName |
Constructor and Description |
---|
InjectionTargetType() |
Modifier and Type | Method and Description |
---|---|
FullyQualifiedClassType |
getInjectionTargetClass()
Gets the value of the injectionTargetClass property.
|
JavaIdentifierType |
getInjectionTargetName()
Gets the value of the injectionTargetName property.
|
void |
setInjectionTargetClass(FullyQualifiedClassType value)
Sets the value of the injectionTargetClass property.
|
void |
setInjectionTargetName(JavaIdentifierType value)
Sets the value of the injectionTargetName property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected FullyQualifiedClassType injectionTargetClass
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected JavaIdentifierType injectionTargetName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public FullyQualifiedClassType getInjectionTargetClass()
FullyQualifiedClassType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setInjectionTargetClass(FullyQualifiedClassType value)
value
- allowed object is
FullyQualifiedClassType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public JavaIdentifierType getInjectionTargetName()
JavaIdentifierType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setInjectionTargetName(JavaIdentifierType value)
value
- allowed object is
JavaIdentifierType
Copyright © 2016 buschmais GbR. All rights reserved.