Apache CXF API

org.apache.cxf.tools.plugin
Class Generators

java.lang.Object
  extended by org.apache.cxf.tools.plugin.Generators

public class Generators
extends java.lang.Object

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
protected  java.lang.String _package
           
protected  java.util.List<Generator> generator
           
 
Constructor Summary
Generators()
           
 
Method Summary
 java.util.List<Generator> getGenerator()
          Gets the value of the generator property.
 java.lang.String getPackage()
          Gets the value of the package property.
 void setPackage(java.lang.String value)
          Sets the value of the package property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generator

protected java.util.List<Generator> generator

_package

protected java.lang.String _package
Constructor Detail

Generators

public Generators()
Method Detail

getGenerator

public java.util.List<Generator> 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 JAXB object. This is why there is not a set method 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

public java.lang.String getPackage()
Gets the value of the package property.

Returns:
possible object is String

setPackage

public void setPackage(java.lang.String value)
Sets the value of the package property.

Parameters:
value - allowed object is String

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.