Class RequestAbstractType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.RequestAbstractType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArtifactResolveType,AssertionIDRequestType,AuthnRequestType,LogoutRequestType,ManageNameIDRequestType,NameIDMappingRequestType,SubjectQueryAbstractType
public abstract class RequestAbstractType extends Object implements Serializable
Java class for RequestAbstractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestAbstractType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Issuer" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Extensions" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="IssueInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="Destination" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Consent" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected Stringconsentprotected Stringdestinationprotected ExtensionsTypeextensionsprotected Stringidprotected XMLGregorianCalendarissueInstantprotected NameIDTypeissuerprotected SignatureTypesignatureprotected Stringversion -
Constructor Summary
Constructors Constructor Description RequestAbstractType() -
Method Summary
Modifier and Type Method Description StringgetConsent()Gets the value of the consent property.StringgetDestination()Gets the value of the destination property.ExtensionsTypegetExtensions()Gets the value of the extensions property.StringgetID()Gets the value of the id property.XMLGregorianCalendargetIssueInstant()Gets the value of the issueInstant property.NameIDTypegetIssuer()Gets the value of the issuer property.SignatureTypegetSignature()Gets the value of the signature property.StringgetVersion()Gets the value of the version property.voidsetConsent(String value)Sets the value of the consent property.voidsetDestination(String value)Sets the value of the destination property.voidsetExtensions(ExtensionsType value)Sets the value of the extensions property.voidsetID(String value)Sets the value of the id property.voidsetIssueInstant(XMLGregorianCalendar value)Sets the value of the issueInstant property.voidsetIssuer(NameIDType value)Sets the value of the issuer property.voidsetSignature(SignatureType value)Sets the value of the signature property.voidsetVersion(String value)Sets the value of the version property.
-
Field Details
-
Constructor Details
-
RequestAbstractType
public RequestAbstractType()
-
-
Method Details
-
getIssuer
Gets the value of the issuer property.- Returns:
- possible object is
NameIDType
-
setIssuer
Sets the value of the issuer property.- Parameters:
value- allowed object isNameIDType
-
getSignature
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsType
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsType
-
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getIssueInstant
Gets the value of the issueInstant property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIssueInstant
Sets the value of the issueInstant property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDestination
Gets the value of the destination property.- Returns:
- possible object is
String
-
setDestination
Sets the value of the destination property.- Parameters:
value- allowed object isString
-
getConsent
Gets the value of the consent property.- Returns:
- possible object is
String
-
setConsent
Sets the value of the consent property.- Parameters:
value- allowed object isString
-