|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.v2.assertion.SubjectConfirmationDataType
public class SubjectConfirmationDataType
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/> </sequence> <attribute name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="NotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="Recipient" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="InResponseTo" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="Address" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
address
|
protected String |
inResponseTo
|
protected XMLGregorianCalendar |
notBefore
|
protected XMLGregorianCalendar |
notOnOrAfter
|
protected String |
recipient
|
Constructor Summary | |
---|---|
SubjectConfirmationDataType()
|
Method Summary | |
---|---|
void |
addOtherAttribute(QName qname,
String str)
Add an other attribute |
String |
getAddress()
Gets the value of the address property. |
Object |
getAnyType()
|
String |
getInResponseTo()
Gets the value of the inResponseTo property. |
XMLGregorianCalendar |
getNotBefore()
Gets the value of the notBefore property. |
XMLGregorianCalendar |
getNotOnOrAfter()
Gets the value of the notOnOrAfter property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
String |
getRecipient()
Gets the value of the recipient property. |
void |
removeOtherAttribute(QName qname)
Remove an other attribute |
void |
setAddress(String value)
Sets the value of the address property. |
void |
setAnyType(Object anyType)
|
void |
setInResponseTo(String value)
Sets the value of the inResponseTo property. |
void |
setNotBefore(XMLGregorianCalendar value)
Sets the value of the notBefore property. |
void |
setNotOnOrAfter(XMLGregorianCalendar value)
Sets the value of the notOnOrAfter property. |
void |
setRecipient(String value)
Sets the value of the recipient property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected XMLGregorianCalendar notBefore
protected XMLGregorianCalendar notOnOrAfter
protected String recipient
protected String inResponseTo
protected String address
Constructor Detail |
---|
public SubjectConfirmationDataType()
Method Detail |
---|
public Object getAnyType()
public void setAnyType(Object anyType)
public XMLGregorianCalendar getNotBefore()
XMLGregorianCalendar
public void setNotBefore(XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
public XMLGregorianCalendar getNotOnOrAfter()
XMLGregorianCalendar
public void setNotOnOrAfter(XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
public String getRecipient()
String
public void setRecipient(String value)
value
- allowed object is String
public String getInResponseTo()
String
public void setInResponseTo(String value)
value
- allowed object is String
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is String
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute.
public void addOtherAttribute(QName qname, String str)
qname
- str
- public void removeOtherAttribute(QName qname)
qname
- QName
of the attribute to be removed
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |