public class FindParams extends Object
Java class for findParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="findParams"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="map"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entry" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
FindParams.Map
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected FindParams.Map |
map |
Constructor and Description |
---|
FindParams() |
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(String content) |
FindParams.Map |
getMap()
Gets the value of the map property.
|
String |
serialize(Object object) |
void |
setMap(FindParams.Map value)
Sets the value of the map property.
|
protected FindParams.Map map
public FindParams()
public FindParams.Map getMap()
FindParams.Map
public void setMap(FindParams.Map value)
value
- allowed object is
FindParams.Map
public Object deserialize(String content)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.