| 
 | |||||||||
| 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.DSTQueryItem
The class DSTQueryItem is the wrapper for one query item
 for Data service.
 The following schema fragment specifies the expected content within the DSTQueryItem 
 object.
 
 <element name="QueryItem" maxOccurs="unbounded">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="Select" type="{urn:liberty:id-sis-pp:2003-08}SelectType"/>
         </sequence>
         <attribute name="itemID" type="{urn:liberty:id-sis-pp:2003-08}IDType" />
         <attribute name="changedSince" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
         <attribute name="includeCommonAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 
| Constructor Summary | |
| DSTQueryItem(org.w3c.dom.Element element)Constructor | |
| DSTQueryItem(java.lang.String select,
             boolean includeCommonAttribute,
             java.util.Date changedSince,
             java.lang.String serviceNS)Constructor | |
| DSTQueryItem(java.lang.String select,
             java.lang.String serviceNS)Default constructor | |
| Method Summary | |
|  java.util.Date | getChangedSince()Gets changed since attribute | 
|  java.lang.String | getId()Gets id attribute. | 
|  java.lang.String | getItemID()Gets itemIDattribute | 
|  java.lang.String | getNameSpacePrefix()Gets the name space prefix. | 
|  java.lang.String | getNameSpaceURI()Gets the name space. | 
|  java.lang.String | getSelect()Returns data selection string | 
|  boolean | isIncludeCommonAttributes()Checks include common attribute for the DSTquery item. | 
|  void | setId(java.lang.String id)Sets id attribute | 
|  void | setItemID(java.lang.String itemID)Sets itemIDattribute | 
|  void | setNameSpacePrefix(java.lang.String prefix)Sets the name space prefix. | 
|  void | setNameSpaceURI(java.lang.String nameSpace)Sets the name space. | 
|  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 DSTQueryItem(java.lang.String select,
                    java.lang.String serviceNS)
select - specifies the data the query  should returnserviceNS - service Name space
public DSTQueryItem(java.lang.String select,
                    boolean includeCommonAttribute,
                    java.util.Date changedSince,
                    java.lang.String serviceNS)
select - specifies the data the query  should returnincludeCommonAttribute - if true, query response will 
        contains common attributes (attribute id and modification 
        time)changedSince - Only match entries changed after the specified
        dateserviceNS - service Name space
public DSTQueryItem(org.w3c.dom.Element element)
             throws DSTException
element - DOM ElementDSTException -  | Method Detail | 
public java.lang.String getSelect()
public java.lang.String getItemID()
itemID attributepublic void setItemID(java.lang.String itemID)
itemID attributeitemID - item ID to be setpublic java.lang.String getId()
public void setId(java.lang.String id)
id - id attribute to be setpublic boolean isIncludeCommonAttributes()
DST query item.public java.util.Date getChangedSince()
public 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 | ||||||||