| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.liberty.ws.dst.DSTQueryResponse
The class 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 Summary | |
| DSTQueryResponse()Default constructor | |
| DSTQueryResponse(org.w3c.dom.Element element)Constructor | |
| DSTQueryResponse(java.util.List data,
                 java.lang.String serviceNS)Constructor | |
| Method Summary | |
|  java.util.List | getData()Gets the value of the Data property. | 
|  java.util.List | getExtension()Gets the extension property. | 
|  java.lang.String | getId()Gets id attribute. | 
|  java.lang.String | getItemIDRef()Gets item reference. | 
|  java.lang.String | getNameSpacePrefix()Gets the name space prefix. | 
|  java.lang.String | getNameSpaceURI()Gets the name space. | 
|  Status | getStatus()Gets status for the query response | 
|  java.util.Date | getTimeStamp()Gets time stamp | 
|  void | setId(java.lang.String id)Sets id attribute | 
|  void | setItemIDRef(java.lang.String ref)Sets item reference. | 
|  void | setNameSpacePrefix(java.lang.String prefix)Sets the name space prefix. | 
|  void | setNameSpaceURI(java.lang.String nameSpace)Sets the name space. | 
|  void | setStatus(Status status)Sets status for the query response | 
|  void | setTimeStamp(java.util.Date date)Sets time stamp | 
|  java.lang.String | toString()Creates a String representation of this object. | 
|  java.lang.String | toString(boolean includeNS,
         boolean declareNS)Creates a String representation of this object. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public DSTQueryResponse()
public DSTQueryResponse(java.util.List data,
                        java.lang.String serviceNS)
data - List of DSTData objectsserviceNS - service name space
public DSTQueryResponse(org.w3c.dom.Element element)
                 throws DSTException
element - DOM ElementDSTException -  | Method Detail | 
public Status getStatus()
public void setStatus(Status status)
status - Status object to be setpublic java.util.Date getTimeStamp()
public void setTimeStamp(java.util.Date date)
date - Date to be setpublic java.lang.String getId()
public void setId(java.lang.String id)
id - id attribute to be setpublic java.lang.String getItemIDRef()
public void setItemIDRef(java.lang.String ref)
ref - item ID reference to be set.public java.util.List getData()
DSTData objectspublic java.util.List getExtension()
java.lang.Objectpublic java.lang.String getNameSpaceURI()
public void setNameSpaceURI(java.lang.String nameSpace)
nameSpace - Name space URI.public void setNameSpacePrefix(java.lang.String prefix)
prefix - Name Space prefix.public java.lang.String getNameSpacePrefix()
public java.lang.String toString()
toString in class java.lang.Object
public java.lang.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.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||