public class XslTransformationResourcesType extends Object
Java class for XslTransformationResourcesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XslTransformationResourcesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="file" type="{http://schema.webpdf.de/1.0/operation}XslTransformationFileType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<XslTransformationFileType> |
file |
| Constructor and Description |
|---|
XslTransformationResourcesType() |
| Modifier and Type | Method and Description |
|---|---|
List<XslTransformationFileType> |
getFile()
Gets the value of the file property.
|
boolean |
isSetFile() |
void |
unsetFile() |
protected List<XslTransformationFileType> file
public List<XslTransformationFileType> getFile()
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 file property.
For example, to add a new item, do as follows:
getFile().add(newItem);
Objects of the following type(s) are allowed in the list
XslTransformationFileType
public boolean isSetFile()
public void unsetFile()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.