Class Group
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" />
<attribute name="printable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="xmlDataProvider" type="{http://www.w3.org/2001/XMLSchema}string" default="xmlDataProvider" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Gets the value of the label property.Gets the value of the position property.Gets the value of the property property.Gets the value of the qualifier property.Gets the value of the xmlDataProvider property.booleanGets the value of the initiallyOpened property.booleanGets the value of the printable property.booleanGets the value of the showIfEmpty property.booleanGets the value of the showInCreateMode property.booleanisTabbed()Gets the value of the tabbed property.booleanGets the value of the visible property.voidsetInitiallyOpened(Boolean value) Sets the value of the initiallyOpened property.voidsetPosition(BigInteger value) Sets the value of the position property.voidsetPrintable(Boolean value) Sets the value of the printable property.voidsetQualifier(String value) Sets the value of the qualifier property.voidsetShowIfEmpty(Boolean value) Sets the value of the showIfEmpty property.voidsetShowInCreateMode(Boolean value) Sets the value of the showInCreateMode property.voidSets the value of the tabbed property.voidsetVisible(Boolean value) Sets the value of the visible property.voidsetXmlDataProvider(String value) Sets the value of the xmlDataProvider property.
-
Field Details
-
label
-
property
-
qualifier
-
visible
-
tabbed
-
initiallyOpened
-
showIfEmpty
-
showInCreateMode
-
position
-
printable
-
xmlDataProvider
-
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
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
setmethod 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 -
getProperty
Gets the value of the property 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
setmethod 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 -
getQualifier
Gets the value of the qualifier property.- Returns:
- possible object is
String
-
setQualifier
Sets the value of the qualifier property.- Parameters:
value- allowed object isString
-
isVisible
public boolean isVisible()Gets the value of the visible property.- Returns:
- possible object is
Boolean
-
setVisible
Sets the value of the visible property.- Parameters:
value- allowed object isBoolean
-
isTabbed
public boolean isTabbed()Gets the value of the tabbed property.- Returns:
- possible object is
Boolean
-
setTabbed
Sets the value of the tabbed property.- Parameters:
value- allowed object isBoolean
-
isInitiallyOpened
public boolean isInitiallyOpened()Gets the value of the initiallyOpened property.- Returns:
- possible object is
Boolean
-
setInitiallyOpened
Sets the value of the initiallyOpened property.- Parameters:
value- allowed object isBoolean
-
isShowIfEmpty
public boolean isShowIfEmpty()Gets the value of the showIfEmpty property.- Returns:
- possible object is
Boolean
-
setShowIfEmpty
Sets the value of the showIfEmpty property.- Parameters:
value- allowed object isBoolean
-
isShowInCreateMode
public boolean isShowInCreateMode()Gets the value of the showInCreateMode property.- Returns:
- possible object is
Boolean
-
setShowInCreateMode
Sets the value of the showInCreateMode property.- Parameters:
value- allowed object isBoolean
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
BigInteger
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isBigInteger
-
isPrintable
public boolean isPrintable()Gets the value of the printable property.- Returns:
- possible object is
Boolean
-
setPrintable
Sets the value of the printable property.- Parameters:
value- allowed object isBoolean
-
getXmlDataProvider
Gets the value of the xmlDataProvider property.- Returns:
- possible object is
String
-
setXmlDataProvider
Sets the value of the xmlDataProvider property.- Parameters:
value- allowed object isString
-