Class OptionsType.Boxes.Resize
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OptionsType.Boxes.Resize
-
- Enclosing class:
- OptionsType.Boxes
public static class OptionsType.Boxes.Resize 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="boxesResize" type="{http://schema.webpdf.de/1.0/operation}BoxesResizeType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BoxesResizeTypeboxesResize
-
Constructor Summary
Constructors Constructor Description Resize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoxesResizeTypegetBoxesResize()Gets the value of the boxesResize property.booleanisSetBoxesResize()voidsetBoxesResize(BoxesResizeType value)Sets the value of the boxesResize property.
-
-
-
Field Detail
-
boxesResize
protected BoxesResizeType boxesResize
-
-
Method Detail
-
getBoxesResize
public BoxesResizeType getBoxesResize()
Gets the value of the boxesResize property.- Returns:
- possible object is
BoxesResizeType
-
setBoxesResize
public void setBoxesResize(BoxesResizeType value)
Sets the value of the boxesResize property.- Parameters:
value- allowed object isBoxesResizeType
-
isSetBoxesResize
public boolean isSetBoxesResize()
-
-