|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.xslt.AnyType
org.plasma.xml.xslt.Wrapper
public class Wrapper
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Wrapper()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.plasma.xml.xslt.AnyType |
|---|
getOtherAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<CombineStylesheets> imports
protected List<Object> topLevelElementsAndVariablesAndAnies
protected String id
protected List<String> extensionElementPrefixes
protected List<String> excludeResultPrefixes
protected BigDecimal version
protected String space
| Constructor Detail |
|---|
public Wrapper()
| Method Detail |
|---|
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 String getId()
Stringpublic 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()
Stringpublic void setSpace(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||