public class Multi extends Object implements Findable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}item" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Multi() |
public List<Item> getItem()
set
method for the item property.
For example, to add a new item, do as follows:
getItem().add(newItem);Objects of the following type(s) are allowed in the list
Item
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2000–2022 EPAM Systems. All rights reserved.