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()
XMLGregorianCalendar
public String getInResponseTo()
String
public void setInResponseTo(String value)
value
- allowed object is String
public Element getSignature()
SignatureType
public void setSignature(Element value)
value
- allowed object is SignatureType
Copyright © 2021 JBoss by Red Hat. All rights reserved.