Class CollectionParam
- All Implemented Interfaces:
Serializable
Java class for collectionParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="collectionParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pagingParam" type="{http://www.emc.com/d2fs/models/context}pagingParam" minOccurs="0"/> <element name="sortOrder" type="{http://www.emc.com/d2fs/models/context}sortOrder" maxOccurs="unbounded" minOccurs="0"/> <element name="attributes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributes property.Gets the value of the pagingParam property.Gets the value of the sortOrder property.void
setPagingParam
(PagingParam value) Sets the value of the pagingParam property.
-
Constructor Details
-
CollectionParam
public CollectionParam()
-
-
Method Details
-
getPagingParam
Gets the value of the pagingParam property.- Returns:
- possible object is
PagingParam
-
setPagingParam
Sets the value of the pagingParam property.- Parameters:
value
- allowed object isPagingParam
-
getSortOrder
Gets the value of the sortOrder property.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 sortOrder property.For example, to add a new item, do as follows:
getSortOrder().add(newItem);
Objects of the following type(s) are allowed in the list
SortOrder
-
getAttributes
Gets the value of the attributes property.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 attributes property.For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
String
-