Class Datasource


  • public class Datasource
    extends Object

    Java class for datasource complex type.

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

     <complexType name="datasource">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="type" use="required" type="{http://www.appng.org/schema/application}datasourceType" />
         </restriction>
       </complexContent>
     </complexType>