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