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>
| Modifier and Type | Field and Description |
|---|---|
protected List<OCGSelectionType> |
referencedLayer |
protected OCGStateType |
state |
| Constructor and Description |
|---|
LayerState() |
| Modifier and Type | Method and Description |
|---|---|
List<OCGSelectionType> |
getReferencedLayer()
Gets the value of the referencedLayer property.
|
OCGStateType |
getState()
Gets the value of the state property.
|
boolean |
isSetReferencedLayer() |
boolean |
isSetState() |
void |
setState(OCGStateType value)
Sets the value of the state property.
|
void |
unsetReferencedLayer() |
protected List<OCGSelectionType> referencedLayer
protected OCGStateType state
public List<OCGSelectionType> getReferencedLayer()
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 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
public boolean isSetReferencedLayer()
public void unsetReferencedLayer()
public OCGStateType getState()
OCGStateTypepublic void setState(OCGStateType value)
value - allowed object is
OCGStateTypepublic boolean isSetState()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.