Home > Contents > Index >
Expanded TOC   |    Purpose TOC   |    Annotated TOC   |    Index

 

IList

An IList object is an array that contains arrays of rows and columns (of either type string or type URL).

Methods

new IList( )
Constructor method that instantiates the IList object. Creates an empty IList object, and provides methods for creating arrays of rows and columns. Once the IList object is instantiated, you can call associated IList methods on it.

setColName(java.lang.String[] colName)
This method has a corresponding get method.

setUrlColName(java.lang.String[] urlColName)
This method has a corresponding get method.

setStringRow(com.divine.StringRowsType[] stringRow)
This method has a corresponding get method.

setUrlRow(com.divine.UrlRowsType[] urlRow)
This method has a corresponding get method.

Description

An IList object is an array that contains arrays of rows and columns (of either type string or type URL). The component row and column arrays of the larger IList are constructed by supporting methods. Associated IList methods instantiate the IList object and add row and column arrays to it. When populated, the IList object is an input to the AssetSet Operations.

Example

The following code creates an IList using a StringRowsType object.

See Also

StringRowsType

URLRowsType

URLType

 

  Home > Contents > Index >

Oracle Web Services Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.