public static class OptionsType.PageTransitions 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="add">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="pageTransition" type="{http://schema.webpdf.de/1.0/operation}TransitionType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="remove">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="transitionSelection" type="{http://schema.webpdf.de/1.0/operation}SelectionTransitionType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OptionsType.PageTransitions.Add
Java class for anonymous complex type.
|
static class |
OptionsType.PageTransitions.Remove
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<OptionsType.PageTransitions.Add> |
add |
protected List<OptionsType.PageTransitions.Remove> |
remove |
| Constructor and Description |
|---|
PageTransitions() |
| Modifier and Type | Method and Description |
|---|---|
List<OptionsType.PageTransitions.Add> |
getAdd()
Gets the value of the add property.
|
List<OptionsType.PageTransitions.Remove> |
getRemove()
Gets the value of the remove property.
|
protected List<OptionsType.PageTransitions.Add> add
protected List<OptionsType.PageTransitions.Remove> remove
public List<OptionsType.PageTransitions.Add> getAdd()
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 add property.
For example, to add a new item, do as follows:
getAdd().add(newItem);
Objects of the following type(s) are allowed in the list
OptionsType.PageTransitions.Add
public List<OptionsType.PageTransitions.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.PageTransitions.Remove
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.