|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsClassInfoType
public class XLptsClassInfoType
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 |
---|
protected java.lang.String contextLookupName
protected java.lang.String fullClassName
protected java.lang.String jarFilePath
protected XLptsClassPathType pathType
Constructor Detail |
---|
public XLptsClassInfoType()
Method Detail |
---|
public java.lang.String getContextLookupName()
String
public java.lang.String getFullClassName()
String
public java.lang.String getJarFilePath()
String
public XLptsClassPathType getPathType()
XLptsClassPathType
public void setContextLookupName(java.lang.String value)
value
- allowed object is
String
public void setFullClassName(java.lang.String value)
value
- allowed object is
String
public void setJarFilePath(java.lang.String value)
value
- allowed object is
String
public void setPathType(XLptsClassPathType value)
value
- allowed object is
XLptsClassPathType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |