Interface SubjectConfirmationType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface SubjectConfirmationType extends XmlObject
An XML SubjectConfirmationType(@urn:oasis:names:tc:SAML:2.0:assertion). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSubjectConfirmationType.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" elementSubjectConfirmationDataTypeaddNewSubjectConfirmationData()Appends and returns a new empty "SubjectConfirmationData" elementBaseIDAbstractTypegetBaseID()Gets the "BaseID" elementEncryptedElementTypegetEncryptedID()Gets the "EncryptedID" elementStringgetMethod()Gets the "Method" attributeNameIDTypegetNameID()Gets the "NameID" elementSubjectConfirmationDataTypegetSubjectConfirmationData()Gets the "SubjectConfirmationData" elementbooleanisSetBaseID()True if has "BaseID" elementbooleanisSetEncryptedID()True if has "EncryptedID" elementbooleanisSetNameID()True if has "NameID" elementbooleanisSetSubjectConfirmationData()True if has "SubjectConfirmationData" elementvoidsetBaseID(BaseIDAbstractType baseID)Sets the "BaseID" elementvoidsetEncryptedID(EncryptedElementType encryptedID)Sets the "EncryptedID" elementvoidsetMethod(String method)Sets the "Method" attributevoidsetNameID(NameIDType nameID)Sets the "NameID" elementvoidsetSubjectConfirmationData(SubjectConfirmationDataType subjectConfirmationData)Sets the "SubjectConfirmationData" elementvoidunsetBaseID()Unsets the "BaseID" elementvoidunsetEncryptedID()Unsets the "EncryptedID" elementvoidunsetNameID()Unsets the "NameID" elementvoidunsetSubjectConfirmationData()Unsets the "SubjectConfirmationData" elementXmlAnyURIxgetMethod()Gets (as xml) the "Method" attributevoidxsetMethod(XmlAnyURI method)Sets (as xml) the "Method" 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
-
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
-
getSubjectConfirmationData
SubjectConfirmationDataType getSubjectConfirmationData()
Gets the "SubjectConfirmationData" element
-
isSetSubjectConfirmationData
boolean isSetSubjectConfirmationData()
True if has "SubjectConfirmationData" element
-
setSubjectConfirmationData
void setSubjectConfirmationData(SubjectConfirmationDataType subjectConfirmationData)
Sets the "SubjectConfirmationData" element
-
addNewSubjectConfirmationData
SubjectConfirmationDataType addNewSubjectConfirmationData()
Appends and returns a new empty "SubjectConfirmationData" element
-
unsetSubjectConfirmationData
void unsetSubjectConfirmationData()
Unsets the "SubjectConfirmationData" element
-
getMethod
String getMethod()
Gets the "Method" attribute
-
xgetMethod
XmlAnyURI xgetMethod()
Gets (as xml) the "Method" attribute
-
setMethod
void setMethod(String method)
Sets the "Method" attribute
-
xsetMethod
void xsetMethod(XmlAnyURI method)
Sets (as xml) the "Method" attribute
-
-