public class CommonResponseType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
inResponseTo |
protected XMLGregorianCalendar |
issueInstant |
protected Element |
signature |
| Constructor and Description |
|---|
CommonResponseType(String id,
XMLGregorianCalendar issueInstant) |
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Gets the value of the id property.
|
String |
getInResponseTo()
Gets the value of the inResponseTo property.
|
XMLGregorianCalendar |
getIssueInstant()
Gets the value of the issueInstant property.
|
Element |
getSignature()
Gets the value of the signature property.
|
void |
setInResponseTo(String value)
Sets the value of the inResponseTo property.
|
void |
setSignature(Element value)
Sets the value of the signature property.
|
protected String id
protected XMLGregorianCalendar issueInstant
protected String inResponseTo
protected Element signature
public CommonResponseType(String id, XMLGregorianCalendar issueInstant)
public XMLGregorianCalendar getIssueInstant()
XMLGregorianCalendarpublic String getInResponseTo()
Stringpublic void setInResponseTo(String value)
value - allowed object is Stringpublic Element getSignature()
SignatureTypepublic void setSignature(Element value)
value - allowed object is SignatureTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.