public class PreviewHeaderRow extends Obj
Java class for previewHeaderRow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="previewHeaderRow">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<sequence>
<element name="headerElement" type="{http://www.intertrust.ru}headerElem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HeaderElem> |
headerElement |
protected Boolean |
visible |
| Constructor and Description |
|---|
PreviewHeaderRow() |
| Modifier and Type | Method and Description |
|---|---|
List<HeaderElem> |
getHeaderElement()
Gets the value of the headerElement property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setVisible(Boolean value)
Sets the value of the visible property.
|
testGeneratedMethodprotected List<HeaderElem> headerElement
protected Boolean visible
public List<HeaderElem> getHeaderElement()
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 headerElement property.
For example, to add a new item, do as follows:
getHeaderElement().add(newItem);
Objects of the following type(s) are allowed in the list
HeaderElem
public boolean isVisible()
BooleanCopyright © 2012–2014 RedSoft. All rights reserved.