org.dawb.edna.thumbnail
Class XSPluginItem

java.lang.Object
  extended by org.dawb.edna.thumbnail.XSPluginItem

public class XSPluginItem
extends java.lang.Object

Java class for XSPluginItem complex type.

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

 <complexType name="XSPluginItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="XSParamList" type="{http://www.edna-site.org}XSParamList" minOccurs="0"/>
         <element name="XSOptionList" type="{http://www.edna-site.org}XSOptionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
XSPluginItem()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 XSOptionList getXSOptionList()
          Gets the value of the xsOptionList property.
 XSParamList getXSParamList()
          Gets the value of the xsParamList property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setXSOptionList(XSOptionList value)
          Sets the value of the xsOptionList property.
 void setXSParamList(XSParamList value)
          Sets the value of the xsParamList property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSPluginItem

public XSPluginItem()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getXSParamList

public XSParamList getXSParamList()
Gets the value of the xsParamList property.

Returns:
possible object is XSParamList

setXSParamList

public void setXSParamList(XSParamList value)
Sets the value of the xsParamList property.

Parameters:
value - allowed object is XSParamList

getXSOptionList

public XSOptionList getXSOptionList()
Gets the value of the xsOptionList property.

Returns:
possible object is XSOptionList

setXSOptionList

public void setXSOptionList(XSOptionList value)
Sets the value of the xsOptionList property.

Parameters:
value - allowed object is XSOptionList