Class OptionsType.Boxes.Remove
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OptionsType.Boxes.Remove
-
- Enclosing class:
- OptionsType.Boxes
public static class OptionsType.Boxes.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"> <choice> <element name="boxesRemove" type="{http://schema.webpdf.de/1.0/operation}SelectionBoxType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SelectionBoxTypeboxesRemove
-
Constructor Summary
Constructors Constructor Description Remove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectionBoxTypegetBoxesRemove()Gets the value of the boxesRemove property.booleanisSetBoxesRemove()voidsetBoxesRemove(SelectionBoxType value)Sets the value of the boxesRemove property.
-
-
-
Field Detail
-
boxesRemove
protected SelectionBoxType boxesRemove
-
-
Method Detail
-
getBoxesRemove
public SelectionBoxType getBoxesRemove()
Gets the value of the boxesRemove property.- Returns:
- possible object is
SelectionBoxType
-
setBoxesRemove
public void setBoxesRemove(SelectionBoxType value)
Sets the value of the boxesRemove property.- Parameters:
value- allowed object isSelectionBoxType
-
isSetBoxesRemove
public boolean isSetBoxesRemove()
-
-