Package org.apache.cxf.tools.plugin
Class FrontEnd
- java.lang.Object
-
- 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>
-
-
Constructor Summary
Constructors Constructor Description FrontEnd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildergetBuilder()Gets the value of the builder property.ContainergetContainer()Gets the value of the container property.GeneratorsgetGenerators()Gets the value of the generators property.StringgetName()Gets the value of the name property.StringgetPackage()Gets the value of the package property.ProcessorgetProcessor()Gets the value of the processor property.StringgetProfile()Gets the value of the profile property.voidsetBuilder(Builder value)Sets the value of the builder property.voidsetContainer(Container value)Sets the value of the container property.voidsetGenerators(Generators value)Sets the value of the generators property.voidsetName(String value)Sets the value of the name property.voidsetPackage(String value)Sets the value of the package property.voidsetProcessor(Processor value)Sets the value of the processor property.voidsetProfile(String value)Sets the value of the profile property.
-
-
-
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 isGenerators
-
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 isProcessor
-
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 isContainer
-
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 isBuilder
-
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 isString
-
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 isString
-
getProfile
public String getProfile()
Gets the value of the profile property.- Returns:
- possible object is
String
-
-