Class SetOCGStateActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.SetOCGStateActionType
-
public class SetOCGStateActionType extends ActionEventType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">setLayerState switches the visibility of the selected document layers to the desired value.</p>
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetOCGStateActionType.LayerStateJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<SetOCGStateActionType.LayerState>layerStateprotected BooleanpreserveRadioButtonRelation
-
Constructor Summary
Constructors Constructor Description SetOCGStateActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SetOCGStateActionType.LayerState>getLayerState()Gets the value of the layerState property.booleanisPreserveRadioButtonRelation()Gets the value of the preserveRadioButtonRelation property.booleanisSetLayerState()booleanisSetPreserveRadioButtonRelation()voidsetPreserveRadioButtonRelation(boolean value)Sets the value of the preserveRadioButtonRelation property.voidunsetLayerState()voidunsetPreserveRadioButtonRelation()
-
-
-
Field Detail
-
layerState
protected List<SetOCGStateActionType.LayerState> layerState
-
preserveRadioButtonRelation
protected Boolean preserveRadioButtonRelation
-
-
Method Detail
-
getLayerState
public List<SetOCGStateActionType.LayerState> getLayerState()
Gets the value of the layerState 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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the layerState property.
-
isSetLayerState
public boolean isSetLayerState()
-
unsetLayerState
public void unsetLayerState()
-
isPreserveRadioButtonRelation
public boolean isPreserveRadioButtonRelation()
Gets the value of the preserveRadioButtonRelation property.- Returns:
- possible object is
Boolean
-
setPreserveRadioButtonRelation
public void setPreserveRadioButtonRelation(boolean value)
Sets the value of the preserveRadioButtonRelation property.- Parameters:
value- allowed object isBoolean
-
isSetPreserveRadioButtonRelation
public boolean isSetPreserveRadioButtonRelation()
-
unsetPreserveRadioButtonRelation
public void unsetPreserveRadioButtonRelation()
-
-