org.dawb.edna.thumbnail
Class XSConfiguration

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

public class XSConfiguration
extends java.lang.Object

Java class for XSConfiguration complex type.

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

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


Constructor Summary
XSConfiguration()
           
 
Method Summary
 XSPluginList getXSPluginList()
          Gets the value of the xsPluginList property.
 void setXSPluginList(XSPluginList value)
          Sets the value of the xsPluginList property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSConfiguration

public XSConfiguration()
Method Detail

getXSPluginList

public XSPluginList getXSPluginList()
Gets the value of the xsPluginList property.

Returns:
possible object is XSPluginList

setXSPluginList

public void setXSPluginList(XSPluginList value)
Sets the value of the xsPluginList property.

Parameters:
value - allowed object is XSPluginList