Interface ResponseAbstractType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Subinterfaces:
ResponseType
public interface ResponseAbstractType extends XmlObject
An XML ResponseAbstractType(@urn:oasis:names:tc:SAML:1.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResponseAbstractType.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 SignatureTypeaddNewSignature()Appends and returns a new empty "Signature" elementStringgetInResponseTo()Gets the "InResponseTo" attributeCalendargetIssueInstant()Gets the "IssueInstant" attributeBigIntegergetMajorVersion()Gets the "MajorVersion" attributeBigIntegergetMinorVersion()Gets the "MinorVersion" attributeStringgetRecipient()Gets the "Recipient" attributeStringgetResponseID()Gets the "ResponseID" attributeSignatureTypegetSignature()Gets the "Signature" elementbooleanisSetInResponseTo()True if has "InResponseTo" attributebooleanisSetRecipient()True if has "Recipient" attributebooleanisSetSignature()True if has "Signature" elementvoidsetInResponseTo(String inResponseTo)Sets the "InResponseTo" attributevoidsetIssueInstant(Calendar issueInstant)Sets the "IssueInstant" attributevoidsetMajorVersion(BigInteger majorVersion)Sets the "MajorVersion" attributevoidsetMinorVersion(BigInteger minorVersion)Sets the "MinorVersion" attributevoidsetRecipient(String recipient)Sets the "Recipient" attributevoidsetResponseID(String responseID)Sets the "ResponseID" attributevoidsetSignature(SignatureType signature)Sets the "Signature" elementvoidunsetInResponseTo()Unsets the "InResponseTo" attributevoidunsetRecipient()Unsets the "Recipient" attributevoidunsetSignature()Unsets the "Signature" elementIDReferenceTypexgetInResponseTo()Gets (as xml) the "InResponseTo" attributeXmlDateTimexgetIssueInstant()Gets (as xml) the "IssueInstant" attributeXmlIntegerxgetMajorVersion()Gets (as xml) the "MajorVersion" attributeXmlIntegerxgetMinorVersion()Gets (as xml) the "MinorVersion" attributeXmlAnyURIxgetRecipient()Gets (as xml) the "Recipient" attributeIDTypexgetResponseID()Gets (as xml) the "ResponseID" attributevoidxsetInResponseTo(IDReferenceType inResponseTo)Sets (as xml) the "InResponseTo" attributevoidxsetIssueInstant(XmlDateTime issueInstant)Sets (as xml) the "IssueInstant" attributevoidxsetMajorVersion(XmlInteger majorVersion)Sets (as xml) the "MajorVersion" attributevoidxsetMinorVersion(XmlInteger minorVersion)Sets (as xml) the "MinorVersion" attributevoidxsetRecipient(XmlAnyURI recipient)Sets (as xml) the "Recipient" attributevoidxsetResponseID(IDType responseID)Sets (as xml) the "ResponseID" 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
-
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
-
getResponseID
String getResponseID()
Gets the "ResponseID" attribute
-
xgetResponseID
IDType xgetResponseID()
Gets (as xml) the "ResponseID" attribute
-
setResponseID
void setResponseID(String responseID)
Sets the "ResponseID" attribute
-
xsetResponseID
void xsetResponseID(IDType responseID)
Sets (as xml) the "ResponseID" attribute
-
getInResponseTo
String getInResponseTo()
Gets the "InResponseTo" attribute
-
xgetInResponseTo
IDReferenceType xgetInResponseTo()
Gets (as xml) the "InResponseTo" attribute
-
isSetInResponseTo
boolean isSetInResponseTo()
True if has "InResponseTo" attribute
-
setInResponseTo
void setInResponseTo(String inResponseTo)
Sets the "InResponseTo" attribute
-
xsetInResponseTo
void xsetInResponseTo(IDReferenceType inResponseTo)
Sets (as xml) the "InResponseTo" attribute
-
unsetInResponseTo
void unsetInResponseTo()
Unsets the "InResponseTo" attribute
-
getMajorVersion
BigInteger getMajorVersion()
Gets the "MajorVersion" attribute
-
xgetMajorVersion
XmlInteger xgetMajorVersion()
Gets (as xml) the "MajorVersion" attribute
-
setMajorVersion
void setMajorVersion(BigInteger majorVersion)
Sets the "MajorVersion" attribute
-
xsetMajorVersion
void xsetMajorVersion(XmlInteger majorVersion)
Sets (as xml) the "MajorVersion" attribute
-
getMinorVersion
BigInteger getMinorVersion()
Gets the "MinorVersion" attribute
-
xgetMinorVersion
XmlInteger xgetMinorVersion()
Gets (as xml) the "MinorVersion" attribute
-
setMinorVersion
void setMinorVersion(BigInteger minorVersion)
Sets the "MinorVersion" attribute
-
xsetMinorVersion
void xsetMinorVersion(XmlInteger minorVersion)
Sets (as xml) the "MinorVersion" 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
-
getRecipient
String getRecipient()
Gets the "Recipient" attribute
-
xgetRecipient
XmlAnyURI xgetRecipient()
Gets (as xml) the "Recipient" attribute
-
isSetRecipient
boolean isSetRecipient()
True if has "Recipient" attribute
-
setRecipient
void setRecipient(String recipient)
Sets the "Recipient" attribute
-
xsetRecipient
void xsetRecipient(XmlAnyURI recipient)
Sets (as xml) the "Recipient" attribute
-
unsetRecipient
void unsetRecipient()
Unsets the "Recipient" attribute
-
-