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

com.lapetus_ltd._2009.xml.types
Class XLptsODBCDriverType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsODBCDriverType
Direct Known Subclasses:
TLptsODBCDriverType

public class XLptsODBCDriverType
extends java.lang.Object

XSD Generated Class: This is a list of the extensions and drivers for the ODBC drivers. The osName is that of the Windows version (XP, Vista etc).

Java class for XLptsODBCDriverType complex type.

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

 <complexType name="XLptsODBCDriverType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="osName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="driverListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDriverExtensionSubType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<XLptsDriverExtensionSubType> driverListItem
           
protected  java.lang.String osName
           
 
Constructor Summary
XLptsODBCDriverType()
           
 
Method Summary
 java.util.List<XLptsDriverExtensionSubType> getDriverListItem()
          Gets the value of the driverListItem property.
 java.lang.String getOsName()
          Gets the value of the osName property.
 void setOsName(java.lang.String value)
          Sets the value of the osName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driverListItem

protected java.util.List<XLptsDriverExtensionSubType> driverListItem

osName

protected java.lang.String osName
Constructor Detail

XLptsODBCDriverType

public XLptsODBCDriverType()
Method Detail

getDriverListItem

public java.util.List<XLptsDriverExtensionSubType> getDriverListItem()
Gets the value of the driverListItem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the driverListItem property.

For example, to add a new item, do as follows:

    getDriverListItem().add(newItem);
 

Objects of the following type(s) are allowed in the list XLptsDriverExtensionSubType


getOsName

public java.lang.String getOsName()
Gets the value of the osName property.

Returns:
possible object is String

setOsName

public void setOsName(java.lang.String value)
Sets the value of the osName property.

Parameters:
value - allowed object is String


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