org.plasma.xml.xslt
Class NamespaceAlias

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

public class NamespaceAlias
extends AnyType

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
       <attribute name="stylesheet-prefix" use="required" type="{http://www.w3.org/1999/XSL/Transform}prefix" />
       <attribute name="result-prefix" use="required" type="{http://www.w3.org/1999/XSL/Transform}prefix" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String resultPrefix
           
protected  String stylesheetPrefix
           
 
Constructor Summary
NamespaceAlias()
           
 
Method Summary
 String getResultPrefix()
          Gets the value of the resultPrefix property.
 String getStylesheetPrefix()
          Gets the value of the stylesheetPrefix property.
 void setResultPrefix(String value)
          Sets the value of the resultPrefix property.
 void setStylesheetPrefix(String value)
          Sets the value of the stylesheetPrefix 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

stylesheetPrefix

protected String stylesheetPrefix

resultPrefix

protected String resultPrefix
Constructor Detail

NamespaceAlias

public NamespaceAlias()
Method Detail

getStylesheetPrefix

public String getStylesheetPrefix()
Gets the value of the stylesheetPrefix property.

Returns:
possible object is String

setStylesheetPrefix

public void setStylesheetPrefix(String value)
Sets the value of the stylesheetPrefix property.

Parameters:
value - allowed object is String

getResultPrefix

public String getResultPrefix()
Gets the value of the resultPrefix property.

Returns:
possible object is String

setResultPrefix

public void setResultPrefix(String value)
Sets the value of the resultPrefix property.

Parameters:
value - allowed object is String


Copyright © 2014. All rights reserved.