public class SetOCGStateActionType extends ActionEventType
Java class for SetOCGStateActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetOCGStateActionType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
<choice maxOccurs="unbounded">
<element name="layerState">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="referencedLayer" type="{http://schema.webpdf.de/1.0/operation}OCGSelectionType"/>
</choice>
<attribute name="state" type="{http://schema.webpdf.de/1.0/operation}OCGStateType" default="ON" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<attribute name="preserveRadioButtonRelation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SetOCGStateActionType.LayerState
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SetOCGStateActionType.LayerState> |
layerState |
protected Boolean |
preserveRadioButtonRelation |
| Constructor and Description |
|---|
SetOCGStateActionType() |
| Modifier and Type | Method and Description |
|---|---|
List<SetOCGStateActionType.LayerState> |
getLayerState()
Gets the value of the layerState property.
|
boolean |
isPreserveRadioButtonRelation()
Gets the value of the preserveRadioButtonRelation property.
|
boolean |
isSetLayerState() |
boolean |
isSetPreserveRadioButtonRelation() |
void |
setPreserveRadioButtonRelation(boolean value)
Sets the value of the preserveRadioButtonRelation property.
|
void |
unsetLayerState() |
void |
unsetPreserveRadioButtonRelation() |
protected List<SetOCGStateActionType.LayerState> layerState
protected Boolean preserveRadioButtonRelation
public List<SetOCGStateActionType.LayerState> getLayerState()
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 layerState property.
For example, to add a new item, do as follows:
getLayerState().add(newItem);
Objects of the following type(s) are allowed in the list
SetOCGStateActionType.LayerState
public boolean isSetLayerState()
public void unsetLayerState()
public boolean isPreserveRadioButtonRelation()
Booleanpublic void setPreserveRadioButtonRelation(boolean value)
value - allowed object is
Booleanpublic boolean isSetPreserveRadioButtonRelation()
public void unsetPreserveRadioButtonRelation()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.