public class Group extends Object
Java class for group complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="group">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label" type="{}label" maxOccurs="unbounded"/>
<element name="property" type="{}property" maxOccurs="unbounded"/>
</sequence>
<attribute name="qualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="tabbed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="initially-opened" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="show-if-empty" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="show-in-create-mode" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="position" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
initiallyOpened |
protected List<Label> |
label |
protected BigInteger |
position |
protected List<Property> |
property |
protected String |
qualifier |
protected Boolean |
showIfEmpty |
protected Boolean |
showInCreateMode |
protected Boolean |
tabbed |
protected Boolean |
visible |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
getLabel()
Gets the value of the label property.
|
BigInteger |
getPosition()
Gets the value of the position property.
|
List<Property> |
getProperties()
Gets the value of the property property.
|
String |
getQualifier()
Gets the value of the qualifier property.
|
boolean |
isInitiallyOpened()
Gets the value of the initiallyOpened property.
|
boolean |
isShowIfEmpty()
Gets the value of the showIfEmpty property.
|
boolean |
isShowInCreateMode()
Gets the value of the showInCreateMode property.
|
boolean |
isTabbed()
Gets the value of the tabbed property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setInitiallyOpened(Boolean value)
Sets the value of the initiallyOpened property.
|
void |
setPosition(BigInteger value)
Sets the value of the position property.
|
void |
setQualifier(String value)
Sets the value of the qualifier property.
|
void |
setShowIfEmpty(Boolean value)
Sets the value of the showIfEmpty property.
|
void |
setShowInCreateMode(Boolean value)
Sets the value of the showInCreateMode property.
|
void |
setTabbed(Boolean value)
Sets the value of the tabbed property.
|
void |
setVisible(Boolean value)
Sets the value of the visible property.
|
protected String qualifier
protected Boolean visible
protected Boolean tabbed
protected Boolean initiallyOpened
protected Boolean showIfEmpty
protected Boolean showInCreateMode
protected BigInteger position
public List<Label> 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 Label
public List<Property> getProperties()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list Property
public String getQualifier()
Stringpublic void setQualifier(String value)
value - allowed object is Stringpublic boolean isVisible()
Booleanpublic void setVisible(Boolean value)
value - allowed object is Booleanpublic boolean isTabbed()
Booleanpublic void setTabbed(Boolean value)
value - allowed object is Booleanpublic boolean isInitiallyOpened()
Booleanpublic void setInitiallyOpened(Boolean value)
value - allowed object is Booleanpublic boolean isShowIfEmpty()
Booleanpublic void setShowIfEmpty(Boolean value)
value - allowed object is Booleanpublic boolean isShowInCreateMode()
Booleanpublic void setShowInCreateMode(Boolean value)
value - allowed object is Booleanpublic BigInteger getPosition()
BigIntegerpublic void setPosition(BigInteger value)
value - allowed object is BigIntegerCopyright © 2017 SAP SE. All Rights Reserved.