Home >  
Purpose TOC   |    Annotated TOC   |   

 

StringRowsType

An array of rows, of type string, that is input to an IList object.

Associated methods construct a single component-row array as an object of type StringRowsType. The populated IList object is, in turn, an input to the AssetSet Operations.

Methods

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

setItem(java.lang.String[] item)
Sets arrays of strings in the StringRowsType object. This method has a corresponding get method.

Example

The following code creates an IList using a StringRowsType object.

See Also

IList

 

   Home > Contents > Index >

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