de.extra_standard.namespace.plugins._1
Class DataSourceType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.AbstractPlugInType
      extended by de.extra_standard.namespace.plugins._1.DataSourceType

public class DataSourceType
extends AbstractPlugInType

Java class for DataSourceType complex type.

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

 <complexType name="DataSourceType">
   <complexContent>
     <extension base="{http://www.extra-standard.de/namespace/plugins/1}AbstractPlugInType">
       <sequence>
         <element name="DataContainer" type="{http://www.extra-standard.de/namespace/plugins/1}DataContainerType"/>
       </sequence>
       <attribute name="version">
         <simpleType>
           <restriction base="{http://www.extra-standard.de/namespace/components/1}AbstractVersionType">
             <enumeration value="1.0"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataContainerType dataContainer
           
protected  String version
           
 
Constructor Summary
DataSourceType()
           
 
Method Summary
 DataContainerType getDataContainer()
          Gets the value of the dataContainer property.
 String getVersion()
          Gets the value of the version property.
 void setDataContainer(DataContainerType value)
          Sets the value of the dataContainer property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataContainer

protected DataContainerType dataContainer

version

protected String version
Constructor Detail

DataSourceType

public DataSourceType()
Method Detail

getDataContainer

public DataContainerType getDataContainer()
Gets the value of the dataContainer property.

Returns:
possible object is DataContainerType

setDataContainer

public void setDataContainer(DataContainerType value)
Sets the value of the dataContainer property.

Parameters:
value - allowed object is DataContainerType

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.