public class SubjectConfirmationDataType extends Object
Java class for SubjectConfirmationDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubjectConfirmationDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="NotOnOrAfter" type="{http://www.rsa.com/names/2010/04/std-prof/SAML2.0}UTCTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
content |
protected String |
inResponseTo |
protected XMLGregorianCalendar |
notOnOrAfter |
protected String |
recipient |
| Constructor and Description |
|---|
SubjectConfirmationDataType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getContent()
Section 3.4.2: The SubjectConfirmationDataType SHALL NOT
contain the NotBefore, Recipient, InResponseTo or Address
attributes.
|
XMLGregorianCalendar |
getNotOnOrAfter()
Gets the value of the notOnOrAfter property.
|
void |
setNotOnOrAfter(XMLGregorianCalendar value)
Sets the value of the notOnOrAfter property.
|
protected XMLGregorianCalendar notOnOrAfter
protected String inResponseTo
protected String recipient
public List<Object> getContent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
String
Element
Object
public XMLGregorianCalendar getNotOnOrAfter()
XMLGregorianCalendarpublic void setNotOnOrAfter(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.