Class AnnotationType.Remove
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.AnnotationType.Remove
-
- Enclosing class:
- AnnotationType
public static class AnnotationType.Remove 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"> <all> <element name="selection"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="select" type="{http://schema.webpdf.de/1.0/operation}SelectionAnnotationType"/> </choice> </restriction> </complexContent> </complexType> </element> </all> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotationType.Remove.SelectionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AnnotationType.Remove.Selectionselection
-
Constructor Summary
Constructors Constructor Description Remove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationType.Remove.SelectiongetSelection()Gets the value of the selection property.booleanisSetSelection()voidsetSelection(AnnotationType.Remove.Selection value)Sets the value of the selection property.
-
-
-
Field Detail
-
selection
protected AnnotationType.Remove.Selection selection
-
-
Method Detail
-
getSelection
public AnnotationType.Remove.Selection getSelection()
Gets the value of the selection property.- Returns:
- possible object is
AnnotationType.Remove.Selection
-
setSelection
public void setSelection(AnnotationType.Remove.Selection value)
Sets the value of the selection property.- Parameters:
value- allowed object isAnnotationType.Remove.Selection
-
isSetSelection
public boolean isSetSelection()
-
-