Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

com.lapetus_ltd._2009.xml.types
Class XLptsClassInfoType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsClassInfoType

public class XLptsClassInfoType
extends java.lang.Object

XSD Generated Class: This is a structure for the path and file information of a jar file. It is used for the driver and rowset class loading from external JAR files.

Java class for XLptsClassInfoType complex type.

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

 <complexType name="XLptsClassInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="contextLookupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="JarFilePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="fullClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="pathType" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsClassPathType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String contextLookupName
           
protected  java.lang.String fullClassName
           
protected  java.lang.String jarFilePath
           
protected  XLptsClassPathType pathType
           
 
Constructor Summary
XLptsClassInfoType()
           
 
Method Summary
 java.lang.String getContextLookupName()
          Gets the value of the contextLookupName property.
 java.lang.String getFullClassName()
          Gets the value of the fullClassName property.
 java.lang.String getJarFilePath()
          Gets the value of the jarFilePath property.
 XLptsClassPathType getPathType()
          Gets the value of the pathType property.
 void setContextLookupName(java.lang.String value)
          Sets the value of the contextLookupName property.
 void setFullClassName(java.lang.String value)
          Sets the value of the fullClassName property.
 void setJarFilePath(java.lang.String value)
          Sets the value of the jarFilePath property.
 void setPathType(XLptsClassPathType value)
          Sets the value of the pathType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextLookupName

protected java.lang.String contextLookupName

fullClassName

protected java.lang.String fullClassName

jarFilePath

protected java.lang.String jarFilePath

pathType

protected XLptsClassPathType pathType
Constructor Detail

XLptsClassInfoType

public XLptsClassInfoType()
Method Detail

getContextLookupName

public java.lang.String getContextLookupName()
Gets the value of the contextLookupName property.

Returns:
possible object is String

getFullClassName

public java.lang.String getFullClassName()
Gets the value of the fullClassName property.

Returns:
possible object is String

getJarFilePath

public java.lang.String getJarFilePath()
Gets the value of the jarFilePath property.

Returns:
possible object is String

getPathType

public XLptsClassPathType getPathType()
Gets the value of the pathType property.

Returns:
possible object is XLptsClassPathType

setContextLookupName

public void setContextLookupName(java.lang.String value)
Sets the value of the contextLookupName property.

Parameters:
value - allowed object is String

setFullClassName

public void setFullClassName(java.lang.String value)
Sets the value of the fullClassName property.

Parameters:
value - allowed object is String

setJarFilePath

public void setJarFilePath(java.lang.String value)
Sets the value of the jarFilePath property.

Parameters:
value - allowed object is String

setPathType

public void setPathType(XLptsClassPathType value)
Sets the value of the pathType property.

Parameters:
value - allowed object is XLptsClassPathType


Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)