Package be.recipe.services.executor
Class ListRelationsResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.recipe.services.executor.ListRelationsResult
-
public class ListRelationsResult extends ResponseType
Java class for listRelationsResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listRelationsResult"> <complexContent> <extension base="{http:/services.recipe.be/core}ResponseType"> <sequence> <element name="items" type="{http:/services.recipe.be/executor}listRelationsItem" maxOccurs="unbounded" minOccurs="0"/> <element name="hasMoreResults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="session" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanhasMoreResultsprotected List<ListRelationsItem>itemsprotected byte[]session-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description ListRelationsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetHasMoreResults()List<ListRelationsItem>getItems()Gets the value of the items property.byte[]getSession()Gets the value of the session property.BooleanisHasMoreResults()Gets the value of the hasMoreResults property.voidsetHasMoreResults(Boolean value)Sets the value of the hasMoreResults property.voidsetSession(byte[] value)Sets the value of the session property.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Field Detail
-
items
protected List<ListRelationsItem> items
-
hasMoreResults
protected Boolean hasMoreResults
-
session
protected byte[] session
-
-
Method Detail
-
getItems
public List<ListRelationsItem> getItems()
Gets the value of the items 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
setmethod for the items property.For example, to add a new item, do as follows:
getItems().add(newItem);Objects of the following type(s) are allowed in the list
ListRelationsItem
-
isHasMoreResults
public Boolean isHasMoreResults()
Gets the value of the hasMoreResults property.- Returns:
- possible object is
Boolean
-
setHasMoreResults
public void setHasMoreResults(Boolean value)
Sets the value of the hasMoreResults property.- Parameters:
value- allowed object isBoolean
-
getSession
public byte[] getSession()
Gets the value of the session property.- Returns:
- possible object is byte[]
-
setSession
public void setSession(byte[] value)
Sets the value of the session property.- Parameters:
value- allowed object is byte[]
-
getHasMoreResults
public Boolean getHasMoreResults()
-
-