Package org.apache.cxf.tools.plugin
Class Generators
java.lang.Object
org.apache.cxf.tools.plugin.Generators
Java class for Generators complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Generators">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://cxf.apache.org/tools/plugin}generator" maxOccurs="unbounded"/>
</sequence>
<attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the generator property.Gets the value of the package property.voidsetPackage(String value) Sets the value of the package property.
-
Field Details
-
generator
-
_package
-
-
Constructor Details
-
Generators
public Generators()
-
-
Method Details
-
getGenerator
Gets the value of the generator property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the generator property.For example, to add a new item, do as follows:
getGenerator().add(newItem);Objects of the following type(s) are allowed in the list
Generator -
getPackage
Gets the value of the package property.- Returns:
- possible object is
String
-
setPackage
Sets the value of the package property.- Parameters:
value- allowed object isString
-