public class BundleConfigFullCopy extends Object
Java class for BundleConfigFullCopy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BundleConfigFullCopy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="of" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="pluginConfiguration"/>
<enumeration value="resourceConfiguration"/>
<enumeration value="traits"/>
</restriction>
</simpleType>
</attribute>
<attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
of |
protected String |
prefix |
| Constructor and Description |
|---|
BundleConfigFullCopy() |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.