Class SetOCGStateActionType.LayerState
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SetOCGStateActionType.LayerState
-
- Enclosing class:
- SetOCGStateActionType
public static class SetOCGStateActionType.LayerState extends Object
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<OCGSelectionType>referencedLayerprotected OCGStateTypestate<?
-
Constructor Summary
Constructors Constructor Description LayerState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OCGSelectionType>getReferencedLayer()Gets the value of the referencedLayer property.OCGStateTypegetState()<?booleanisSetReferencedLayer()booleanisSetState()voidsetState(OCGStateType value)Sets the value of the state property.voidunsetReferencedLayer()
-
-
-
Field Detail
-
referencedLayer
protected List<OCGSelectionType> referencedLayer
-
state
protected OCGStateType state
<?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">The status change that should be carried out upon activation. <ul><li>ON = The layer(s) will be shown.</li><li>OFF = The layer(s) will be hidden.</li><li>Toggle = The layer visibility will be switched.</li></ul></p>
-
-
Method Detail
-
getReferencedLayer
public List<OCGSelectionType> getReferencedLayer()
Gets the value of the referencedLayer 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 referencedLayer property.For example, to add a new item, do as follows:
getReferencedLayer().add(newItem);
Objects of the following type(s) are allowed in the list
OCGSelectionType- Returns:
- The value of the referencedLayer property.
-
isSetReferencedLayer
public boolean isSetReferencedLayer()
-
unsetReferencedLayer
public void unsetReferencedLayer()
-
getState
public OCGStateType getState()
<?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">The status change that should be carried out upon activation. <ul><li>ON = The layer(s) will be shown.</li><li>OFF = The layer(s) will be hidden.</li><li>Toggle = The layer visibility will be switched.</li></ul></p>- Returns:
- possible object is
OCGStateType
-
setState
public void setState(OCGStateType value)
Sets the value of the state property.- Parameters:
value- allowed object isOCGStateType- See Also:
getState()
-
isSetState
public boolean isSetState()
-
-