com.ebmwebsourcing.wsstar.notification.extension.impl
Class XsltStyleSheetTypeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<XsltStyleSheetType>
      extended by com.ebmwebsourcing.wsstar.notification.extension.impl.XsltStyleSheetTypeImpl
All Implemented Interfaces:
XsltStyleSheetType, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement

public class XsltStyleSheetTypeImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<XsltStyleSheetType>
implements XsltStyleSheetType

This class implements XsltStyleSheetType java interface respect to EASYWSDL Library model.

Author:
Thierry Déjean - eBM Websourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
XsltStyleSheetTypeImpl(XsltStyleSheetType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
          Constructor (follow EASYWSDL model)
 
Method Summary
 org.w3c.dom.Element getStyleSheet()
          see the "same named method" javadoc description in XsltStyleSheetType JAXB* generated class
 void setStyleSheet(org.w3c.dom.Element styleSheet)
          see the "same named method" javadoc description in XsltStyleSheetType JAXB* generated class
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

XsltStyleSheetTypeImpl

public XsltStyleSheetTypeImpl(XsltStyleSheetType model,
                              org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
Constructor (follow EASYWSDL model)

Parameters:
model -
parent -
Method Detail

getStyleSheet

public org.w3c.dom.Element getStyleSheet()
Description copied from interface: XsltStyleSheetType
see the "same named method" javadoc description in XsltStyleSheetType JAXB* generated class

Specified by:
getStyleSheet in interface XsltStyleSheetType

setStyleSheet

public void setStyleSheet(org.w3c.dom.Element styleSheet)
Description copied from interface: XsltStyleSheetType
see the "same named method" javadoc description in XsltStyleSheetType JAXB* generated class

Specified by:
setStyleSheet in interface XsltStyleSheetType


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.