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

com.lapetus_ltd._2009.xml.types
Class XLptsDriverExtensionType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDriverExtensionType
Direct Known Subclasses:
TLptsDriverExtensionType

public class XLptsDriverExtensionType
extends java.lang.Object

XSD Generated Class: This is a list of the extensions and drivers for ODBC driver information.

Java class for XLptsDriverExtensionType complex type.

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

 <complexType name="XLptsDriverExtensionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="operatingSystemListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsODBCDriverType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String id
           
protected  java.util.List<XLptsODBCDriverType> operatingSystemListItem
           
protected  java.lang.String version
           
 
Constructor Summary
XLptsDriverExtensionType()
           
 
Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.util.List<XLptsODBCDriverType> getOperatingSystemListItem()
          Gets the value of the operatingSystemListItem property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setVersion(java.lang.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

id

protected java.lang.String id

operatingSystemListItem

protected java.util.List<XLptsODBCDriverType> operatingSystemListItem

version

protected java.lang.String version
Constructor Detail

XLptsDriverExtensionType

public XLptsDriverExtensionType()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

getOperatingSystemListItem

public java.util.List<XLptsODBCDriverType> getOperatingSystemListItem()
Gets the value of the operatingSystemListItem 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 operatingSystemListItem property.

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

    getOperatingSystemListItem().add(newItem);
 

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


getVersion

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

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

setVersion

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

Parameters:
value - allowed object is String


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