Class 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 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