Class Form
- All Implemented Interfaces:
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<BitmapType>
protected List<ButtonType>
protected List<ConnectionType>
protected List<EditFieldType>
protected List<GroupboxType>
protected HeaderType
protected HiddenType
protected List<IncludeType>
protected List<MashupType>
protected String
protected PaneLayoutType
protected List<ResultType>
protected List<TabListType>
protected List<ThumbnailType>
protected ToolbarType
protected List<ViewerType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bitmap property.Gets the value of the button property.Gets the value of the connection property.Gets the value of the editField property.getFrame()
Gets the value of the frame property.Gets the value of the groupbox property.Gets the value of the groups property.Gets the value of the header property.Gets the value of the hidden property.Gets the value of the include property.getLabel()
Gets the value of the label property.Gets the value of the mashup property.getName()
Gets the value of the name property.Gets the value of the paneLayout property.Gets the value of the result property.Gets the value of the tabList property.Gets the value of the thumbnail property.Gets the value of the toolbar property.Gets the value of the viewer property.void
setHeader
(HeaderType value) Sets the value of the header property.void
setHidden
(HiddenType value) Sets the value of the hidden property.void
Sets the value of the name property.void
setPaneLayout
(PaneLayoutType value) Sets the value of the paneLayout property.void
setToolbar
(ToolbarType value) Sets the value of the toolbar property.
-
Field Details
-
name
-
header
-
paneLayout
-
groups
-
label
-
button
-
connection
-
editField
-
frame
-
groupbox
-
result
-
tabList
-
toolbar
-
viewer
-
bitmap
-
include
-
mashup
-
thumbnail
-
-
Constructor Details
-
Form
public Form()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getHeader
Gets the value of the header property.- Returns:
- possible object is
HeaderType
-
setHeader
Sets the value of the header property.- Parameters:
value
- allowed object isHeaderType
-
getPaneLayout
Gets the value of the paneLayout property.- Returns:
- possible object is
PaneLayoutType
-
setPaneLayout
Sets the value of the paneLayout property.- Parameters:
value
- allowed object isPaneLayoutType
-
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
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
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
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
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
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
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
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
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
Gets the value of the toolbar property.- Returns:
- possible object is
ToolbarType
-
setToolbar
Sets the value of the toolbar property.- Parameters:
value
- allowed object isToolbarType
-
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
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
Gets the value of the hidden property.- Returns:
- possible object is
HiddenType
-
setHidden
Sets the value of the hidden property.- Parameters:
value
- allowed object isHiddenType
-
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
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
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
-