Apache CXF API

org.apache.cxf.tools.plugin
Class FrontEnd

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

public class FrontEnd
extends Object

Java class for FrontEnd complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FrontEnd">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="generators" type="{http://cxf.apache.org/tools/plugin}Generators"/>
         <element name="processor" type="{http://cxf.apache.org/tools/plugin}Processor"/>
         <element name="container" type="{http://cxf.apache.org/tools/plugin}Container"/>
         <element name="builder" type="{http://cxf.apache.org/tools/plugin}Builder"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="profile" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _package
           
protected  Builder builder
           
protected  Container container
           
protected  Generators generators
           
protected  String name
           
protected  Processor processor
           
protected  String profile
           
 
Constructor Summary
FrontEnd()
           
 
Method Summary
 Builder getBuilder()
          Gets the value of the builder property.
 Container getContainer()
          Gets the value of the container property.
 Generators getGenerators()
          Gets the value of the generators property.
 String getName()
          Gets the value of the name property.
 String getPackage()
          Gets the value of the package property.
 Processor getProcessor()
          Gets the value of the processor property.
 String getProfile()
          Gets the value of the profile property.
 void setBuilder(Builder value)
          Sets the value of the builder property.
 void setContainer(Container value)
          Sets the value of the container property.
 void setGenerators(Generators value)
          Sets the value of the generators property.
 void setName(String value)
          Sets the value of the name property.
 void setPackage(String value)
          Sets the value of the package property.
 void setProcessor(Processor value)
          Sets the value of the processor property.
 void setProfile(String value)
          Sets the value of the profile property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generators

protected Generators generators

processor

protected Processor processor

container

protected Container container

builder

protected Builder builder

name

protected String name

_package

protected String _package

profile

protected String profile
Constructor Detail

FrontEnd

public FrontEnd()
Method Detail

getGenerators

public Generators getGenerators()
Gets the value of the generators property.

Returns:
possible object is Generators

setGenerators

public void setGenerators(Generators value)
Sets the value of the generators property.

Parameters:
value - allowed object is Generators

getProcessor

public Processor getProcessor()
Gets the value of the processor property.

Returns:
possible object is Processor

setProcessor

public void setProcessor(Processor value)
Sets the value of the processor property.

Parameters:
value - allowed object is Processor

getContainer

public Container getContainer()
Gets the value of the container property.

Returns:
possible object is Container

setContainer

public void setContainer(Container value)
Sets the value of the container property.

Parameters:
value - allowed object is Container

getBuilder

public Builder getBuilder()
Gets the value of the builder property.

Returns:
possible object is Builder

setBuilder

public void setBuilder(Builder value)
Sets the value of the builder property.

Parameters:
value - allowed object is Builder

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPackage

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

Returns:
possible object is String

setPackage

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

Parameters:
value - allowed object is String

getProfile

public String getProfile()
Gets the value of the profile property.

Returns:
possible object is String

setProfile

public void setProfile(String value)
Sets the value of the profile property.

Parameters:
value - allowed object is String

Apache CXF API

Apache CXF