public class Wrapper extends AnyType
Java class for wrapper complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="wrapper">
<complexContent>
<extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
<sequence>
<element ref="{http://www.w3.org/1999/XSL/Transform}import" maxOccurs="unbounded" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.w3.org/1999/XSL/Transform}top-level-element"/>
<element ref="{http://www.w3.org/1999/XSL/Transform}variable"/>
<any/>
</choice>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="extension-element-prefixes" type="{http://www.w3.org/1999/XSL/Transform}tokens" />
<attribute name="exclude-result-prefixes" type="{http://www.w3.org/1999/XSL/Transform}tokens" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
excludeResultPrefixes |
protected List<String> |
extensionElementPrefixes |
protected String |
id |
protected List<CombineStylesheets> |
imports |
protected String |
space |
protected List<Object> |
topLevelElementsAndVariablesAndAnies |
protected BigDecimal |
version |
| Constructor and Description |
|---|
Wrapper() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExcludeResultPrefixes()
Gets the value of the excludeResultPrefixes property.
|
List<String> |
getExtensionElementPrefixes()
Gets the value of the extensionElementPrefixes property.
|
String |
getId()
Gets the value of the id property.
|
List<CombineStylesheets> |
getImports()
Gets the value of the imports property.
|
String |
getSpace()
Gets the value of the space property.
|
List<Object> |
getTopLevelElementsAndVariablesAndAnies()
Gets the value of the topLevelElementsAndVariablesAndAnies property.
|
BigDecimal |
getVersion()
Gets the value of the version property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
void |
setVersion(BigDecimal value)
Sets the value of the version property.
|
getOtherAttributesprotected List<CombineStylesheets> imports
protected String id
protected BigDecimal version
protected String space
public List<CombineStylesheets> getImports()
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 imports property.
For example, to add a new item, do as follows:
getImports().add(newItem);
Objects of the following type(s) are allowed in the list
CombineStylesheets
public List<Object> getTopLevelElementsAndVariablesAndAnies()
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 topLevelElementsAndVariablesAndAnies property.
For example, to add a new item, do as follows:
getTopLevelElementsAndVariablesAndAnies().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Output>
JAXBElement<AttributeSet>
JAXBElement<Variable>
JAXBElement<DecimalFormat>
JAXBElement<Key>
JAXBElement<PreserveSpace>
JAXBElement<Template>
JAXBElement<PreserveSpace>
JAXBElement<AnyType>
Element
JAXBElement<NamespaceAlias>
JAXBElement<Variable>
JAXBElement<CombineStylesheets>
public void setId(String value)
value - allowed object is
Stringpublic List<String> getExtensionElementPrefixes()
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 extensionElementPrefixes property.
For example, to add a new item, do as follows:
getExtensionElementPrefixes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getExcludeResultPrefixes()
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 excludeResultPrefixes property.
For example, to add a new item, do as follows:
getExcludeResultPrefixes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public BigDecimal getVersion()
BigDecimalpublic void setVersion(BigDecimal value)
value - allowed object is
BigDecimalpublic String getSpace()
StringCopyright © 2017. All rights reserved.