Interface ManageNameIDRequestType
-
- All Superinterfaces:
RequestAbstractType,XmlObject,XmlTokenSource
public interface ManageNameIDRequestType extends RequestAbstractType
An XML ManageNameIDRequestType(@urn:oasis:names:tc:SAML:2.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classManageNameIDRequestType.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 EncryptedElementTypeaddNewEncryptedID()Appends and returns a new empty "EncryptedID" elementNameIDTypeaddNewNameID()Appends and returns a new empty "NameID" elementEncryptedElementTypeaddNewNewEncryptedID()Appends and returns a new empty "NewEncryptedID" elementTerminateTypeaddNewTerminate()Appends and returns a new empty "Terminate" elementEncryptedElementTypegetEncryptedID()Gets the "EncryptedID" elementNameIDTypegetNameID()Gets the "NameID" elementEncryptedElementTypegetNewEncryptedID()Gets the "NewEncryptedID" elementStringgetNewID()Gets the "NewID" elementTerminateTypegetTerminate()Gets the "Terminate" elementbooleanisSetEncryptedID()True if has "EncryptedID" elementbooleanisSetNameID()True if has "NameID" elementbooleanisSetNewEncryptedID()True if has "NewEncryptedID" elementbooleanisSetNewID()True if has "NewID" elementbooleanisSetTerminate()True if has "Terminate" elementvoidsetEncryptedID(EncryptedElementType encryptedID)Sets the "EncryptedID" elementvoidsetNameID(NameIDType nameID)Sets the "NameID" elementvoidsetNewEncryptedID(EncryptedElementType newEncryptedID)Sets the "NewEncryptedID" elementvoidsetNewID(String newID)Sets the "NewID" elementvoidsetTerminate(TerminateType terminate)Sets the "Terminate" elementvoidunsetEncryptedID()Unsets the "EncryptedID" elementvoidunsetNameID()Unsets the "NameID" elementvoidunsetNewEncryptedID()Unsets the "NewEncryptedID" elementvoidunsetNewID()Unsets the "NewID" elementvoidunsetTerminate()Unsets the "Terminate" elementXmlStringxgetNewID()Gets (as xml) the "NewID" elementvoidxsetNewID(XmlString newID)Sets (as xml) the "NewID" 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
-
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
-
getNewID
String getNewID()
Gets the "NewID" element
-
xgetNewID
XmlString xgetNewID()
Gets (as xml) the "NewID" element
-
isSetNewID
boolean isSetNewID()
True if has "NewID" element
-
setNewID
void setNewID(String newID)
Sets the "NewID" element
-
xsetNewID
void xsetNewID(XmlString newID)
Sets (as xml) the "NewID" element
-
unsetNewID
void unsetNewID()
Unsets the "NewID" element
-
getNewEncryptedID
EncryptedElementType getNewEncryptedID()
Gets the "NewEncryptedID" element
-
isSetNewEncryptedID
boolean isSetNewEncryptedID()
True if has "NewEncryptedID" element
-
setNewEncryptedID
void setNewEncryptedID(EncryptedElementType newEncryptedID)
Sets the "NewEncryptedID" element
-
addNewNewEncryptedID
EncryptedElementType addNewNewEncryptedID()
Appends and returns a new empty "NewEncryptedID" element
-
unsetNewEncryptedID
void unsetNewEncryptedID()
Unsets the "NewEncryptedID" element
-
getTerminate
TerminateType getTerminate()
Gets the "Terminate" element
-
isSetTerminate
boolean isSetTerminate()
True if has "Terminate" element
-
setTerminate
void setTerminate(TerminateType terminate)
Sets the "Terminate" element
-
addNewTerminate
TerminateType addNewTerminate()
Appends and returns a new empty "Terminate" element
-
unsetTerminate
void unsetTerminate()
Unsets the "Terminate" element
-
-