public class HideActionType extends ActionEventType
Java class for HideActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HideActionType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
<choice>
<element name="annotation" type="{http://schema.webpdf.de/1.0/operation}AnnotationSelectionType" maxOccurs="unbounded"/>
</choice>
<attribute name="hide" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AnnotationSelectionType> |
annotation |
protected Boolean |
hide |
| Constructor and Description |
|---|
HideActionType() |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationSelectionType> |
getAnnotation()
Gets the value of the annotation property.
|
boolean |
isHide()
Gets the value of the hide property.
|
boolean |
isSetAnnotation() |
boolean |
isSetHide() |
void |
setHide(boolean value)
Sets the value of the hide property.
|
void |
unsetAnnotation() |
void |
unsetHide() |
protected List<AnnotationSelectionType> annotation
protected Boolean hide
public List<AnnotationSelectionType> getAnnotation()
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 annotation property.
For example, to add a new item, do as follows:
getAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
AnnotationSelectionType
public boolean isSetAnnotation()
public void unsetAnnotation()
public boolean isHide()
Booleanpublic void setHide(boolean value)
value - allowed object is
Booleanpublic boolean isSetHide()
public void unsetHide()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.