public static class DocumentType.Backgrounds 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" minOccurs="0">
<element name="background" type="{http://schema.webpdf.de/1.0/extraction/info}BackgroundContentType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<BackgroundContentType> |
background |
| Constructor and Description |
|---|
Backgrounds() |
| Modifier and Type | Method and Description |
|---|---|
List<BackgroundContentType> |
getBackground()
Gets the value of the background property.
|
boolean |
isSetBackground() |
void |
unsetBackground() |
protected List<BackgroundContentType> background
public List<BackgroundContentType> getBackground()
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 background property.
For example, to add a new item, do as follows:
getBackground().add(newItem);
Objects of the following type(s) are allowed in the list
BackgroundContentType
public boolean isSetBackground()
public void unsetBackground()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.