public class Bundle extends Object
Java class for bundle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bundle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="targets" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="resource-type" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="plugin" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Bundle.Targets
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Bundle.Targets |
targets |
protected String |
type |
| Constructor and Description |
|---|
Bundle() |
| Modifier and Type | Method and Description |
|---|---|
Bundle.Targets |
getTargets()
Gets the value of the targets property.
|
String |
getType()
Gets the value of the type property.
|
void |
setTargets(Bundle.Targets value)
Sets the value of the targets property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected Bundle.Targets targets
protected String type
public Bundle.Targets getTargets()
Bundle.Targetspublic void setTargets(Bundle.Targets value)
value - allowed object is
Bundle.Targetspublic String getType()
StringCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.