org.plasma.xml.xslt
Class Wrapper

java.lang.Object
  extended by org.plasma.xml.xslt.AnyType
      extended by org.plasma.xml.xslt.Wrapper

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>
 


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

imports

protected List<CombineStylesheets> imports

topLevelElementsAndVariablesAndAnies

protected List<Object> topLevelElementsAndVariablesAndAnies

id

protected String id

extensionElementPrefixes

protected List<String> extensionElementPrefixes

excludeResultPrefixes

protected List<String> excludeResultPrefixes

version

protected BigDecimal version

space

protected String space
Constructor Detail

Wrapper

public Wrapper()
Method Detail

getImports

public List<CombineStylesheets> getImports()
Gets the value of the imports property.

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


getTopLevelElementsAndVariablesAndAnies

public List<Object> getTopLevelElementsAndVariablesAndAnies()
Gets the value of the topLevelElementsAndVariablesAndAnies property.

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>


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getExtensionElementPrefixes

public List<String> getExtensionElementPrefixes()
Gets the value of the extensionElementPrefixes property.

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


getExcludeResultPrefixes

public List<String> getExcludeResultPrefixes()
Gets the value of the excludeResultPrefixes property.

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


getVersion

public BigDecimal getVersion()
Gets the value of the version property.

Returns:
possible object is BigDecimal

setVersion

public void setVersion(BigDecimal value)
Sets the value of the version property.

Parameters:
value - allowed object is BigDecimal

getSpace

public String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(String value)
Sets the value of the space property.

Parameters:
value - allowed object is String


Copyright © 2014. All rights reserved.