Interface LogoutRequestType
-
- All Superinterfaces:
RequestAbstractType,XmlObject,XmlTokenSource
public interface LogoutRequestType extends RequestAbstractType
An XML LogoutRequestType(@urn:oasis:names:tc:SAML:2.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLogoutRequestType.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 BaseIDAbstractTypeaddNewBaseID()Appends and returns a new empty "BaseID" elementEncryptedElementTypeaddNewEncryptedID()Appends and returns a new empty "EncryptedID" elementNameIDTypeaddNewNameID()Appends and returns a new empty "NameID" elementXmlStringaddNewSessionIndex()Appends and returns a new empty value (as xml) as the last "SessionIndex" elementvoidaddSessionIndex(String sessionIndex)Appends the value as the last "SessionIndex" elementBaseIDAbstractTypegetBaseID()Gets the "BaseID" elementEncryptedElementTypegetEncryptedID()Gets the "EncryptedID" elementNameIDTypegetNameID()Gets the "NameID" elementCalendargetNotOnOrAfter()Gets the "NotOnOrAfter" attributeStringgetReason()Gets the "Reason" attributeString[]getSessionIndexArray()Gets array of all "SessionIndex" elementsStringgetSessionIndexArray(int i)Gets ith "SessionIndex" elementXmlStringinsertNewSessionIndex(int i)Inserts and returns a new empty value (as xml) as the ith "SessionIndex" elementvoidinsertSessionIndex(int i, String sessionIndex)Inserts the value as the ith "SessionIndex" elementbooleanisSetBaseID()True if has "BaseID" elementbooleanisSetEncryptedID()True if has "EncryptedID" elementbooleanisSetNameID()True if has "NameID" elementbooleanisSetNotOnOrAfter()True if has "NotOnOrAfter" attributebooleanisSetReason()True if has "Reason" attributevoidremoveSessionIndex(int i)Removes the ith "SessionIndex" elementvoidsetBaseID(BaseIDAbstractType baseID)Sets the "BaseID" elementvoidsetEncryptedID(EncryptedElementType encryptedID)Sets the "EncryptedID" elementvoidsetNameID(NameIDType nameID)Sets the "NameID" elementvoidsetNotOnOrAfter(Calendar notOnOrAfter)Sets the "NotOnOrAfter" attributevoidsetReason(String reason)Sets the "Reason" attributevoidsetSessionIndexArray(int i, String sessionIndex)Sets ith "SessionIndex" elementvoidsetSessionIndexArray(String[] sessionIndexArray)Sets array of all "SessionIndex" elementintsizeOfSessionIndexArray()Returns number of "SessionIndex" elementvoidunsetBaseID()Unsets the "BaseID" elementvoidunsetEncryptedID()Unsets the "EncryptedID" elementvoidunsetNameID()Unsets the "NameID" elementvoidunsetNotOnOrAfter()Unsets the "NotOnOrAfter" attributevoidunsetReason()Unsets the "Reason" attributeXmlDateTimexgetNotOnOrAfter()Gets (as xml) the "NotOnOrAfter" attributeXmlStringxgetReason()Gets (as xml) the "Reason" attributeXmlString[]xgetSessionIndexArray()Gets (as xml) array of all "SessionIndex" elementsXmlStringxgetSessionIndexArray(int i)Gets (as xml) ith "SessionIndex" elementvoidxsetNotOnOrAfter(XmlDateTime notOnOrAfter)Sets (as xml) the "NotOnOrAfter" attributevoidxsetReason(XmlString reason)Sets (as xml) the "Reason" attributevoidxsetSessionIndexArray(int i, XmlString sessionIndex)Sets (as xml) ith "SessionIndex" elementvoidxsetSessionIndexArray(XmlString[] sessionIndexArray)Sets (as xml) array of all "SessionIndex" element-
Methods inherited from interface org.sourceid.saml20.xmlbinding.protocol.RequestAbstractType
addNewExtensions, addNewIssuer, addNewSignature, getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isSetConsent, isSetDestination, isSetExtensions, isSetIssuer, isSetSignature, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion, unsetConsent, unsetDestination, unsetExtensions, unsetIssuer, unsetSignature, xgetConsent, xgetDestination, xgetID, xgetIssueInstant, xgetVersion, xsetConsent, xsetDestination, xsetID, xsetIssueInstant, xsetVersion
-
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
-
getBaseID
BaseIDAbstractType getBaseID()
Gets the "BaseID" element
-
isSetBaseID
boolean isSetBaseID()
True if has "BaseID" element
-
setBaseID
void setBaseID(BaseIDAbstractType baseID)
Sets the "BaseID" element
-
addNewBaseID
BaseIDAbstractType addNewBaseID()
Appends and returns a new empty "BaseID" element
-
unsetBaseID
void unsetBaseID()
Unsets the "BaseID" element
-
getNameID
NameIDType getNameID()
Gets the "NameID" element
-
isSetNameID
boolean isSetNameID()
True if has "NameID" element
-
setNameID
void setNameID(NameIDType nameID)
Sets the "NameID" element
-
addNewNameID
NameIDType addNewNameID()
Appends and returns a new empty "NameID" element
-
unsetNameID
void unsetNameID()
Unsets the "NameID" element
-
getEncryptedID
EncryptedElementType getEncryptedID()
Gets the "EncryptedID" element
-
isSetEncryptedID
boolean isSetEncryptedID()
True if has "EncryptedID" element
-
setEncryptedID
void setEncryptedID(EncryptedElementType encryptedID)
Sets the "EncryptedID" element
-
addNewEncryptedID
EncryptedElementType addNewEncryptedID()
Appends and returns a new empty "EncryptedID" element
-
unsetEncryptedID
void unsetEncryptedID()
Unsets the "EncryptedID" element
-
getSessionIndexArray
String[] getSessionIndexArray()
Gets array of all "SessionIndex" elements
-
getSessionIndexArray
String getSessionIndexArray(int i)
Gets ith "SessionIndex" element
-
xgetSessionIndexArray
XmlString[] xgetSessionIndexArray()
Gets (as xml) array of all "SessionIndex" elements
-
xgetSessionIndexArray
XmlString xgetSessionIndexArray(int i)
Gets (as xml) ith "SessionIndex" element
-
sizeOfSessionIndexArray
int sizeOfSessionIndexArray()
Returns number of "SessionIndex" element
-
setSessionIndexArray
void setSessionIndexArray(String[] sessionIndexArray)
Sets array of all "SessionIndex" element
-
setSessionIndexArray
void setSessionIndexArray(int i, String sessionIndex)Sets ith "SessionIndex" element
-
xsetSessionIndexArray
void xsetSessionIndexArray(XmlString[] sessionIndexArray)
Sets (as xml) array of all "SessionIndex" element
-
xsetSessionIndexArray
void xsetSessionIndexArray(int i, XmlString sessionIndex)Sets (as xml) ith "SessionIndex" element
-
insertSessionIndex
void insertSessionIndex(int i, String sessionIndex)Inserts the value as the ith "SessionIndex" element
-
addSessionIndex
void addSessionIndex(String sessionIndex)
Appends the value as the last "SessionIndex" element
-
insertNewSessionIndex
XmlString insertNewSessionIndex(int i)
Inserts and returns a new empty value (as xml) as the ith "SessionIndex" element
-
addNewSessionIndex
XmlString addNewSessionIndex()
Appends and returns a new empty value (as xml) as the last "SessionIndex" element
-
removeSessionIndex
void removeSessionIndex(int i)
Removes the ith "SessionIndex" element
-
getReason
String getReason()
Gets the "Reason" attribute
-
xgetReason
XmlString xgetReason()
Gets (as xml) the "Reason" attribute
-
isSetReason
boolean isSetReason()
True if has "Reason" attribute
-
setReason
void setReason(String reason)
Sets the "Reason" attribute
-
xsetReason
void xsetReason(XmlString reason)
Sets (as xml) the "Reason" attribute
-
unsetReason
void unsetReason()
Unsets the "Reason" 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
-
-