public class DSTModifyResponse extends Object
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>
Constructor and Description |
---|
DSTModifyResponse()
Default constructor
|
DSTModifyResponse(Element element)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
public DSTModifyResponse()
public DSTModifyResponse(Element element) throws DSTException
element
- DOM
Element.DSTException
- If there was an error while parsing the XML.public Status getStatus()
public void setStatus(Status status)
status
- response status to be setpublic Date getTimeStamp()
public void setTimeStamp(Date date)
date
- time stamp date to be setpublic String getId()
public void setId(String id)
id
- value of id attribute to be setpublic String getItemIDRef()
public void setItemIDRef(String value)
value
- item id reference to be setpublic String getNameSpaceURI()
public void setNameSpaceURI(String nameSpace)
nameSpace
- Name space URI Stringpublic 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
prefix.declareNS
- if true includes the name space within the generated.Copyright © 2010-2018, ForgeRock All Rights Reserved.