com.sun.identity.liberty.ws.dst
クラス DSTModifyResponse

java.lang.Object
  上位を拡張 com.sun.identity.liberty.ws.dst.DSTModifyResponse

public class DSTModifyResponse
extends Object

The DSTModifyResponse class represents a DST response for DST modify request. The following schema fragment specifies the expected content within the DSTModifyResponse object.

 <complexType name="ResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:liberty:idpp:2003-08}Status"/>
         <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>
 


コンストラクタの概要
DSTModifyResponse()
          Default constructor
DSTModifyResponse(Element element)
          Constructor
 
メソッドの概要
 String getId()
          Gets id attribute
 String getItemIDRef()
          Gets item id reference
 String getNameSpacePrefix()
          Gets the name space prefix.
 String getNameSpaceURI()
          Gets the name space.
 Status getStatus()
          Gets response status
 Date getTimeStamp()
          Gets time stamp
 void setId(String id)
          Sets id attribute
 void setItemIDRef(String value)
          Sets item id reference
 void setNameSpacePrefix(String prefix)
          Sets the name space prefix.
 void setNameSpaceURI(String nameSpace)
          Sets the name space.
 void setStatus(Status status)
          Sets response status
 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.
 

コンストラクタの詳細

DSTModifyResponse

public DSTModifyResponse()
Default constructor


DSTModifyResponse

public DSTModifyResponse(Element element)
                  throws DSTException
Constructor

パラメータ:
element - DOM Element.
例外:
DSTException
メソッドの詳細

getStatus

public Status getStatus()
Gets response status

戻り値:
Status

setStatus

public void setStatus(Status status)
Sets response status

パラメータ:
status - response status to be set

getTimeStamp

public Date getTimeStamp()
Gets time stamp

戻り値:
Date for the time stamp

setTimeStamp

public void setTimeStamp(Date date)
Sets time stamp

パラメータ:
date - time stamp date to be set

getId

public String getId()
Gets id attribute

戻り値:
String id attribute value

setId

public void setId(String id)
Sets id attribute

パラメータ:
id - value of id attribute to be set

getItemIDRef

public String getItemIDRef()
Gets item id reference

戻り値:
item id reference

setItemIDRef

public void setItemIDRef(String value)
Sets item id reference

パラメータ:
value - item id reference to be set

getNameSpaceURI

public String getNameSpaceURI()
Gets the name space.

戻り値:
name space.

setNameSpaceURI

public void setNameSpaceURI(String nameSpace)
Sets the name space.

パラメータ:
nameSpace - Name space URI String

setNameSpacePrefix

public void setNameSpacePrefix(String prefix)
Sets the name space prefix.

パラメータ:
prefix - Name space prefix.

getNameSpacePrefix

public String getNameSpacePrefix()
Gets the name space prefix.

戻り値:
Name space prefix.

toString

public String toString()
Creates a String representation of this object. By default name space name is prepended to the element name

オーバーライド:
クラス Object 内の toString
戻り値:
String A string containing the valid XML for this element

toString

public String toString(boolean includeNS,
                       boolean declareNS)
Creates a String representation of this object.

パラメータ:
includeNS - if true prepends all elements by their name space prefix.
declareNS - if true includes the name space within the generated.
戻り値:
A string containing the valid XML for this element