Interface NameIDMappingRequestType
-
- All Superinterfaces:
RequestAbstractType,XmlObject,XmlTokenSource
public interface NameIDMappingRequestType extends RequestAbstractType
An XML NameIDMappingRequestType(@urn:oasis:names:tc:SAML:2.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNameIDMappingRequestType.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" elementNameIDPolicyTypeaddNewNameIDPolicy()Appends and returns a new empty "NameIDPolicy" elementBaseIDAbstractTypegetBaseID()Gets the "BaseID" elementEncryptedElementTypegetEncryptedID()Gets the "EncryptedID" elementNameIDTypegetNameID()Gets the "NameID" elementNameIDPolicyTypegetNameIDPolicy()Gets the "NameIDPolicy" elementbooleanisSetBaseID()True if has "BaseID" elementbooleanisSetEncryptedID()True if has "EncryptedID" elementbooleanisSetNameID()True if has "NameID" elementvoidsetBaseID(BaseIDAbstractType baseID)Sets the "BaseID" elementvoidsetEncryptedID(EncryptedElementType encryptedID)Sets the "EncryptedID" elementvoidsetNameID(NameIDType nameID)Sets the "NameID" elementvoidsetNameIDPolicy(NameIDPolicyType nameIDPolicy)Sets the "NameIDPolicy" elementvoidunsetBaseID()Unsets the "BaseID" elementvoidunsetEncryptedID()Unsets the "EncryptedID" elementvoidunsetNameID()Unsets the "NameID" 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
-
getNameIDPolicy
NameIDPolicyType getNameIDPolicy()
Gets the "NameIDPolicy" element
-
setNameIDPolicy
void setNameIDPolicy(NameIDPolicyType nameIDPolicy)
Sets the "NameIDPolicy" element
-
addNewNameIDPolicy
NameIDPolicyType addNewNameIDPolicy()
Appends and returns a new empty "NameIDPolicy" element
-
-