public class Form extends Object implements 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>
Modifier and Type | Field and Description |
---|---|
protected List<BitmapType> |
bitmap |
protected List<ButtonType> |
button |
protected List<ConnectionType> |
connection |
protected List<EditFieldType> |
editField |
protected List<FrameType> |
frame |
protected List<GroupboxType> |
groupbox |
protected List<GroupType> |
groups |
protected HeaderType |
header |
protected HiddenType |
hidden |
protected List<IncludeType> |
include |
protected List<LabelType> |
label |
protected List<MashupType> |
mashup |
protected String |
name |
protected PaneLayoutType |
paneLayout |
protected List<ResultType> |
result |
protected List<TabListType> |
tabList |
protected List<ThumbnailType> |
thumbnail |
protected ToolbarType |
toolbar |
protected List<ViewerType> |
viewer |
Constructor and Description |
---|
Form() |
Modifier and Type | Method and Description |
---|---|
List<BitmapType> |
getBitmap()
Gets the value of the bitmap property.
|
List<ButtonType> |
getButton()
Gets the value of the button property.
|
List<ConnectionType> |
getConnection()
Gets the value of the connection property.
|
List<EditFieldType> |
getEditField()
Gets the value of the editField property.
|
List<FrameType> |
getFrame()
Gets the value of the frame property.
|
List<GroupboxType> |
getGroupbox()
Gets the value of the groupbox property.
|
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.
|
List<IncludeType> |
getInclude()
Gets the value of the include property.
|
List<LabelType> |
getLabel()
Gets the value of the label property.
|
List<MashupType> |
getMashup()
Gets the value of the mashup property.
|
String |
getName()
Gets the value of the name property.
|
PaneLayoutType |
getPaneLayout()
Gets the value of the paneLayout property.
|
List<ResultType> |
getResult()
Gets the value of the result property.
|
List<TabListType> |
getTabList()
Gets the value of the tabList property.
|
List<ThumbnailType> |
getThumbnail()
Gets the value of the thumbnail property.
|
ToolbarType |
getToolbar()
Gets the value of the toolbar property.
|
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(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.
|
protected String name
protected HeaderType header
protected PaneLayoutType paneLayout
protected List<ButtonType> button
protected List<ConnectionType> connection
protected List<EditFieldType> editField
protected List<GroupboxType> groupbox
protected List<ResultType> result
protected List<TabListType> tabList
protected ToolbarType toolbar
protected List<ViewerType> viewer
protected List<BitmapType> bitmap
protected HiddenType hidden
protected List<IncludeType> include
protected List<MashupType> mashup
protected List<ThumbnailType> thumbnail
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public HeaderType getHeader()
HeaderType
public void setHeader(HeaderType value)
value
- allowed object is
HeaderType
public PaneLayoutType getPaneLayout()
PaneLayoutType
public void setPaneLayout(PaneLayoutType value)
value
- allowed object is
PaneLayoutType
public List<GroupType> getGroups()
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
public List<LabelType> getLabel()
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
public List<ButtonType> getButton()
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
public List<ConnectionType> getConnection()
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
public List<EditFieldType> getEditField()
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
public List<FrameType> getFrame()
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
public List<GroupboxType> getGroupbox()
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
public List<ResultType> getResult()
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
public List<TabListType> getTabList()
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
public ToolbarType getToolbar()
ToolbarType
public void setToolbar(ToolbarType value)
value
- allowed object is
ToolbarType
public List<ViewerType> getViewer()
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
public List<BitmapType> getBitmap()
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
public HiddenType getHidden()
HiddenType
public void setHidden(HiddenType value)
value
- allowed object is
HiddenType
public List<IncludeType> getInclude()
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
public List<MashupType> getMashup()
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
public List<ThumbnailType> getThumbnail()
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
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.