Class Form
- java.lang.Object
-
- com.saperion.ngc.iform.xml.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
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<BitmapType>
bitmap
protected java.util.List<ButtonType>
button
protected java.util.List<ConnectionType>
connection
protected java.util.List<EditFieldType>
editField
protected java.util.List<FrameType>
frame
protected java.util.List<GroupboxType>
groupbox
protected java.util.List<GroupType>
groups
protected HeaderType
header
protected HiddenType
hidden
protected java.util.List<IncludeType>
include
protected java.util.List<LabelType>
label
protected java.util.List<MashupType>
mashup
protected java.lang.String
name
protected PaneLayoutType
paneLayout
protected java.util.List<ResultType>
result
protected java.util.List<TabListType>
tabList
protected java.util.List<ThumbnailType>
thumbnail
protected ToolbarType
toolbar
protected java.util.List<ViewerType>
viewer
-
Constructor Summary
Constructors Constructor Description Form()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BitmapType>
getBitmap()
Gets the value of the bitmap property.java.util.List<ButtonType>
getButton()
Gets the value of the button property.java.util.List<ConnectionType>
getConnection()
Gets the value of the connection property.java.util.List<EditFieldType>
getEditField()
Gets the value of the editField property.java.util.List<FrameType>
getFrame()
Gets the value of the frame property.java.util.List<GroupboxType>
getGroupbox()
Gets the value of the groupbox property.java.util.List<GroupType>
getGroups()
Gets the value of the groups property.HeaderType
getHeader()
Gets the value of the header property.HiddenType
getHidden()
Gets the value of the hidden property.java.util.List<IncludeType>
getInclude()
Gets the value of the include property.java.util.List<LabelType>
getLabel()
Gets the value of the label property.java.util.List<MashupType>
getMashup()
Gets the value of the mashup property.java.lang.String
getName()
Gets the value of the name property.PaneLayoutType
getPaneLayout()
Gets the value of the paneLayout property.java.util.List<ResultType>
getResult()
Gets the value of the result property.java.util.List<TabListType>
getTabList()
Gets the value of the tabList property.java.util.List<ThumbnailType>
getThumbnail()
Gets the value of the thumbnail property.ToolbarType
getToolbar()
Gets the value of the toolbar property.java.util.List<ViewerType>
getViewer()
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
setName(java.lang.String value)
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 Detail
-
name
protected java.lang.String name
-
header
protected HeaderType header
-
paneLayout
protected PaneLayoutType paneLayout
-
groups
protected java.util.List<GroupType> groups
-
label
protected java.util.List<LabelType> label
-
button
protected java.util.List<ButtonType> button
-
connection
protected java.util.List<ConnectionType> connection
-
editField
protected java.util.List<EditFieldType> editField
-
frame
protected java.util.List<FrameType> frame
-
groupbox
protected java.util.List<GroupboxType> groupbox
-
result
protected java.util.List<ResultType> result
-
tabList
protected java.util.List<TabListType> tabList
-
toolbar
protected ToolbarType toolbar
-
viewer
protected java.util.List<ViewerType> viewer
-
bitmap
protected java.util.List<BitmapType> bitmap
-
hidden
protected HiddenType hidden
-
include
protected java.util.List<IncludeType> include
-
mashup
protected java.util.List<MashupType> mashup
-
thumbnail
protected java.util.List<ThumbnailType> thumbnail
-
-
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 isString
-
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 isHeaderType
-
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 isPaneLayoutType
-
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 isToolbarType
-
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 isHiddenType
-
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
-
-