Class HideActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.HideActionType
-
public class HideActionType 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">When activated, the hide element will show or hide the selected annotations.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AnnotationSelectionType>annotationprotected Booleanhide
-
Constructor Summary
Constructors Constructor Description HideActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AnnotationSelectionType>getAnnotation()Gets the value of the annotation property.booleanisHide()Gets the value of the hide property.booleanisSetAnnotation()booleanisSetHide()voidsetHide(boolean value)Sets the value of the hide property.voidunsetAnnotation()voidunsetHide()
-
-
-
Field Detail
-
annotation
protected List<AnnotationSelectionType> annotation
-
hide
protected Boolean hide
-
-
Method Detail
-
getAnnotation
public List<AnnotationSelectionType> getAnnotation()
Gets the value of the annotation 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 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- Returns:
- The value of the annotation property.
-
isSetAnnotation
public boolean isSetAnnotation()
-
unsetAnnotation
public void unsetAnnotation()
-
isHide
public boolean isHide()
Gets the value of the hide property.- Returns:
- possible object is
Boolean
-
setHide
public void setHide(boolean value)
Sets the value of the hide property.- Parameters:
value- allowed object isBoolean
-
isSetHide
public boolean isSetHide()
-
unsetHide
public void unsetHide()
-
-