Interface SubjectConfirmationDataType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Subinterfaces:
KeyInfoConfirmationDataType
public interface SubjectConfirmationDataType extends XmlObject
An XML SubjectConfirmationDataType(@urn:oasis:names:tc:SAML:2.0:assertion). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSubjectConfirmationDataType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()Gets the "Address" attributeStringgetInResponseTo()Gets the "InResponseTo" attributeCalendargetNotBefore()Gets the "NotBefore" attributeCalendargetNotOnOrAfter()Gets the "NotOnOrAfter" attributeStringgetRecipient()Gets the "Recipient" attributebooleanisSetAddress()True if has "Address" attributebooleanisSetInResponseTo()True if has "InResponseTo" attributebooleanisSetNotBefore()True if has "NotBefore" attributebooleanisSetNotOnOrAfter()True if has "NotOnOrAfter" attributebooleanisSetRecipient()True if has "Recipient" attributevoidsetAddress(String address)Sets the "Address" attributevoidsetInResponseTo(String inResponseTo)Sets the "InResponseTo" attributevoidsetNotBefore(Calendar notBefore)Sets the "NotBefore" attributevoidsetNotOnOrAfter(Calendar notOnOrAfter)Sets the "NotOnOrAfter" attributevoidsetRecipient(String recipient)Sets the "Recipient" attributevoidunsetAddress()Unsets the "Address" attributevoidunsetInResponseTo()Unsets the "InResponseTo" attributevoidunsetNotBefore()Unsets the "NotBefore" attributevoidunsetNotOnOrAfter()Unsets the "NotOnOrAfter" attributevoidunsetRecipient()Unsets the "Recipient" attributeXmlStringxgetAddress()Gets (as xml) the "Address" attributeXmlNCNamexgetInResponseTo()Gets (as xml) the "InResponseTo" attributeXmlDateTimexgetNotBefore()Gets (as xml) the "NotBefore" attributeXmlDateTimexgetNotOnOrAfter()Gets (as xml) the "NotOnOrAfter" attributeXmlAnyURIxgetRecipient()Gets (as xml) the "Recipient" attributevoidxsetAddress(XmlString address)Sets (as xml) the "Address" attributevoidxsetInResponseTo(XmlNCName inResponseTo)Sets (as xml) the "InResponseTo" attributevoidxsetNotBefore(XmlDateTime notBefore)Sets (as xml) the "NotBefore" attributevoidxsetNotOnOrAfter(XmlDateTime notOnOrAfter)Sets (as xml) the "NotOnOrAfter" attributevoidxsetRecipient(XmlAnyURI recipient)Sets (as xml) the "Recipient" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getNotBefore
Calendar getNotBefore()
Gets the "NotBefore" attribute
-
xgetNotBefore
XmlDateTime xgetNotBefore()
Gets (as xml) the "NotBefore" attribute
-
isSetNotBefore
boolean isSetNotBefore()
True if has "NotBefore" attribute
-
setNotBefore
void setNotBefore(Calendar notBefore)
Sets the "NotBefore" attribute
-
xsetNotBefore
void xsetNotBefore(XmlDateTime notBefore)
Sets (as xml) the "NotBefore" attribute
-
unsetNotBefore
void unsetNotBefore()
Unsets the "NotBefore" attribute
-
getNotOnOrAfter
Calendar getNotOnOrAfter()
Gets the "NotOnOrAfter" attribute
-
xgetNotOnOrAfter
XmlDateTime xgetNotOnOrAfter()
Gets (as xml) the "NotOnOrAfter" attribute
-
isSetNotOnOrAfter
boolean isSetNotOnOrAfter()
True if has "NotOnOrAfter" attribute
-
setNotOnOrAfter
void setNotOnOrAfter(Calendar notOnOrAfter)
Sets the "NotOnOrAfter" attribute
-
xsetNotOnOrAfter
void xsetNotOnOrAfter(XmlDateTime notOnOrAfter)
Sets (as xml) the "NotOnOrAfter" attribute
-
unsetNotOnOrAfter
void unsetNotOnOrAfter()
Unsets the "NotOnOrAfter" attribute
-
getRecipient
String getRecipient()
Gets the "Recipient" attribute
-
xgetRecipient
XmlAnyURI xgetRecipient()
Gets (as xml) the "Recipient" attribute
-
isSetRecipient
boolean isSetRecipient()
True if has "Recipient" attribute
-
setRecipient
void setRecipient(String recipient)
Sets the "Recipient" attribute
-
xsetRecipient
void xsetRecipient(XmlAnyURI recipient)
Sets (as xml) the "Recipient" attribute
-
unsetRecipient
void unsetRecipient()
Unsets the "Recipient" attribute
-
getInResponseTo
String getInResponseTo()
Gets the "InResponseTo" attribute
-
xgetInResponseTo
XmlNCName xgetInResponseTo()
Gets (as xml) the "InResponseTo" attribute
-
isSetInResponseTo
boolean isSetInResponseTo()
True if has "InResponseTo" attribute
-
setInResponseTo
void setInResponseTo(String inResponseTo)
Sets the "InResponseTo" attribute
-
xsetInResponseTo
void xsetInResponseTo(XmlNCName inResponseTo)
Sets (as xml) the "InResponseTo" attribute
-
unsetInResponseTo
void unsetInResponseTo()
Unsets the "InResponseTo" attribute
-
getAddress
String getAddress()
Gets the "Address" attribute
-
xgetAddress
XmlString xgetAddress()
Gets (as xml) the "Address" attribute
-
isSetAddress
boolean isSetAddress()
True if has "Address" attribute
-
setAddress
void setAddress(String address)
Sets the "Address" attribute
-
xsetAddress
void xsetAddress(XmlString address)
Sets (as xml) the "Address" attribute
-
unsetAddress
void unsetAddress()
Unsets the "Address" attribute
-
-