|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsODBCDriverType
public class XLptsODBCDriverType
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 |
---|
protected java.util.List<XLptsDriverExtensionSubType> driverListItem
protected java.lang.String osName
Constructor Detail |
---|
public XLptsODBCDriverType()
Method Detail |
---|
public java.util.List<XLptsDriverExtensionSubType> getDriverListItem()
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
public java.lang.String getOsName()
String
public void setOsName(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |