public class Targets extends Object implements Serializable
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">
<sequence>
<element ref="{http://www.openfuxml.org/cmp}pdf" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/cmp}html" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Html> |
html |
protected List<Pdf> |
pdf |
| Constructor and Description |
|---|
Targets() |
public List<Pdf> getPdf()
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 pdf property.
For example, to add a new item, do as follows:
getPdf().add(newItem);
Objects of the following type(s) are allowed in the list
Pdf
public boolean isSetPdf()
public void unsetPdf()
public List<Html> getHtml()
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 html property.
For example, to add a new item, do as follows:
getHtml().add(newItem);
Objects of the following type(s) are allowed in the list
Html
public boolean isSetHtml()
public void unsetHtml()
Copyright © 2023. All rights reserved.