public class ContentGenerator extends Object
Java class for contentGenerator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contentGenerator">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="packageType" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
packageType |
| Constructor and Description |
|---|
ContentGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPackageType()
Gets the value of the packageType property.
|
void |
setPackageType(String value)
Sets the value of the packageType property.
|
protected String packageType
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.