Interface RequestAbstractType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Subinterfaces:
ArtifactResolveType,AssertionIDRequestType,AttributeQueryType,AuthnQueryType,AuthnRequestType,AuthzDecisionQueryType,LogoutRequestType,ManageNameIDRequestType,NameIDMappingRequestType,SubjectQueryAbstractType
public interface RequestAbstractType extends XmlObject
An XML RequestAbstractType(@urn:oasis:names:tc:SAML:2.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRequestAbstractType.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 ExtensionsTypeaddNewExtensions()Appends and returns a new empty "Extensions" elementNameIDTypeaddNewIssuer()Appends and returns a new empty "Issuer" elementSignatureTypeaddNewSignature()Appends and returns a new empty "Signature" elementStringgetConsent()Gets the "Consent" attributeStringgetDestination()Gets the "Destination" attributeExtensionsTypegetExtensions()Gets the "Extensions" elementStringgetID()Gets the "ID" attributeCalendargetIssueInstant()Gets the "IssueInstant" attributeNameIDTypegetIssuer()Gets the "Issuer" elementSignatureTypegetSignature()Gets the "Signature" elementStringgetVersion()Gets the "Version" attributebooleanisSetConsent()True if has "Consent" attributebooleanisSetDestination()True if has "Destination" attributebooleanisSetExtensions()True if has "Extensions" elementbooleanisSetIssuer()True if has "Issuer" elementbooleanisSetSignature()True if has "Signature" elementvoidsetConsent(String consent)Sets the "Consent" attributevoidsetDestination(String destination)Sets the "Destination" attributevoidsetExtensions(ExtensionsType extensions)Sets the "Extensions" elementvoidsetID(String id)Sets the "ID" attributevoidsetIssueInstant(Calendar issueInstant)Sets the "IssueInstant" attributevoidsetIssuer(NameIDType issuer)Sets the "Issuer" elementvoidsetSignature(SignatureType signature)Sets the "Signature" elementvoidsetVersion(String version)Sets the "Version" attributevoidunsetConsent()Unsets the "Consent" attributevoidunsetDestination()Unsets the "Destination" attributevoidunsetExtensions()Unsets the "Extensions" elementvoidunsetIssuer()Unsets the "Issuer" elementvoidunsetSignature()Unsets the "Signature" elementXmlAnyURIxgetConsent()Gets (as xml) the "Consent" attributeXmlAnyURIxgetDestination()Gets (as xml) the "Destination" attributeXmlIDxgetID()Gets (as xml) the "ID" attributeXmlDateTimexgetIssueInstant()Gets (as xml) the "IssueInstant" attributeXmlStringxgetVersion()Gets (as xml) the "Version" attributevoidxsetConsent(XmlAnyURI consent)Sets (as xml) the "Consent" attributevoidxsetDestination(XmlAnyURI destination)Sets (as xml) the "Destination" attributevoidxsetID(XmlID id)Sets (as xml) the "ID" attributevoidxsetIssueInstant(XmlDateTime issueInstant)Sets (as xml) the "IssueInstant" attributevoidxsetVersion(XmlString version)Sets (as xml) the "Version" 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
-
getIssuer
NameIDType getIssuer()
Gets the "Issuer" element
-
isSetIssuer
boolean isSetIssuer()
True if has "Issuer" element
-
setIssuer
void setIssuer(NameIDType issuer)
Sets the "Issuer" element
-
addNewIssuer
NameIDType addNewIssuer()
Appends and returns a new empty "Issuer" element
-
unsetIssuer
void unsetIssuer()
Unsets the "Issuer" element
-
getSignature
SignatureType getSignature()
Gets the "Signature" element
-
isSetSignature
boolean isSetSignature()
True if has "Signature" element
-
setSignature
void setSignature(SignatureType signature)
Sets the "Signature" element
-
addNewSignature
SignatureType addNewSignature()
Appends and returns a new empty "Signature" element
-
unsetSignature
void unsetSignature()
Unsets the "Signature" element
-
getExtensions
ExtensionsType getExtensions()
Gets the "Extensions" element
-
isSetExtensions
boolean isSetExtensions()
True if has "Extensions" element
-
setExtensions
void setExtensions(ExtensionsType extensions)
Sets the "Extensions" element
-
addNewExtensions
ExtensionsType addNewExtensions()
Appends and returns a new empty "Extensions" element
-
unsetExtensions
void unsetExtensions()
Unsets the "Extensions" element
-
getID
String getID()
Gets the "ID" attribute
-
xgetID
XmlID xgetID()
Gets (as xml) the "ID" attribute
-
setID
void setID(String id)
Sets the "ID" attribute
-
xsetID
void xsetID(XmlID id)
Sets (as xml) the "ID" attribute
-
getVersion
String getVersion()
Gets the "Version" attribute
-
xgetVersion
XmlString xgetVersion()
Gets (as xml) the "Version" attribute
-
setVersion
void setVersion(String version)
Sets the "Version" attribute
-
xsetVersion
void xsetVersion(XmlString version)
Sets (as xml) the "Version" attribute
-
getIssueInstant
Calendar getIssueInstant()
Gets the "IssueInstant" attribute
-
xgetIssueInstant
XmlDateTime xgetIssueInstant()
Gets (as xml) the "IssueInstant" attribute
-
setIssueInstant
void setIssueInstant(Calendar issueInstant)
Sets the "IssueInstant" attribute
-
xsetIssueInstant
void xsetIssueInstant(XmlDateTime issueInstant)
Sets (as xml) the "IssueInstant" attribute
-
getDestination
String getDestination()
Gets the "Destination" attribute
-
xgetDestination
XmlAnyURI xgetDestination()
Gets (as xml) the "Destination" attribute
-
isSetDestination
boolean isSetDestination()
True if has "Destination" attribute
-
setDestination
void setDestination(String destination)
Sets the "Destination" attribute
-
xsetDestination
void xsetDestination(XmlAnyURI destination)
Sets (as xml) the "Destination" attribute
-
unsetDestination
void unsetDestination()
Unsets the "Destination" attribute
-
getConsent
String getConsent()
Gets the "Consent" attribute
-
xgetConsent
XmlAnyURI xgetConsent()
Gets (as xml) the "Consent" attribute
-
isSetConsent
boolean isSetConsent()
True if has "Consent" attribute
-
setConsent
void setConsent(String consent)
Sets the "Consent" attribute
-
xsetConsent
void xsetConsent(XmlAnyURI consent)
Sets (as xml) the "Consent" attribute
-
unsetConsent
void unsetConsent()
Unsets the "Consent" attribute
-
-