public class InjectionTargetType extends Object
Java-Klasse für injection-targetType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der injectionTargetClass-Eigenschaft ab.
|
JavaIdentifierType |
getInjectionTargetName()
Ruft den Wert der injectionTargetName-Eigenschaft ab.
|
void |
setInjectionTargetClass(FullyQualifiedClassType value)
Legt den Wert der injectionTargetClass-Eigenschaft fest.
|
void |
setInjectionTargetName(JavaIdentifierType value)
Legt den Wert der injectionTargetName-Eigenschaft fest.
|
protected FullyQualifiedClassType injectionTargetClass
protected JavaIdentifierType injectionTargetName
public FullyQualifiedClassType getInjectionTargetClass()
FullyQualifiedClassTypepublic void setInjectionTargetClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic JavaIdentifierType getInjectionTargetName()
JavaIdentifierTypepublic void setInjectionTargetName(JavaIdentifierType value)
value - allowed object is
JavaIdentifierTypeCopyright © 2015 buschmais GbR. All rights reserved.