public class BundleConfigReference extends Object
Java class for BundleConfigReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BundleConfigReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="targetName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
targetName |
| Constructor and Description |
|---|
BundleConfigReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getTargetName()
Gets the value of the targetName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTargetName(String value)
Sets the value of the targetName property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTargetName()
StringCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.