|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.tools.plugin.FrontEnd
public class FrontEnd
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 |
---|
protected Generators generators
protected Processor processor
protected Container container
protected Builder builder
protected String name
protected String _package
protected String profile
Constructor Detail |
---|
public FrontEnd()
Method Detail |
---|
public Generators getGenerators()
Generators
public void setGenerators(Generators value)
value
- allowed object is
Generators
public Processor getProcessor()
Processor
public void setProcessor(Processor value)
value
- allowed object is
Processor
public Container getContainer()
Container
public void setContainer(Container value)
value
- allowed object is
Container
public Builder getBuilder()
Builder
public void setBuilder(Builder value)
value
- allowed object is
Builder
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPackage()
String
public void setPackage(String value)
value
- allowed object is
String
public String getProfile()
String
public void setProfile(String value)
value
- allowed object is
String
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |