public class DSTQueryResponse extends Object
DSTQueryResponse
represents a DST
query
response.
The following schema fragment specifies the expected content within
the DSTQueryResponse
object.
<complexType name="QueryResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:liberty:idpp:2003-08}Status"/> <element name="Data" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> <attribute name="itemIDRef" type="{urn:liberty:idpp:2003-08}IDReferenceType" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType> </element> <element ref="{urn:liberty:idpp:2003-08}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="itemIDRef" type="{urn:liberty:idpp:2003-08}IDReferenceType" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
DSTQueryResponse()
Default constructor
|
DSTQueryResponse(Element element)
Constructor
|
DSTQueryResponse(List data,
String serviceNS)
Constructor
|
Modifier and Type | Method and Description |
---|---|
List |
getData()
Gets the value of the Data property.
|
List |
getExtension()
Gets the extension property.
|
String |
getId()
Gets id attribute.
|
String |
getItemIDRef()
Gets item reference.
|
String |
getNameSpacePrefix()
Gets the name space prefix.
|
String |
getNameSpaceURI()
Gets the name space.
|
Status |
getStatus()
Gets status for the query response
|
Date |
getTimeStamp()
Gets time stamp
|
void |
setId(String id)
Sets id attribute
|
void |
setItemIDRef(String ref)
Sets item reference.
|
void |
setNameSpacePrefix(String prefix)
Sets the name space prefix.
|
void |
setNameSpaceURI(String nameSpace)
Sets the name space.
|
void |
setStatus(Status status)
Sets status for the query response
|
void |
setTimeStamp(Date date)
Sets time stamp
|
String |
toString()
Creates a String representation of this object.
|
String |
toString(boolean includeNS,
boolean declareNS)
Creates a String representation of this object.
|
public DSTQueryResponse()
public DSTQueryResponse(List data, String serviceNS)
data
- List of DSTData
objectsserviceNS
- service name spacepublic DSTQueryResponse(Element element) throws DSTException
element
- DOM
ElementDSTException
- If there was an error while parsing the XML.public Status getStatus()
public void setStatus(Status status)
status
- Status object to be setpublic Date getTimeStamp()
public void setTimeStamp(Date date)
date
- Date to be setpublic String getId()
public void setId(String id)
id
- id attribute to be setpublic String getItemIDRef()
public void setItemIDRef(String ref)
ref
- item ID reference to be set.public List getData()
DSTData
objectspublic List getExtension()
java.lang.Object
public String getNameSpaceURI()
public void setNameSpaceURI(String nameSpace)
nameSpace
- Name space URI.public void setNameSpacePrefix(String prefix)
prefix
- Name Space prefix.public String getNameSpacePrefix()
public String toString()
public String toString(boolean includeNS, boolean declareNS)
includeNS
- if true prepends all elements by their name space
prefixdeclareNS
- if true includes the name space within the
generated.Copyright © 2010-2018, ForgeRock All Rights Reserved.