public static class OptionsType.Boxes 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 maxOccurs="unbounded">
<element name="resize">
<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>
</element>
<element name="remove">
<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>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OptionsType.Boxes.Remove
Java class for anonymous complex type.
|
static class |
OptionsType.Boxes.Resize
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<OptionsType.Boxes.Remove> |
remove |
protected List<OptionsType.Boxes.Resize> |
resize |
| Constructor and Description |
|---|
Boxes() |
| Modifier and Type | Method and Description |
|---|---|
List<OptionsType.Boxes.Remove> |
getRemove()
Gets the value of the remove property.
|
List<OptionsType.Boxes.Resize> |
getResize()
Gets the value of the resize property.
|
protected List<OptionsType.Boxes.Resize> resize
protected List<OptionsType.Boxes.Remove> remove
public List<OptionsType.Boxes.Resize> getResize()
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 resize property.
For example, to add a new item, do as follows:
getResize().add(newItem);
Objects of the following type(s) are allowed in the list
OptionsType.Boxes.Resize
public List<OptionsType.Boxes.Remove> getRemove()
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 remove property.
For example, to add a new item, do as follows:
getRemove().add(newItem);
Objects of the following type(s) are allowed in the list
OptionsType.Boxes.Remove
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.