Class Form

  • All Implemented Interfaces:
    java.io.Serializable

    public class Form
    extends java.lang.Object
    implements java.io.Serializable

    Java class for Form complex type.

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

     <complexType name="Form">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Header" type="{http://www.saperion.com/NGXMLSchema}HeaderType"/>
             <element name="PaneLayout" type="{http://www.saperion.com/NGXMLSchema}PaneLayoutType" minOccurs="0"/>
             <element name="Groups" type="{http://www.saperion.com/NGXMLSchema}GroupType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Label" type="{http://www.saperion.com/NGXMLSchema}LabelType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Button" type="{http://www.saperion.com/NGXMLSchema}ButtonType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Connection" type="{http://www.saperion.com/NGXMLSchema}ConnectionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="EditField" type="{http://www.saperion.com/NGXMLSchema}EditFieldType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Frame" type="{http://www.saperion.com/NGXMLSchema}FrameType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Groupbox" type="{http://www.saperion.com/NGXMLSchema}GroupboxType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Result" type="{http://www.saperion.com/NGXMLSchema}ResultType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="TabList" type="{http://www.saperion.com/NGXMLSchema}TabListType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Toolbar" type="{http://www.saperion.com/NGXMLSchema}ToolbarType" minOccurs="0"/>
             <element name="Viewer" type="{http://www.saperion.com/NGXMLSchema}ViewerType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Bitmap" type="{http://www.saperion.com/NGXMLSchema}BitmapType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Hidden" type="{http://www.saperion.com/NGXMLSchema}HiddenType" minOccurs="0"/>
             <element name="Include" type="{http://www.saperion.com/NGXMLSchema}IncludeType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Mashup" type="{http://www.saperion.com/NGXMLSchema}MashupType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Thumbnail" type="{http://www.saperion.com/NGXMLSchema}ThumbnailType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Form

        public Form()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getHeader

        public HeaderType getHeader()
        Gets the value of the header property.
        Returns:
        possible object is HeaderType
      • setHeader

        public void setHeader​(HeaderType value)
        Sets the value of the header property.
        Parameters:
        value - allowed object is HeaderType
      • getPaneLayout

        public PaneLayoutType getPaneLayout()
        Gets the value of the paneLayout property.
        Returns:
        possible object is PaneLayoutType
      • setPaneLayout

        public void setPaneLayout​(PaneLayoutType value)
        Sets the value of the paneLayout property.
        Parameters:
        value - allowed object is PaneLayoutType
      • getGroups

        public java.util.List<GroupType> getGroups()
        Gets the value of the groups property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the groups property.

        For example, to add a new item, do as follows:

            getGroups().add(newItem);
         

        Objects of the following type(s) are allowed in the list GroupType

      • getLabel

        public java.util.List<LabelType> getLabel()
        Gets the value of the label property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the label property.

        For example, to add a new item, do as follows:

            getLabel().add(newItem);
         

        Objects of the following type(s) are allowed in the list LabelType

      • getButton

        public java.util.List<ButtonType> getButton()
        Gets the value of the button property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the button property.

        For example, to add a new item, do as follows:

            getButton().add(newItem);
         

        Objects of the following type(s) are allowed in the list ButtonType

      • getConnection

        public java.util.List<ConnectionType> getConnection()
        Gets the value of the connection property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the connection property.

        For example, to add a new item, do as follows:

            getConnection().add(newItem);
         

        Objects of the following type(s) are allowed in the list ConnectionType

      • getEditField

        public java.util.List<EditFieldType> getEditField()
        Gets the value of the editField property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the editField property.

        For example, to add a new item, do as follows:

            getEditField().add(newItem);
         

        Objects of the following type(s) are allowed in the list EditFieldType

      • getFrame

        public java.util.List<FrameType> getFrame()
        Gets the value of the frame property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the frame property.

        For example, to add a new item, do as follows:

            getFrame().add(newItem);
         

        Objects of the following type(s) are allowed in the list FrameType

      • getGroupbox

        public java.util.List<GroupboxType> getGroupbox()
        Gets the value of the groupbox property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the groupbox property.

        For example, to add a new item, do as follows:

            getGroupbox().add(newItem);
         

        Objects of the following type(s) are allowed in the list GroupboxType

      • getResult

        public java.util.List<ResultType> getResult()
        Gets the value of the result property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the result property.

        For example, to add a new item, do as follows:

            getResult().add(newItem);
         

        Objects of the following type(s) are allowed in the list ResultType

      • getTabList

        public java.util.List<TabListType> getTabList()
        Gets the value of the tabList property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tabList property.

        For example, to add a new item, do as follows:

            getTabList().add(newItem);
         

        Objects of the following type(s) are allowed in the list TabListType

      • getToolbar

        public ToolbarType getToolbar()
        Gets the value of the toolbar property.
        Returns:
        possible object is ToolbarType
      • setToolbar

        public void setToolbar​(ToolbarType value)
        Sets the value of the toolbar property.
        Parameters:
        value - allowed object is ToolbarType
      • getViewer

        public java.util.List<ViewerType> getViewer()
        Gets the value of the viewer property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the viewer property.

        For example, to add a new item, do as follows:

            getViewer().add(newItem);
         

        Objects of the following type(s) are allowed in the list ViewerType

      • getBitmap

        public java.util.List<BitmapType> getBitmap()
        Gets the value of the bitmap property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the bitmap property.

        For example, to add a new item, do as follows:

            getBitmap().add(newItem);
         

        Objects of the following type(s) are allowed in the list BitmapType

      • getHidden

        public HiddenType getHidden()
        Gets the value of the hidden property.
        Returns:
        possible object is HiddenType
      • setHidden

        public void setHidden​(HiddenType value)
        Sets the value of the hidden property.
        Parameters:
        value - allowed object is HiddenType
      • getInclude

        public java.util.List<IncludeType> getInclude()
        Gets the value of the include property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the include property.

        For example, to add a new item, do as follows:

            getInclude().add(newItem);
         

        Objects of the following type(s) are allowed in the list IncludeType

      • getMashup

        public java.util.List<MashupType> getMashup()
        Gets the value of the mashup property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the mashup property.

        For example, to add a new item, do as follows:

            getMashup().add(newItem);
         

        Objects of the following type(s) are allowed in the list MashupType

      • getThumbnail

        public java.util.List<ThumbnailType> getThumbnail()
        Gets the value of the thumbnail property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the thumbnail property.

        For example, to add a new item, do as follows:

            getThumbnail().add(newItem);
         

        Objects of the following type(s) are allowed in the list ThumbnailType