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()Gets the value of the state property.booleanisSetReferencedLayer()booleanisSetState()voidsetState(OCGStateType value)Sets the value of the state property.voidunsetReferencedLayer()
-
-
-
Field Detail
-
referencedLayer
protected List<OCGSelectionType> referencedLayer
-
state
protected OCGStateType state
-
-
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 Jakarta XML Binding 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()
Gets the value of the state property.- Returns:
- possible object is
OCGStateType
-
setState
public void setState(OCGStateType value)
Sets the value of the state property.- Parameters:
value- allowed object isOCGStateType
-
isSetState
public boolean isSetState()
-
-