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.
|
protected FullyQualifiedClassType injectionTargetClass
protected JavaIdentifierType injectionTargetName
public FullyQualifiedClassType getInjectionTargetClass()
FullyQualifiedClassType
public void setInjectionTargetClass(FullyQualifiedClassType value)
value
- allowed object is
FullyQualifiedClassType
public JavaIdentifierType getInjectionTargetName()
JavaIdentifierType
public void setInjectionTargetName(JavaIdentifierType value)
value
- allowed object is
JavaIdentifierType
Apache CXF