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  java.util.List<java.lang.String> excludeResultPrefixes
           
protected  java.util.List<java.lang.String> extensionElementPrefixes
           
protected  java.lang.String id
           
protected  java.util.List<CombineStylesheets> imports
           
protected  java.lang.String space
           
protected  java.util.List<java.lang.Object> topLevelElementsAndVariablesAndAnies
           
protected  java.math.BigDecimal version
           
 
Constructor Summary
Wrapper()
           
 
Method Summary
 java.util.List<java.lang.String> getExcludeResultPrefixes()
          Gets the value of the excludeResultPrefixes property.
 java.util.List<java.lang.String> getExtensionElementPrefixes()
          Gets the value of the extensionElementPrefixes property.
 java.lang.String getId()
          Gets the value of the id property.
 java.util.List<CombineStylesheets> getImports()
          Gets the value of the imports property.
 java.lang.String getSpace()
          Gets the value of the space property.
 java.util.List<java.lang.Object> getTopLevelElementsAndVariablesAndAnies()
          Gets the value of the topLevelElementsAndVariablesAndAnies property.
 java.math.BigDecimal getVersion()
          Gets the value of the version property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setSpace(java.lang.String value)
          Sets the value of the space property.
 void setVersion(java.math.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 java.util.List<CombineStylesheets> imports

topLevelElementsAndVariablesAndAnies

protected java.util.List<java.lang.Object> topLevelElementsAndVariablesAndAnies

id

protected java.lang.String id

extensionElementPrefixes

protected java.util.List<java.lang.String> extensionElementPrefixes

excludeResultPrefixes

protected java.util.List<java.lang.String> excludeResultPrefixes

version

protected java.math.BigDecimal version

space

protected java.lang.String space
Constructor Detail

Wrapper

public Wrapper()
Method Detail

getImports

public java.util.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 java.util.List<java.lang.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 java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getExtensionElementPrefixes

public java.util.List<java.lang.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 java.util.List<java.lang.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 java.math.BigDecimal getVersion()
Gets the value of the version property.

Returns:
possible object is BigDecimal

setVersion

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

Parameters:
value - allowed object is BigDecimal

getSpace

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

Returns:
possible object is String

setSpace

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

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.