public class SubjectConfirmationDataBean extends Object
| Constructor and Description |
|---|
SubjectConfirmationDataBean()
Constructor SubjectConfirmationDataBean creates a new SubjectConfirmationDataBean instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAny(Object obj)
Adds an additional element
|
boolean |
equals(Object o)
Method equals ...
|
String |
getAddress()
Get the address of the SubjectConfirmationDataBean
|
List<Object> |
getAny()
Get the list of additional elements
|
String |
getInResponseTo()
Get the InResponseTo element of the SubjectConfirmationDataBean
|
org.joda.time.DateTime |
getNotAfter()
Get the NotOnOrAfter time of the SubjectConfirmationDataBean
|
org.joda.time.DateTime |
getNotBefore()
Get the NotBefore time of the SubjectConfirmationDataBean
|
String |
getRecipient()
Get the recipient of the SubjectConfirmationDataBean
|
int |
hashCode() |
void |
setAddress(String address)
Set the address of the SubjectConfirmationDataBean
|
void |
setAny(List<Object> any)
Set the list of additional elements
|
void |
setInResponseTo(String inResponseTo)
Set the InResponseTo element of the SubjectConfirmationDataBean
|
void |
setNotAfter(org.joda.time.DateTime notAfter)
Set the NotOnOrAfter time of the SubjectConfirmationDataBean
|
void |
setNotAfter(Instant notAfter)
Set the notAfter instance
|
void |
setNotBefore(org.joda.time.DateTime notBefore)
Set the NotBefore time of the SubjectConfirmationDataBean
|
void |
setNotBefore(Instant notBefore)
Set the notBefore instance
|
void |
setRecipient(String recipient)
Set the recipient of the SubjectConfirmationDataBean
|
public SubjectConfirmationDataBean()
public String getRecipient()
public void setRecipient(String recipient)
recipient - the recipient of the SubjectConfirmationDataBeanpublic String getAddress()
public void setAddress(String address)
address - the address of the SubjectConfirmationDataBeanpublic String getInResponseTo()
public void setInResponseTo(String inResponseTo)
inResponseTo - the InResponseTo element of the SubjectConfirmationDataBeanpublic org.joda.time.DateTime getNotBefore()
public void setNotBefore(org.joda.time.DateTime notBefore)
notBefore - the NotBefore time of the SubjectConfirmationDataBeanpublic void setNotBefore(Instant notBefore)
notBefore - the notBefore instance to setpublic org.joda.time.DateTime getNotAfter()
public void setNotAfter(org.joda.time.DateTime notAfter)
notAfter - the NotOnOrAfter time of the SubjectConfirmationDataBeanpublic void setNotAfter(Instant notAfter)
notAfter - the notAfter instance to setpublic List<Object> getAny()
public void setAny(List<Object> any)
any - the list of additional elementspublic void addAny(Object obj)
obj - additional elementpublic boolean equals(Object o)
Copyright © 2018 JBoss by Red Hat. All rights reserved.