Class SectionConfig

  • All Implemented Interfaces:
    Serializable

    public class SectionConfig
    extends BaseObject
    implements Serializable

    Java class for sectionConfig complex type.

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

     <complexType name="sectionConfig">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="title" type="{http://www.appng.org/schema/platform}label" minOccurs="0"/>
             <element name="textelements" type="{http://www.appng.org/schema/platform}textelements" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SectionConfig

        public SectionConfig()
    • Method Detail

      • getTitle

        public Label getTitle()
        Gets the value of the title property.
        Returns:
        possible object is Label
      • setTitle

        public void setTitle​(Label value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is Label
      • getTextelements

        public Textelements getTextelements()
        Gets the value of the textelements property.
        Returns:
        possible object is Textelements
      • setTextelements

        public void setTextelements​(Textelements value)
        Sets the value of the textelements property.
        Parameters:
        value - allowed object is Textelements