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